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 |
---|---|---|---|---|---|
GENE | ERC-20 | 135 | $0.000405 |
$0.05 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19961322 | 6 months ago | | | 0 | 0.00069404300 | |
| 19961315 | 6 months ago | | | 0 | 0.00051761190 | |
| 19961311 | 6 months ago | | | 0 | 0.00079437927 | |
| 19819299 | 6 months ago | | | 0 | 0.00032857696 | |
| 19682821 | 7 months ago | | | 0 | 0.00079546526 | |
| 19682686 | 7 months ago | | | 0 | 0.00063415278 | |
| 19681342 | 7 months ago | | | 0 | 0.00051809101 | |
| 19673750 | 7 months ago | | | 0 | 0.00054246792 | |
| 19667391 | 7 months ago | | | 0 | 0.00051550011 | |
| 19656516 | 7 months ago | | | 0 | 0.00050436023 |
ABI
ABI objects
Getter at block 21229760
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xe263770337cfad293047e1aa0f4b65084902ee31f251579cdaa1b60c54025c42
decimals() view returns (uint8)
18
name() pure returns (string)
GENOME
symbol() pure returns (string)
GENOME
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
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(uint256 _initialSupply)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()