Gilgamesh Token
Verified contract
Active on
Ethereum with 1,774 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) |
---|---|---|---|---|---|---|---|
| 16515135 | 2 years ago | | | 0 | 0.00048723517 | |
| 9122079 | 5 years ago | | | 0 | 0.000067353975 | |
| 9121998 | 5 years ago | | | 0 | 0.000067389075 | |
| 9116944 | 5 years ago | | | 0 | 0.00012441060 | |
| 9116749 | 5 years ago | | | 0 | 0.00012441060 | |
| 9116740 | 5 years ago | | | 0 | 0.00012441060 | |
| 8264109 | 5 years ago | | | 0 | 0.00048102000 | |
| 8264056 | 5 years ago | | | 0 | 0.00048102000 | |
| 8132820 | 5 years ago | | | 0 | 0.00015633150 | |
| 8107110 | 5 years ago | | | 0 | 0.000021645900 |
ABI
ABI objects
Getter at block 21212106
admin() view returns (address)
0x2c90836ea7924ad1741237eef80c9bb06690c446
creationBlock() view returns (uint256)
4899432
decimals() view returns (uint8)
18
isTransferEnabled() view returns (bool)
false
minter() view returns (address)
0x2b7aa75bbe26c28324e417c5efb027966e9cb810
name() view returns (string)
Gilgamesh Token
symbol() view returns (string)
GIL
totalSupply() view returns (uint256 _totalSupply)
5964920153244582296418264
version() view returns (uint8)
1
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 success)
burnUserTokens(address _owner)
changeAdmin(address newAdmin)
changeMinter(address newMinter)
enableTransfers(bool _isTransferEnabled)
lockAccount(address _owner)
mint(address _owner, uint256 _amount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unlockAccount(address _owner)
AdminOwnershipTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
MinterOwnershipTransferred(address indexed previousMinter, address indexed newMinter)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferStatus(address indexed sender, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.