GT Coin
Verified contract
Active on
Ethereum with 17,393 txns
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 "GT Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15845474 | 2 years ago | | | 0 | 0.00047306134 | |
| 15235802 | 2 years ago | | | 0 | 0.00069627866 | |
| 14171128 | 3 years ago | | | 0 | 0.0014235020 | |
| 13696238 | 3 years ago | | | 0 | 0.0045691767 | |
| 11364987 | 4 years ago | | | 0 | 0.0033063361 | |
| 11364977 | 4 years ago | | | 0 | 0.0018854640 | |
| 11227228 | 4 years ago | | | 0 | 0.0011885400 | |
| 10754776 | 4 years ago | | | 0 | 0.0044242320 | |
| 10754776 | 4 years ago | | | 0 | 0.0043176240 | |
| 10424567 | 4 years ago | | | 0 | 0.0018008520 |
ABI
ABI objects
Getter at block 21418389
ROLE_ADMINISTRATOR() view returns (string)
administrator
decimals() view returns (uint8)
18
initialTotalSupply() view returns (uint256)
1500000000000000000000000000
name() view returns (string)
GT Coin
owner() view returns (address)
0x26d5c3f91d0f3888f72a81b2d479cb307aa6870b
paused() view returns (bool)
false
symbol() view returns (string)
GTC
totalSupply() view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address addr, string roleName) view
hasRole(address addr, string roleName) view returns (bool)
isAdministrator(address _administrator) view returns (bool)
State-modifying
Events addAdministrator(address _administrator) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
removeAdministrator(address _administrator) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address addr, string roleName)
RoleRemoved(address addr, string roleName)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.