The Plooshies
Verified contract
Active on
Ethereum with 6,026 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "The Plooshies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243747 | 6 hours ago | | | 0 | 0.0010502662 | |
| 21238289 | a day ago | | | 0 | 0.0015111141 | |
| 21230810 | 2 days ago | | | 0 | 0.0012981152 | |
| 21230761 | 2 days ago | | | 0 | 0.0011081478 | |
| 21227848 | 2 days ago | | | 0 | 0.00033865781 | |
| 21223668 | 3 days ago | | | 0 | 0.0018229414 | |
| 21221047 | 3 days ago | | | 0 | 0.00044826506 | |
| 21214547 | 4 days ago | | | 0 | 0.00078474576 | |
| 21210246 | 5 days ago | | | 0 | 0.00070933539 | |
| 21203206 | 6 days ago | | | 0 | 0.00063691085 |
ABI
ABI objects
Getter at block 21245584
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
UnlockTime() view returns (uint16)
19485
cost() view returns (uint256)
30000000000000000
currentWhitelistPhase() view returns (uint256)
4
frozen() view returns (bool)
false
innercircleminting() view returns (bool)
false
maxBatchSize() view returns (uint256)
10
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
3333
minting() view returns (bool)
true
name() view returns (string)
The Plooshies
owner() view returns (address)
0x55e8bbb07986b9f4d3adbb2b89d59f65c02745c6
paused() view returns (bool)
false
revealed() view returns (bool)
true
signer() view returns (address)
0x55e8bbb07986b9f4d3adbb2b89d59f65c02745c6
symbol() view returns (string)
PLOOSHY
totalSupply() view returns (uint256)
3333
whitelistminting() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBoxId(uint256 tokenId) view returns (uint8)
getExtraDataAt(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
flipInnerCircleMint()
flipMint()
flipPause()
flipWhitelistMint()
freezeContract()
innercircleMint(uint256 _box, bytes _sig)
mint(uint256 _mintAmount, uint256 _box) payable
mintReserves(uint256 quantity, uint256 _box)
plooshlistMint(uint256 _mintAmount, uint256 _allowance, uint256 _phase, uint256 _box, bytes _sig) payable
renounceOwnership()
reveal(string baseURI)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 numerator)
setItemPrice(uint256 _price)
setMaxBatchSize(uint256 _size)
setMaxSupply(uint256 _max)
setNumPerMint(uint256 _max)
setPlaceholderURI(string placeholderURI)
setSigner(address _signer)
setWhitelistPhase(uint256 _phase)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateMetadata()
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenLocked(uint256 indexed tokenId, uint256 unlockTimeDay)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signer, uint16 _unlockTime)
This contract contains no fallback and receive objects.
AllowanceAmountError()
AlreadyMintedPlooshlistError()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
BelowCurrentSupplyError()
CallerIsContractError()
CannotIncreaseSupplyError()
ContractFrozenError()
ContractPausedError()
ExceedsMaxSupplyError()
IncorrectAmountError()
InnerCircleMintClosedError()
InvalidBoxIDError()
InvalidSignatureError()
MintAmountError()
MintClosedError()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenTransferLockedError()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistMintClosedError()
WhitelistPhaseClosedError()