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

Snuggle Buddies Unleashed

Verified contract

Active on Ethereum with 2,936 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Snuggle Buddies Unleashed"

0xe192d7871eec07c053fd0c8f5f6492a82e4ee9d0aca4812459296c18e7818a57
0x35c4f0ef09717c730362916191c369365e84c1e9b68d14731167ec231aa94350
0xc2e7f06cff056abb390ffe7fd0473b319ce3289f465c4a63f88b69fd48c724e1
0xfddd4ca7b02da5408bb0b2f1de7616a8c12e393ffc55d59e43d941232f878f53
0x7ec8e11c2d76cf6fd77924ff47c777ba8bb29f6a5e74b425f20a6176c2c41d57
0x21006ee52632511de0f670308a391f2cbfa77023bfd7128b7dd3a93cbe58ea3a
0x977199a85b78a3a35858b9241c4ae3ed104d7ce1b97b3562895bf6e8ba87b7f2
0x2a0161445ef130d5cd9e96d5555f6ca3c00c0f0226e565e5baabca720c149e55
0xa5dff324a1aa50fdb9982a6a5f131bcc9a6fa0be65bbc4800fa1ae671fc2256a
0xeb6d1d2d3aa89dce00671c9a970ee0e4cd50ddd3a809a3b0ce8abe03c1f4e20e

Functions
Getter at block 20898750
claimMerkleRoot(view returns (bytes32)
0x92fb6f1410d79c917bd6bfc7ddb55a51ba672f950ed702feebd38fd851bcef45
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Snuggle Buddies Unleashed
owner(view returns (address)
0xe42dad1e631bd718847aca50b9b2de059eaf57b3
price(view returns (uint256)
33000000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0x8ef688d057bf9d0acd597733fdfbbd3f5787a3fc6d23e9280fbfce35d1a7a207
symbol(view returns (string)
Unleashed
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhaseuint8 claimPhase)
(maxSupply=3333, maxPerWallet=10, maxPerTransaction=25, preSalePrice=33000000000000000, pubSalePrice=33000000000000000, preSaleIsActive=false, saleIsActive=false, claimIsActive=true, supplyLock=false, salePhase=0, claimPhase=2)
totalReleased(view returns (uint256)
101884000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3333
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateClaimState(bool _claimIsActiveuint8 _claimPhase
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(