Ethereum Gem Token
Verified contract
Active on
Ethereum with 2,577 txns
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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453205 | 4 months ago | | | 0 | 0.000049080000 | |
| 20451971 | 4 months ago | | | 0 | 0.000049080000 | |
| 20408564 | 4 months ago | | | 0 | 0.000049080000 | |
| 16764872 | 2 years ago | | | 0 | 0.0013738522 | |
| 12861243 | 3 years ago | | | 0 | 0.0033048000 | |
| 12727118 | 3 years ago | | | 0 | 0.00029169000 | |
| 12580567 | 3 years ago | | | 0 | 0.00053880000 | |
| 12578385 | 3 years ago | | | 0 | 0.00040338000 | |
| 12367832 | 4 years ago | | | 0 | 0.0024240601 | |
| 12347842 | 4 years ago | | | 0 | 0.0013163993 |
ABI
ABI objects
Getter at block 21278851
MILLION() view returns (uint256)
100000000000000
decimals() view returns (uint256)
8
disabled() view returns (bool)
false
getEGTTotalSupply() view returns (uint256)
20000000000000000
name() view returns (string)
Ethereum Gem Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5d67c9410ba6f7228dbcc782c7064a908b77e606
symbol() view returns (string)
EGT
totalSupply() view returns (uint256)
20000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
kill()
setDisabled(bool flag)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.