ODENPETS
Verified contract
Active on
Ethereum with 3,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "ODENPETS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105674 | a month ago | | | 0 | 0.000073880083 | |
| 21103597 | a month ago | | | 0 | 0.000089594996 | |
| 21102897 | a month ago | | | 0 | 0.00010175598 | |
| 21101614 | a month ago | | | 0 | 0.00022568310 | |
| 21007581 | a month ago | | | 0 | 0.00042830108 | |
| 20981266 | a month ago | | | 0 | 0.00025353337 | |
| 20911790 | 2 months ago | | | 0 | 0.00036452601 | |
| 20882919 | 2 months ago | | | 0 | 0.000096664113 | |
| 20852793 | 2 months ago | | | 0 | 0.00012726607 | |
| 20733590 | 3 months ago | | | 0 | 0.000084316234 |
ABI
ABI objects
Getter at block 21304264
MAX_SUPPLY() view returns (uint256)
10000
getCurrentCost() view returns (uint256)
1000000000000000
getLicenseName() view returns (string)
CBE_NECR_HS
getLicenseURI() view returns (string)
ar://_D9kN1WrNWbCq55BSAGRbTB4bS3v8QAPTYmBThSbX3A/3
licenseVersion() view returns (uint8)
3
maxPerWallet() view returns (uint256)
300
merkleRootPreMint() view returns (bytes32)
0xd3878f704c924d0a0a656aef08f56c6ef1c7354b57fb5de58c567dfec5cd860d
merkleRootPublicMint() view returns (bytes32)
0x70fc3a2f7912f7986281a03db72f10ad9a2c5f1ef622196034ec58ba97f71daa
mintable() view returns (bool)
true
name() view returns (string)
ODENPETS
owner() view returns (address)
0xb264d98c037b8623c1044c976dff5c14aa642d78
paused() view returns (bool)
false
preCost() view returns (uint256)
1000000000000000
presale() view returns (bool)
false
publicCost() view returns (uint256)
1000000000000000
publicMaxPerTx() view returns (uint256)
5
publicSaleWithoutProof() view returns (bool)
false
royaltyAddress() view returns (address)
0x0000000000000000000000000000000000000000
royaltyFee() view returns (uint96)
500
symbol() view returns (string)
ODENPETS
totalSupply() view returns (uint256)
10000
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, uint256 _preMintMax, bytes32[] _merkleProof) payable
publicMint(uint256 _mintAmount, uint256 _publicMintMax, bytes32[] _merkleProof) payable
publicMintWithoutProof(uint256 _mintAmount) payable
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)
setMaxPerWallet(uint256 _maxPerWallet)
setMerkleRootPreMint(bytes32 _merkleRoot)
setMerkleRootPublicMint(bytes32 _merkleRoot)
setMintable(bool _state)
setPreCost(uint256 _preCost)
setPresale(bool _state)
setPublicCost(uint256 _publicCost)
setPublicMaxPerTx(uint256 _publicMaxPerTx)
setPublicSaleWithoutProof(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()