EIPandas

Verified contract

Proxy

Active on Ethereum with 13,298 txns
Deployed by via 0x7a8e0c51 at 15522905
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
ERC-20
Value $3.83
0x6443c69610f6f38f8ebee3edea6c56bd409672c018c412ae530e891e14a9645a
0x480d40615f3d5e8c968092de3302178266ee1d845e0acfbf3d741c3420759e25
0x4d1f6ca76111f26553e26b1359ee6d14e39dfe078562a473be4afdee692e7ada
0xb2621beaf0421505b928e0489d7866bf2e8d0e14a54c1edda8f50975d1e285cc
0x02c39f396456232ce102e869ba5cd853ecfbcd68045fdc5e38ca3b72672662ab
0x6b175e27769cb423ceca0b8d3b6d510b191009abcd88872a3e4f1f20bd8212c6
0x554da04cd86a2b96298d88776274398dfb87de3d94009aaf8ebdbca6871eed11
0x19d679d68905774683ddc16730dd76fc8fdeffb0fc70fd0edeb7866f8c12d1f9
0x62a15ed0a52717cd750ec98338e318f6fab697b91aa446832ce2b8bc0a7aea3b
0x6b5d5eefac5ffc1c9314fcde069e3fb891ea69a1f3ed2dbabb1d740fc0b0743b

Functions
Getter at block 20869213
IS_PUBLIC_MINTING_OPEN(view returns (bool)
true
MAX_MINTS_PER_WALLET(view returns (uint256)
1
MINT_FEE(view returns (uint256)
3675000000000000
ammountWithdrawn(view returns (uint256)
25738935441337244086
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
EIPandas
owner(view returns (address)
0x3d3962bcd9d9f611682a32cd861ca9c2fbdb4bfa
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
750
symbol(view returns (string)
PANDA
totalSupply(view returns (uint256)
5875
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
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

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(