NotBeeple

Verified contract

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

No balances found for "NotBeeple"

0x3574632981600c309192becd852567daf1e9a24d9a49a32c14f1faa4c20e2497
0x042d46f18a45d5f4aa6d6a5bada8b30fe8ef77765efdb89f41cc9a0c0b665a3f
0xf6f7d709c42bf224c1ff951618a4d24ea97720dd1aa29158d2c9939d2b8fbbc7
0x1dd3a183519d36b2f6efc101db052d0d096450c29342b6e2662d6c0b1954f2f9
0x342747fc90759454e713c5e01aa168ef95013086396f591f94662783e1b0c50c
0x8ec7d5b4ab157cc125b5dff15ae426876110e9483de372a81c9371f6bde72774
From
0x2e4131859c63d6f9e0e9cac82f33ec8314f2ef8c94f8a7d8482ac3db32a29001
0x94718e6e272be3be8a56890cc80960d10db6bf3579af137701f4c62cf2c3d62d
0x1f98a7953da63587074053f8c87549ccde966bca042458f6933b28b159c27554
From
0xdc41b7453616ebcda70dfefb862d68ae067329da317c87fdcce4a02a9c05d20a

Functions
Getter at block 20926493
cost(view returns (uint256)
2500000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmfM9vYFb9NcZVp3Kk5DNuNEeDsUkMoh18ppA4Yw2GaZp2/hidden.json
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
1981
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
NotBeeple
owner(view returns (address)
0x781fb0398aa039d2c5c1509729bbff66cda10120
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
NOTBEEP
totalSupply(view returns (uint256)
1981
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
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)
walletOfOwner(address _ownerview 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(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(