Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Gold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16539117 | 2 years ago | | | 0 | 0.00037295387 | |
| 14037577 | 3 years ago | | | 0 | 0.0048230000 | |
| 13209607 | 3 years ago | | | 0 | 0.0010345335 | |
| 8995043 | 5 years ago | | | 0 | 0.000022353000 | |
| 7942623 | 5 years ago | | | 0 | 0.00022805500 | |
| 7662556 | 6 years ago | | | 0 | 0.000050172100 | |
| 7660292 | 6 years ago | | | 0 | 0.000045611000 | |
| 7658685 | 6 years ago | | | 0 | 0.000045611000 | |
| 7646374 | 6 years ago | | | 0 | 0.000045611000 | |
| 7636937 | 6 years ago | | | 0 | 0.000022481000 |
ABI
ABI objects
Getter at block 21297312
decimals() view returns (uint8)
18
name() view returns (string)
Gold
owner() view returns (address)
0x6589adf7720a5b5f80bd391c0bbf2148d00be5ae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
G
totalSupply() view returns (uint256)
30262130400000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
grantAccessMint(address _address)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
revokeAccessMint(address _address)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed _to, uint256 indexed _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.