PartySheeoWorld
Verified contract
Active on
Ethereum with 348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "PartySheeoWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175628 | a month ago | | | 0 | 0.0018509899 | |
| 21151227 | a month ago | | | 0 | 0.0011099831 | |
| 21151171 | a month ago | | | 0 | 0.00069208617 | |
| 19853831 | 7 months ago | | | 0 | 0.00020464352 | |
| 19247603 | 10 months ago | | | 0 | 0.00097889375 | |
| 19059451 | a year ago | | | 0 | 0.0011483560 | |
| 18939346 | a year ago | | | 0 | 0.00081458264 | |
| 18847585 | a year ago | | | 0 | 0.0011973950 | |
| 18847558 | a year ago | | | 0 | 0.0017462059 | |
| 18847554 | a year ago | | | 0 | 0.0014191851 |
ABI
ABI objects
Getter at block 21421292
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
allowlistType() view returns (uint256)
0
baseExtension() view returns (string)
.json
burnAndMintMode() view returns (bool)
false
cost() view returns (uint256)
25000000000000000
maxMintAmountPerTransaction() view returns (uint256)
5
maxSupply() view returns (uint256)
560
merkleRoot() view returns (bytes32)
0xdff16cd047216243ec741b8a507193f28df57d5b44eb2d2e6c00158544405e0a
mintCount() view returns (bool)
true
name() view returns (string)
PartySheeoWorld
notRevealedUri() view returns (string)
ar://025di_aXlMey6RAulcjd6jzcBBhsDaIsnryKAiU60Fg/1.json
onlyAllowlisted() view returns (bool)
false
owner() view returns (address)
0x2dfcd1b4575342c53c86309e73e9ef596b0f0657
paused() view returns (bool)
false
publicSaleMaxMintAmountPerAddress() view returns (uint256)
30
revealed() view returns (bool)
true
saleId() view returns (uint256)
2
symbol() view returns (string)
PSW
totalSupply() view returns (uint256)
560
Read-only
allowlistUserAmount(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllowlistUserAmount(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUserMintedAmount(address _address) view returns (uint256)
getUserMintedAmountBySaleId(uint256 _saleId, address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
userMintedAmount(uint256, address) view returns (uint256)
State-modifying
Events airdropMint(address[] _airdropAddresses, uint256[] _UserMintAmount)
approve(address operator, uint256 tokenId)
deleteDefaultRoyalty()
mint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof, uint256 _burnId) payable
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListType(uint256 _type)
setAllowlistMapping(uint256 _saleId, address[] addresses, uint256[] saleSupplies)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setBurnAndMintMode(bool _burnAndMintMode)
setCost(uint256 _newCost)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintCount(bool _state)
setNotRevealedURI(string _notRevealedURI)
setOnlyAllowlisted(bool _state)
setPause(bool _state)
setPublicSaleMaxMintAmountPerAddress(uint256 _publicSaleMaxMintAmountPerAddress)
setSaleId(uint256 _saleId)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()