Gaia
Unverified contract
Proxy
Active on
Base with 187 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001574 |
$0 | |
xVIRTUAL | ERC-20 | 138.607592K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21862459 | 8 hours ago | | | 0 | 5.6661435e-7 | |
| 21733616 | 3 days ago | | | 0 | 7.7214210e-7 | |
| 21712242 | 4 days ago | | | 0 | 8.6592990e-7 | |
| 21678366 | 5 days ago | | | 0 | 8.6666321e-7 | |
| 21555936 | 7 days ago | | | 0 | 8.6741579e-7 | |
| 21516891 | 8 days ago | | | 0 | 8.4996603e-7 | |
| 21458341 | 10 days ago | | | 0 | 8.5975456e-7 | |
| 21458302 | 10 days ago | | | 0 | 8.9198968e-7 | |
| 21399223 | 11 days ago | | | 0 | 8.6150803e-7 | |
| 21394067 | 11 days ago | | | 0 | 8.5266329e-7 |
ABI
ABI objects
Getter at block 21876846
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
assetToken() view returns (address)
0x33e34b8684565fcf6a9dd52a7e92c4e70211a045
clock() view returns (uint48)
21876846
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0xbbf4b5a830ae7a448b6e42d14d720582c3f4dd3b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
founder() view returns (address)
0xc12b3ef4ba84c444fadb8855981ffff4de0ba3d5
matureAt() view returns (uint256)
1710906092
name() view returns (string)
Gaia
symbol() view returns (string)
Gaia
totalSupply() view returns (uint256)
138607592384000000000000
virtualNft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastBalanceOf(address account, uint256 timepoint) view returns (uint256)
getPastDelegates(address account, uint256 timepoint) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address, uint256) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize(string name, string symbol, address theFounder, address theAssetToken, address theVirtualNft, uint256 theMatureAt)
stake(uint256 amount, address receiver, address delegatee)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
VotesExpiredSignature(uint256 expiry)