PartyLand
Verified contract
Proxy
Active on
Ethereum with 1,248 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PartyLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16755743 | 2 years ago | | | 0 | 0.0013548043 | |
| 16648444 | 2 years ago | | | 0 | 0.0011725233 | |
| 15910558 | 2 years ago | | | 0 | 0.00052592218 | |
| 15288300 | 2 years ago | | | 0 | 0.00055669710 | |
| 15263657 | 2 years ago | | | 0 | 0.00033935689 | |
| 15263657 | 2 years ago | | | 0 | 0.00059613264 | |
| 15243438 | 2 years ago | | | 0 | 0.00029347656 | |
| 15216336 | 2 years ago | | | 0 | 0.00090207590 | |
| 15209879 | 2 years ago | | | 0 | 0.00031087024 | |
| 15203754 | 2 years ago | | | 0 | 0.00062090635 |
ABI
ABI objects
Getter at block 21274592
name() view returns (string)
PartyLand
owner() view returns (address)
0xb365e5d68aa96b4e9c715ec6d30470def0cc5640
symbol() view returns (string)
PLD
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mintBatch()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setRoyalty(address royaltyReceiver, uint96 royaltyBPS)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address royaltyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.