Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21403924 | 10 days ago | | | 0 | 4.7661223e-7 | |
| 20867462 | 23 days ago | | | 0 | 0.000000207907356228 | |
| 17174135 | 4 months ago | | | 0 | 0.000000208412914914 | |
| 15813438 | 5 months ago | | | 0 | 3.2310193e-7 | |
| 15658622 | 5 months ago | | | 0 | 4.2539456e-7 | |
| 15103849 | 5 months ago | | | 0 | 6.2918308e-7 | |
| 15103433 | 5 months ago | | | 0 | 2.5401432e-7 | |
| 14523383 | 6 months ago | | | 0 | 0.0000052284773 | |
| 14321098 | 6 months ago | | | 0 | 4.6774155e-7 | |
| 14188087 | 6 months ago | | | 0 | 0.000070060914 |
ABI
ABI objects
Getter at block 21841127
DOMAIN_SEPARATOR() view returns (bytes32)
0x9f70128eec231d51d6b6dac9a1bb03cb9976731bd38901f559b4eeea7f94fd92
decimals() view returns (uint8)
18
name() view returns (string)
Farcoin
symbol() view returns (string)
FRC
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.