PandaCubz

Verified contract

Active on Ethereum with 1,542 txns
Deployed by via 0x1db4277c at 14959905
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 "PandaCubz"

0x8fe39e50935c99e75792dacb327893eb1f14d6abb9a01616aba26be226bb193a
0x8ecbb8cc90c61466542888c37d85f122ae71c5bf39e98ab46a2c848d8f87f813
0xfd7f1dad1eb189920b39af7eaa8bd594d2be19109ee7a0e598f82a34be2230ee
0x92fe0730f96ff5c43ba23e8e67c62e69edc0ffa31aa25ad924a7a6d25733c030
0xc182addad30bc7d5165cf516b95aff21156999e1023a17c66df3ebae61f05dbb
0x8743c43ef7f96865646548f0f89ba709034a83a3ea1063d7a261192d896cb1be
0x0dfd214988212a46d85997b2c2e5d278954d56094113eb13ad1615e565b32390
0xf38c11f850de7b809bb20414f8ac6b38da324afb93b05e0c10fa9ccbb2e32203
0xb92ac5606afe2864f431485fdb154702844f205d4a4e072c585f067bc256bf75
0xde9f3cfaf6dbbf74b4e8a662f4ffdf97fab1aae93af56e43cba9d8d7074f3bef

Functions
Getter at block 20863765
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x9f98b136206d723d4e6860f4b23a3104f62aac5c
mintpassId(view returns (uint16)
1
name(view returns (string)
PandaCubz
owner(view returns (address)
0x24726c18ba5b5781553b613f534e0db5f739f0d5
price(view returns (uint256)
85000000000000000
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
PCZ
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=1999, maxPerWallet=20, maxPerTransaction=20, preSalePrice=0, pubSalePrice=80000000000000000, preSaleIsActive=true, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=1)
totalReleased(view returns (uint256)
28560000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1590
unclaimedSupply(view returns (uint256)
409
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(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _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 PandaCubzToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(