This contract is being backfilled. You may encounter incomplete storage history.

ODENPETS

Verified contract

Active on Ethereum with 3,518 txns
Deployed by via 0x175a09b0 at 15786530
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "ODENPETS"

0xd832a1c1ccfc8df994af91ee5df95f49a0491ef75c05fb50e0482ac2778d0d69
0xfc54149cf555159a9863f170202b12abf143fdb0793cd2f17e52d788d208c204
0xead2104eca772858ccdbd33604be587ee411461ce182a99293d0b0e7e3e3fdfe
0x672e0f6106f66771c66b58b50559859ca800a97499f97869991bf2ff2eaa48c6
0x54ab2e70721693c6cf7fa6c1700b898131a277cf4725bfd9253960dab64d7259
0x85eb5ac48b53fd092df90f71297d4becdc5ccc2e0d2fe1a0f519cf9c8e0677e7
0x9249a683c96e29af73254432272ae83b5965145a616a152fb6866036a001f71c
0x7edb71a0654db646cc3f8740536d9ac654ab2a79f04180312bc986868b58bcb9
0x145b6d4b1b82cef2bba2d931c315ce303fa01e6639850e0c04190e4a5f3768e7
0x9761c33f39313969a73bf8d0fae371724abd21b57c2d6dbf35bd107f95f4dc9e

Functions
Getter at block 20805004
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
ownerMint(address _addressuint256 count
pause(
preMint(uint256 _mintAmountuint256 _preMintMaxbytes32[] _merkleProofpayable 
publicMint(uint256 _mintAmountuint256 _publicMintMaxbytes32[] _merkleProofpayable 
publicMintWithoutProof(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(