Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GATE | ERC-20 | 139.775652K | $0.004919 |
$687.57 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214291 | 16 hours ago | | | 0 | 0.00065276507 | |
| 21214266 | 16 hours ago | | | 0 | 0.00062514215 | |
| 21212758 | 21 hours ago | | | 0 | 0.00050361221 | |
| 21212726 | 21 hours ago | | | 0 | 0.00040149441 | |
| 21212720 | 21 hours ago | | | 0 | 0.00052984487 | |
| 21188349 | 4 days ago | | | 0 | 0.0013399342 | |
| 21185568 | 5 days ago | | | 0 | 0.0022681451 | |
| 21181804 | 5 days ago | | | 0 | 0.0023761122 | |
| 21180193 | 5 days ago | | | 0 | 0.0041094756 | |
| 21164186 | 8 days ago | | | 0 | 0.00067047463 |
ABI
ABI objects
Getter at block 21218959
decimals() view returns (uint8)
18
name() view returns (string)
GATE
symbol() view returns (string)
GATE
totalSupply() view returns (uint256)
899999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.