Plushies on Base

Unverified contract

Proxy

Active on Base with 5,023 txns
Deployed by via 0x36fe1a85 at 14356037
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $1.34
ERC-20
Value $0
ERC-20
--
 (#2358)
ERC-721
--
0x9ec03339a23c9fec13bf5b72c65c2f5831437762265553ab6a359d4f753f2ad3
0xc63b76e06028fdfc289bd041c3342d3459a4f4d21040536dbcf377a1c0d789e1
0xa4abc17f35c8b625871ec3c835a47913cd3221c0f41299e066b9528f509c2c62
0x467381c5d609648c2954abb56921fdc071c8d170f70188d968348a0816ac8a43
0xf56f28a12bafc60def3b9c6931400a4d8d8ec36054ea3439d7c44f2d76a2b438
0x6697b3519e64da67bb4339e5069da4c4f9d62076c7a183409a7451184855389c
0x084f557285261cf461195e6471fc0c63e379ba892f45084a9c6947f27098cce2
0x399c02507f7f7ad7fe1150747abc68a43e48d9d1343c519b657d7aef5a516c22
0xdcdae32692875dc2f1e20b5cc5f4678489a72a44048b527ce0e07af8c3042c94
0x771a4c8e6c0255a3b590b3a0bb14c672c722e1bc5898a329e1cc60f36d0332cf

Functions
Getter at block 22008559
baseURI(view returns (string)
ipfs://bafybeiabd427fgipmehx47k6hn6rlk3augrh2crmadclxkfdhj43dc4rwm/
costPublic(view returns (uint256)
500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
3333
maxMintPublic(view returns (uint256)
50
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
6666
name(view returns (string)
Plushies on Base
owner(view returns (address)
0x0a1ba9c2d352f21056e5582bba2cca85f4e12df1
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PLS
totalSupply(view returns (uint256 result)
3380
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(