Anomaly Genesis Passport
Verified contract
Active on
Ethereum with 3,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Anomaly Genesis Passport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154360 | 11 hours ago | | | 0 | 0.00041286421 | |
| 21149708 | a day ago | | | 0 | 0.00054987578 | |
| 21145289 | 2 days ago | | | 0 | 0.00073923200 | |
| 21145266 | 2 days ago | | | 0 | 0.00059982724 | |
| 21145233 | 2 days ago | | | 0 | 0.00085166240 | |
| 21107338 | 7 days ago | | | 0 | 0.00036909517 | |
| 21033473 | 17 days ago | | | 0 | 0.00022463897 | |
| 21020202 | 19 days ago | | | 0 | 0.00050660916 | |
| 21007441 | 21 days ago | | | 0 | 0.00081226180 | |
| 21001661 | 22 days ago | | | 0 | 0.00040193950 |
ABI
ABI objects
Getter at block 21157753
baseURI() view returns (string)
ipfs://QmU2zX9hcdPSLHq6HuYf5AFiG6HxwoehQ3NWgmJfutpWjz/
guaranteed() view returns (uint256)
604
maxSupply() view returns (uint256)
888
mintState() view returns (uint8)
0
name() view returns (string)
Anomaly Genesis Passport
oldOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x08615f7cc41be2b3674a42e6e63ae7b5eeeed094
reserved() view returns (uint256)
71
reservedMinted() view returns (uint256)
71
rootForGuaranteed() view returns (bytes32)
0x68d7af268597253af7ed041e8b2cc0cffe7d4ac218d238ba26565f66cb34df52
rootForOversubscribed() view returns (bytes32)
0xf04b7c46400f692ce5f4d01a3a18a2cffcc2176e1387e3468f2a35810c0c6df7
symbol() view returns (string)
AGP
totalAllowListMinted() view returns (uint256)
817
totalGuaranteedAllowListMinted() view returns (uint256)
604
totalMinted() view returns (uint256)
888
totalOversubscribedAllowListMinted() view returns (uint256)
213
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOnGuaranteed(address) view returns (bool)
mintedOnOversubscribed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintAllowlist(bytes32[] proof)
mintFromReserved(address to, uint256 amount)
mintPublic()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setGuaranteedCount(uint256 count)
setMerkleOversubscribed(bytes32 merkleRoot_)
setMerkleRootGuaranteed(bytes32 merkleRoot_)
setMintState(uint256 mintState_)
setReservedCount(uint256 count)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.