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 "GOLDEA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8018612 | 5 years ago | | | 0 | 0.0015028140 | |
| 6723838 | 6 years ago | | | 0 | 0.00010996200 | |
| 6554688 | 6 years ago | | | 0 | 0.00018295000 | |
| 6496736 | 6 years ago | | | 0 | 0.00018327000 | |
| 5705255 | 6 years ago | | | 0 | 0.00067150200 | |
0x | 5410995 | 7 years ago | | | 0 | 0.000021043000 | |
| 5289137 | 7 years ago | | | 0 | 0.0018295000 | |
| 5206416 | 7 years ago | | | 0 | 0.00010977000 | |
| 5199061 | 7 years ago | | | 0 | 0.00018263000 | |
| 5170354 | 7 years ago | | | 0 | 0.00036590000 |
ABI
ABI objects
Getter at block 21290271
decimals() view returns (uint256)
8
name() view returns (string)
GOLDEA
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GEA
totalSupply() view returns (uint256)
300000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.