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 |
---|---|---|---|---|---|
USDC | ERC-20 | 1 | $1.001 |
$1 | |
GRG | ERC-20 | 0.05 | $0.939494 |
$0.05 | |
ONEDOLLAR | ERC-20 | 1K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22687768 | 9 days ago | | | 0 | 9.5660795e-7 | |
| 22567300 | 11 days ago | | | 0 | 6.4080033e-7 | |
| 21491965 | a month ago | | | 0 | 0.0000025106352 | |
| 19372415 | 3 months ago | | | 0 | 2.2095640e-7 | |
| 19256727 | 3 months ago | | | 0 | 1.2424723e-7 | |
| 19256713 | 3 months ago | | | 0 | 1.2483490e-7 | |
| 18804864 | 3 months ago | | | 0 | 0.000000094906524160 | |
| 18334933 | 4 months ago | | | 0 | 6.6729645e-7 | |
| 17937213 | 4 months ago | | | 0 | 8.8277823e-7 | |
| 17933844 | 4 months ago | | | 0 | 1.1297904e-7 |
ABI
ABI objects
Getter at block 23057552
decimals() view returns (uint8)
18
name() view returns (string)
Gecko
symbol() view returns (string)
GECKO
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 requestedDecrease) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _supplyETH)
This contract contains no fallback and receive objects.
ERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)