Skip to content

Instantly share code, notes, and snippets.

View Juwonlo's full-sized avatar

Oluwajuwonlo Juwonlo

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract SimpleStorage {
uint256 public storedData;
event ValueChanged(uint256 newValue);
constructor(uint256 _initialValue) {
@Juwonlo
Juwonlo / gist:3be3c678d789489ee1f8af49547842b3
Created March 23, 2024 13:01
Filecoin Virtual Machine [ FVM]
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.5.9;
import "@0x/contracts-erc20/contracts/src/ERC20Token.sol";
/**
* @title SampleERC20
* @dev Create a sample ERC20 standard token