Aavegotchi GHST Token
Verified contract
Active on
Base with 16,857 txns
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 |
---|---|---|---|---|---|
GHST | ERC-20 | 1.610879 | $1.13 |
$1.82 | |
ETHO | ERC-20 | 10 | $0.010933 |
$0.11 | |
WGC | ERC-20 | 200 | $0.000402 |
$0.08 | |
TDT | ERC-20 | 200.719022M | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 21 | -- | -- | |
AERO | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
OOM | ERC-20 | 0.04 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22856731 | an hour ago | | | 0 | 3.8584784e-7 | |
| 22856182 | 2 hours ago | | | 0 | 0.000000106099947070 | |
| 22854929 | 2 hours ago | | | 0 | 1.3077295e-7 | |
| 22853812 | 3 hours ago | | | 0 | 0.000000106622798950 | |
| 22853430 | 3 hours ago | | | 0 | 0.000000064459647070 | |
| 22851415 | 4 hours ago | | | 0 | 0.000000057942007310 | |
| 22847658 | 6 hours ago | | | 0 | 0.000000064376054470 | |
| 22845578 | 8 hours ago | | | 0 | 0.000000099170723548 | |
| 22843362 | 9 hours ago | | | 0 | 0.000000064476365590 | |
| 22843207 | 9 hours ago | | | 0 | 0.000000106099947070 |
ABI
ABI objects
Getter at block 22859102
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x3f382dbd960e3a9bbceae22651e88158d2791550
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x3f382dbd960e3a9bbceae22651e88158d2791550
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Aavegotchi GHST Token
remoteToken() view returns (address)
0x3f382dbd960e3a9bbceae22651e88158d2791550
symbol() view returns (string)
GHST
totalSupply() view returns (uint256)
1265760550228459477660317
version() view returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.