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 |
---|---|---|---|---|---|
GTN | ERC-20 | 2.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7207500 | 6 years ago | | | 0 | 0.0015197470 | |
| 7076510 | 6 years ago | | | 0 | 0.0021347470 | |
| 6862127 | 6 years ago | | | 0 | 0.0015171230 | |
| 6756664 | 6 years ago | | | 0 | 0.0031721830 | |
| 6664890 | 6 years ago | | | 0 | 0.0031721830 | |
| 6421576 | 6 years ago | | | 0 | 0.0015171230 | |
| 6421568 | 6 years ago | | | 0 | 0.0021321230 | |
| 6417073 | 6 years ago | | | 0 | 0.00037067000 | |
| 6373150 | 6 years ago | | | 0 | 0.0046860300 | |
| 6373147 | 6 years ago | | | 0 | 0.0041653600 |
ABI
ABI objects
Getter at block 21167622
cap() view returns (uint256)
50000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Greentoken
owner() view returns (address)
0xd18bc15829a9968e4a232153ac2d062220c37597
symbol() view returns (string)
GTN
totalSupply() view returns (uint256)
3149859904754521
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)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
multiTransfer(address[] _to, uint256[] _value) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
withdrawEther(address _to, uint256 _value)
withdrawTokensApprove(address _token, address _spender, uint256 _value)
withdrawTokensTransfer(address _token, address _to, uint256 _value)
withdrawTokensTransferFrom(address _token, address _from, address _to, uint256 _value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.