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 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20534596 | 3 months ago | | | 0 | 0.00015085697 | |
| 20245099 | 5 months ago | | | 0 | 0.000073853431 | |
| 20102820 | 5 months ago | | | 0 | 0.00010724368 | |
| 20082056 | 5 months ago | | | 0 | 0.00029509487 | |
| 20078797 | 5 months ago | | | 0 | 0.00036239838 | |
| 19886892 | 6 months ago | | | 0 | 0.00015646220 | |
| 19886880 | 6 months ago | | | 0 | 0.00016349683 | |
| 17588759 | a year ago | | | 0 | 0.00045340960 | |
| 13808598 | 3 years ago | | | 0 | 0.0019444066 | |
| 12938816 | 3 years ago | | | 0 | 0.00051021080 |
ABI
ABI objects
Getter at block 21248303
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
G8C
owner() view returns (address)
0x7534e39dc1dc8482ff47640d863c7c85e9d07ec1
symbol() view returns (string)
GAEC
totalSupply() view returns (uint256)
700000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
finishMinting() returns (bool)
mint(address _to, uint256 _unitAmount) returns (bool)
renounceOwnership()
setUnLocked(address _to, bool _unLocked)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
WhiteList(address indexed to, bool lock)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.