Snuggle Buddies Unleashed

Verified contract

Active on Ethereum with 2,950 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"

0x5f0582bba0b7c77ebf49692e221ed9d4ff968f9f808d89101a793660256e6a6a
0x6014ff22b971d7ed7767f6ca986a4a38156be85f7151a1f5019a0498fc10e09c
0xc0a75b557b285c6dba6e2765f3663be9a4a8b56ad8469334cadca6a5feeb8c6d
0x93ddbfd5a84cc73a0f2d4ca4122eb803f891820231debcc4d396b998f1f9a25c
0xab1e2559039b1e2a5aaf34bd8b0ec5e9b062926d6a11544f42827b0fd2ac6131
0x7c0a24ac5ae05131f09ef845a102a5848bb5465dbcf97e0f051b91b485d45ee4
0xcc10f37e3a786979a39523fd59dbcc3f0092f6a9fd2cec188da3dd3a422a0124
0xce0ee681d9db25baaa096f25e1419248a96b117b52fea6a3d7597a6d30ff91ec
0xc8c58d0b0e87e2d8f63954eb7e4678d380bb1f634df398655ee38cbca3cc185e
0x3a522694bd737c33dc59943fe62bfc6388baba88bec2a2d274e5fd89dc03a5a2

Functions
Getter at block 21262166
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(