Gaia
Verified contract
Proxy
Active on
Ethereum with 288 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Gaia | ERC-20 | 46.738557M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20834015 | 3 months ago | | | 0 | 0.00050637914 | |
| 20834013 | 3 months ago | | | 0 | 0.00077773618 | |
| 20259170 | 5 months ago | | | 0 | 0.000059411542 | |
| 19040215 | a year ago | | | 0 | 0.00070787809 | |
| 17167873 | 2 years ago | | | 0 | 0.0023911743 | |
| 17009790 | 2 years ago | | | 0 | 0.00065509720 | |
| 16873322 | 2 years ago | | | 0 | 0.00078422707 | |
| 16872164 | 2 years ago | | | 0 | 0.00096834849 | |
| 16774278 | 2 years ago | | | 0 | 0.00062796000 | |
| 16639831 | 2 years ago | | | 0 | 0.00099599893 |
ABI
ABI objects
Getter at block 21401964
decimals() view returns (uint8)
9
name() view returns (string)
Gaia
owner() view returns (address)
0xf4a4534a9a049e5b3b6701e71b276b8a11f09139
symbol() view returns (string)
Gaia
totalSupply() view returns (uint256)
50010318328583913241
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
minter(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
renounceOwnership()
setMinter(address _minter, bool _val)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EditMinter(address minter, bool val)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.