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 "PLINFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19914298 | 6 months ago | | | 0 | 0.00056869222 | |
| 17967438 | a year ago | | | 0 | 0.0013935952 | |
| 16282647 | 2 years ago | | | 0 | 0.00031638100 | |
| 16140775 | 2 years ago | | | 0 | 0.00077280334 | |
| 15924020 | 2 years ago | | | 0 | 0.00075149336 | |
| 15583871 | 2 years ago | | | 0 | 0.00071594002 | |
| 15367176 | 2 years ago | | | 0 | 0.00020610123 | |
| 15244609 | 2 years ago | | | 0 | 0.00059914847 | |
| 15048158 | 2 years ago | | | 0 | 0.0017872111 | |
| 14914481 | 2 years ago | | | 0 | 0.0015516457 |
ABI
ABI objects
Getter at block 21205853 publicSupplyRemaining() view returns (uint256)
MINT_PRICE() view returns (uint256)
80000000000000000
contractURI() pure returns (string)
https://ipfs.io/ipfs/QmV5Dc8Y61q3xCNYxJU7H4cTtWM8RANBCtM7KQnPEXPM6J
isActiveSale() view returns (bool)
true
isPublicSale() view returns (bool)
true
name() view returns (string)
PLINFT Passes
owner() view returns (address)
0x454c7506e97a8e9b536a68454e4d60d9212aaccd
paused() view returns (bool)
false
symbol() view returns (string)
PLN
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isOnFreeWhiteList(address _address) view returns (bool)
isOnPaidWhitelist(address _address) view returns (bool)
payments(address dest) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
uriToTokenId(bytes32) view returns (uint256)
State-modifying
Events create()
mintItem(address _address, uint256 tokenId) payable
pause()
publicMint(address _address, uint256 tokenId) payable
renounceOwnership()
resetMinted(address[] addresses)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setFreeWhitelist(address[] addresses)
setIsActiveSale(bool _isActiveSale)
setIsPublicSale(bool _isPublicSale)
setPaidWhitelist(address[] addresses)
setPlinftWallet(address _plinftWallet)
setPublicSupply(uint256 total)
transferOwnership(address newOwner)
unpause()
withdrawAll()
withdrawPayments(address payee)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.