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 "LoP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18891802 | a year ago | | | 0 | 0.0011410319 | |
| 18888947 | a year ago | | | 0 | 0.00095145961 | |
| 18860094 | a year ago | | | 0 | 0.00068252656 | |
| 18860056 | a year ago | | | 0 | 0.00076289142 | |
| 18704852 | a year ago | | | 0 | 0.0014285190 | |
| 18704750 | a year ago | | | 0 | 0.0018112773 | |
| 16770646 | 2 years ago | | | 0 | 0.0012155701 | |
| 16635314 | 2 years ago | | | 0 | 0.0022421968 | |
| 16524110 | 2 years ago | | | 0 | 0.00037099104 | |
| 16524100 | 2 years ago | | | 0 | 0.00041118469 |
ABI
ABI objects
Getter at block 21316224
COLLECTION_SIZE() view returns (uint256)
5555
baseURI() view returns (string)
ipfs://QmaoP9uJMKaWqsJFj4gi6bw61TYTit6CUmtwJ8iSXsjMRq/
mintCap() view returns (uint256)
5
name() view returns (string)
League of Prophets
owner() view returns (address)
0x2b9683c5b44b96b8e9ea681795a08cd698074e98
price() view returns (uint256)
6600000000000000
root() view returns (bytes32)
0x3ff0b4234bffa0e59e04f1808f0c7171d6bc874f3309339a5524b2f05c2c5a1d
saleStatus() view returns (uint8)
1
symbol() view returns (string)
LOP
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyWhitelisted(bytes32[] proof) view returns (bool)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
mint(bytes32[] proof, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMerkleRoot(bytes32 _root)
setSaleStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()