Gold Mine of Ethereum
Verified contract
Active on
Ethereum with 1,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Gold Mine of Ethereum"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11235084 | 4 years ago | | | 0 | 0.00070595200 | |
| 11235076 | 4 years ago | | | 0 | 0.00066183006 | |
| 11235056 | 4 years ago | | | 0 | 0.00057932619 | |
| 11062869 | 4 years ago | | | 0 | 0.00093698000 | |
| 11021293 | 4 years ago | | | 0 | 0.0040768728 | |
| 11017172 | 4 years ago | | | 0 | 0.0014561000 | |
| 11013122 | 4 years ago | | | 0 | 0.0010483920 | |
| 11012232 | 4 years ago | | | 0 | 0.0017467560 | |
| 11011529 | 4 years ago | | | 0 | 0.0011648800 | |
| 11011297 | 4 years ago | | | 0 | 0.0017251702 |
ABI
ABI objects
Getter at block 21290024
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
Gold Mine of Ethereum
symbol() view returns (string)
GME
totalSupply() view returns (uint256)
159606795805000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address[] defaultOperators, uint256 claimAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.