onchain gaias
Verified contract
Active on
Base with 14,908 txns
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.000755 |
$0 | |
$BERRY | ERC-20 | 13.418021K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22758280 | a minute ago | | | 0 | 9.7934842e-7 | |
| 22757585 | 24 minutes ago | | | 0 | 9.7758333e-7 | |
| 22752764 | 3 hours ago | | | 0 | 9.8688793e-7 | |
| 22752740 | 3 hours ago | | | 0 | 8.3313386e-7 | |
| 22752717 | 3 hours ago | | | 0 | 0.0000069087828 | |
| 22752663 | 3 hours ago | | | 0 | 5.1714858e-7 | |
| 22752656 | 3 hours ago | | | 0 | 8.2935232e-7 | |
| 22751597 | 4 hours ago | | | 0 | 7.6893697e-7 | |
| 22748327 | 6 hours ago | | | 0 | 9.7934842e-7 | |
| 22744139 | 8 hours ago | | | 0 | 9.7934842e-7 |
ABI
ABI objects
Getter at block 22758306
MERKLE_ROOT() view returns (bytes32)
0xe85532cb67a32fa3e27ce37bdd24764eced03900b9e7ee2e76745e727438c850
MERKLE_ROOT_ROUND_THREE() view returns (bytes32)
0x8d81469e64b1da66251f96843aefbde56b52bdae17def450782dd0e61f3fbb1b
MERKLE_ROOT_ROUND_TWO() view returns (bytes32)
0xafcd0e20380ca538b5014339dc9b58b235d090c1f47cb93bfcd979b342fa0dfa
PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://ogs.space/metadata/
isMetadataFrozen() view returns (bool)
false
isProvenanceLocked() view returns (bool)
false
isRoundOneEnabled() view returns (bool)
true
isRoundThreeEnabled() view returns (bool)
true
isRoundTwoEnabled() view returns (bool)
true
name() view returns (string)
onchain gaias
nonPetOwnerId() view returns (uint256)
5557
owner() view returns (address)
0x72c3c8b0cacdf6e36b39c9462a42756b2a294ccb
petOwnerId() view returns (uint256)
500
symbol() view returns (string)
EARLY
totalSupply() view returns (uint256)
5556
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
petOwnersMinted(address) view returns (uint256)
roundOneMinted(address) view returns (bool)
roundThreeMinted(address) view returns (bool)
roundTwoMinted(address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyRoundOne(bytes32[] proof, address addr, uint256 amount) view
verifyRoundThree(bytes32[] proof, address addr, uint256 amount) view
verifyRoundTwo(bytes32[] proof, address addr, uint256 amount) view
State-modifying
Events approve(address to, uint256 tokenId)
enableRoundOneMinting()
enableRoundThreeMinting()
enableRoundTwoMinting()
freezeMetadata()
lockPrevenance()
mint(bytes32[] proof, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setProvenanceHash(string provenanceHash)
setRoyalty(address recipient, uint96 value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetadataFrozen(string baseUri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProvenanceLocked(string provenanceHash)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRoot, bytes32 _merkleRootRoundTwo, bytes32 _merkleRootRoundThree)
This contract contains no fallback and receive objects.
AlreadyMintedInThisRound()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
InvalidProof()
InvalidRound()
MaxSupplyReachedForRound()
MetadataIsFrozen()
MintNotYetEnabled()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ProvenanceIsLocked()
ProvenanceNotSet()
RoyaltyTooHigh(uint256 maxRoyalty)