BuckBuck

Verified contract

Active on Ethereum with 1,263 txns
Deployed by via 0x198741e1 at 14661076
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $361.98
0x02170a06e7e3a9d1e4f10f71e96c0a18c174aed93bbaeb388da4921e42d19ac7
0x919dcfc561bab7f267b2b3e9b5010904a50dceaded1d0336a15479a7b17a8d4e
0x1396765a83abe61901520cae18970feba4256a433cdc4d98da61ba90e6ee51de
0xce3440102affc46b7adc2fce8c8aeddf3ec1de5a7bd9455b4b61f885ac5c6a84
0xfabf1ac3ea0fb364db462a85ec16bdf82c7fc2f20d95661d9894117e3fe26fab
0x139ee6c2cfb9e3c38e71784b7e980f2470fe90a8772bc32f9cf2c3c3819b4c0e
0x09e40043e46d9b228099452d76e337d20a2fd09425c13a22a56df7e9278b0582
0x109eb9ec5c0f33a201e29c76b9fb8e0e3ef9610b14214a1167db8e4f6e48aca0
0xbcf4dad3860e71b06237aaa20989271411967a5a9607d24d5bb44d7b94377853
0x2c3fccba5cc8463009c8f941c0059df80ae89515eea730f8ca2836ea6e9d4399

Functions
Getter at block 21283506
cost(view returns (uint256)
100000000000000000
hiddenMetadataUri(view returns (string)
https://socialstinger.com/everything/_metadata.json
maxMintAmountPerAddress(view returns (uint256)
200
maxMintAmountPerTx(view returns (uint256)
200
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0xa109734665b7fcd66361ee04864f4045a4d1cff69dcf685c0687fefbcea7bfa7
name(view returns (string)
BuckBuck
owner(view returns (address)
0x518dce0ebbfec176a37489b05e5f6c33ea5faa61
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
BB
totalSupply(view returns (uint256)
1500
uriPrefix(view returns (string)
ipfs://QmTYNmxwCkwyMBLypBXsjpu3C3QXRkVSp23dc5bpAQ5Qjw/
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)
totalMintedByAddress(addressview returns (uint256)
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
setMaxMintAmountPerAddress(uint256 _maxMintAmountPerAddress
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 _maxMintAmountPerTxuint256 _maxMintAmountPerAddressstring _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(