ExoStampzByBonishbil By Bonishbil

Verified contract

Active on Ethereum with 2,614 txns
Deployed by via 0x515ee1c6 at 15628179
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ExoStampzByBonishbil By Bonishbil"

0xa4fba79d4e448158db2d63d3962f3044e52ab124591f813a87140360f2c338cd
0xc0ed7e50d09810d6be9bf53cec191370d4a506335a1ab77da6df85d542e61392
0xa113cfcc47b848d6fa38bedc6a9971ee48addb02efe6dbb78ec53e2c621405ce
0xbfa86df3a4a6e76fabddf09f0763d8405a56e2c778b79e823e54c3cb58fb487a
0x2a8f8ef148e2a91a1930108787a80876293f05ee2ab79c0a8afe3a78ba1b9936
0x7e0d0e7d7be23a743acba8b39fcef8ff2dcb71ab1d0059e0412a0b3864fe6fc4
0xba08b1034b0d7672157e1a400ff7bb39c36900dd307bb07e41287ddbac466857
0x75bae63261ce4854f2ad4fb582260ee5d5dbeae71d1489b560b88d999cb077ef
0x2ed7bccb02182b0ffcbd7ec488962ba3bf8b1735a56ad52ba8d10d49820153b8
0x0fdc4198865e26408a26086c99498b552365d328794935f2aa776ea3cec8b75b

Functions
Getter at block 20914241
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
666
merkleRoot(view returns (bytes32)
0x9734aae80ac989a513826f751170179789659ec56d26cfe0173af85550d966dc
name(view returns (string)
ExoStampzByBonishbil By Bonishbil
owner(view returns (address)
0x92c39077bf09cb8149b0222a27785f724ec3d27f
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
EXSTMP
totalSupply(view returns (uint256)
588
uriPrefix(view returns (string)
ipfs://QmWCBAYRxjPWFqNtKKmAcoqZTEKcVWBoaC1emsj7TYUoAw/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(