Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Gentrion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13771817 | 3 years ago | | | 0 | 0.0055474160 | |
| 13087790 | 3 years ago | | | 0 | 0.0025376120 | |
| 13079242 | 3 years ago | | | 0 | 0.0024128416 | |
| 13059246 | 3 years ago | | | 0 | 0.0023977984 | |
| 12650915 | 3 years ago | | | 0 | 0.0011403920 | |
| 12630050 | 3 years ago | | | 0 | 0.00083337600 | |
| 12534675 | 3 years ago | | | 0 | 0.0030050960 | |
| 12532981 | 3 years ago | | | 0 | 0.0017356000 | |
| 12338283 | 4 years ago | | | 0 | 0.0021242920 | |
| 12319204 | 4 years ago | | | 0 | 0.0012843440 |
ABI
ABI objects
Getter at block 21205917 getTokenInfoCount() view returns (uint256)
decimals() view returns (uint8)
18
name() view returns (string)
Gentrion
owner() view returns (address)
0xda17bd852e8cbdf9e454fd60c480bb3ab047e5cf
symbol() view returns (string)
GENT
totalSupply() view returns (uint256)
3850000000000000000000000000
version() view returns (string)
H1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenInfo(uint256 _id) view returns (address, string, string)
State-modifying
Events addTokenInfo(address _toAddress, string _word1, string _word2, uint256 amount)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.