Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GOT | ERC-20 | 99.998835 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042542 | 17 days ago | | | 0 | 0.00037273889 | |
| 21042518 | 17 days ago | | | 0 | 0.00042159662 | |
| 20677628 | 2 months ago | | | 0 | 0.00026622819 | |
| 20677596 | 2 months ago | | | 0 | 0.00038824751 | |
| 20362527 | 4 months ago | | | 0 | 0.00040588043 | |
| 20362497 | 4 months ago | | | 0 | 0.00052995081 | |
| 19867910 | 6 months ago | | | 0 | 0.00025278416 | |
| 19867891 | 6 months ago | | | 0 | 0.00030635467 | |
| 19361212 | 8 months ago | | | 0 | 0.0032063454 | |
| 19361203 | 8 months ago | | | 0 | 0.0035315428 |
ABI
ABI objects
Getter at block 21161049
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
GOToken
owner() view returns (address)
0xab233acf7df9f7bd37ad55e3a99a1eb54c2585dc
paused() view returns (bool)
false
symbol() view returns (string)
GOT
totalSupply() view returns (uint256)
94808613207440407600000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
reclaimToken(address token)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.