Golden Island Token
Verified contract
Active on
Ethereum with 740 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 |
---|---|---|---|---|---|
GIT | ERC-20 | 409.807523K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11805178 | 4 years ago | | | 0 | 0.0032792078 | |
| 11720473 | 4 years ago | | | 0 | 0.0029788000 | |
| 11685561 | 4 years ago | | | 0 | 0.0022348200 | |
| 11490842 | 4 years ago | | | 0 | 0.0012394757 | |
| 11387014 | 4 years ago | | | 0 | 0.00078591170 | |
| 11368788 | 4 years ago | | | 0 | 0.00042269300 | |
| 11362122 | 4 years ago | | | 0 | 0.0020212989 | |
| 11361841 | 4 years ago | | | 0 | 0.0014905490 | |
| 11361749 | 4 years ago | | | 0 | 0.0030135984 | |
| 11361749 | 4 years ago | | | 0 | 0.0026219679 |
ABI
ABI objects
Getter at block 21165351
INITIAL_SUPPLY() view returns (uint256)
10000000000
decimals() view returns (uint8)
3
isNotInit() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Golden Island Token
owner() view returns (address)
0xb3a8a37003766e3009b9f3cfa90db38558ca2115
symbol() view returns (string)
GIT
totalSupply() view returns (uint256)
10000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(address[] addressList, uint256[] amountList)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
deleteTokens(address[] addressList, uint256[] amountList)
initContract()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.