GateChainToken
Verified contract
Active on
Ethereum with 46,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,264.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GT | ERC-20 | 118.268151 | $10.68 |
$1,263.1 | |
TPU | ERC-20 | 17.835524K | $0.000093 |
$1.66 | |
INUINU | ERC-20 | 42.555555M | $0.00 |
$0.04 | |
GT | ERC-20 | 10M | -- | -- | |
AZURE | ERC-20 | 13.932844K | -- | -- | |
GT | ERC-20 | 9.9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274519 | an hour ago | | | 0 | 0.00053759421 | |
| 21274150 | 2 hours ago | | | 0 | 0.00060648178 | |
| 21273571 | 4 hours ago | | | 0 | 0.00070331253 | |
| 21273569 | 4 hours ago | | | 0 | 0.00069275503 | |
| 21273531 | 4 hours ago | | | 0 | 0.00070021758 | |
| 21268115 | a day ago | | | 0 | 0.00042303596 | |
| 21267242 | a day ago | | | 0 | 0.00047992561 | |
| 21266989 | a day ago | | | 0 | 0.00092448140 | |
| 21266619 | a day ago | | | 0 | 0.00063638697 | |
| 21266208 | a day ago | | | 0 | 0.00096834036 |
ABI
ABI objects
Getter at block 21274799
activeStatus() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
GateChainToken
owner() view returns (address)
0x5a0c161cdd3d3e2a82f3ace2d38a4646c32f96dd
symbol() view returns (string)
GT
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
freezeOf(address) view returns (uint256)
isOwner(address add) view returns (bool)
State-modifying
Events activeMode()
approve(address spender, uint256 value) returns (bool success)
burn(uint256 value) returns (bool success)
freeze(uint256 value) returns (bool success)
resetMode()
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
unfreeze(uint256 value) returns (bool success)
Active(address msgSender)
Approval(address indexed tokenOwner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Reset(address msgSender)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor()
fallback()
This contract contains no error objects.