iPollo Metaverse Pass by Nano Labs
Verified contract
Active on
Ethereum with 4,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($89.68)
Native
Value
$89.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024113 | $3,701.27 |
$89.25 | |
WETH | ERC-20 | 0.000116 | $3,700.69 |
$0.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20658275 | 3 months ago | | | 0 | 0.000037618330 | |
| 20640505 | 3 months ago | | | 0 | 0.00027060094 | |
| 20640496 | 3 months ago | | | 0 | 0.00032912939 | |
| 20521115 | 4 months ago | | | 0 | 0.00039318441 | |
| 19824198 | 7 months ago | | | 0 | 0.0017579821 | |
| 19443285 | 9 months ago | | | 0 | 0.0015445469 | |
| 19089603 | 10 months ago | | | 0 | 0.00050499778 | |
| 19089497 | 10 months ago | | | 0 | 0.00048568968 | |
| 18329872 | a year ago | | | 0 | 0.00049012169 | |
| 18104249 | a year ago | | | 0 | 0.00042554432 |
ABI
ABI objects
Getter at block 21312669
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
iPollo Metaverse Pass by Nano Labs
owner() view returns (address)
0x2979941ef83551284e0dfb72ccb68df943fc289e
stageMintConfig() view returns (uint64 stageNum, uint64 maxPerStage, uint64 maxPerAddress, bool isWhiteListMintActive, bytes32 merkleRoot, bool isPublicMintActive)
(stageNum=1, maxPerStage=6666, maxPerAddress=2, isWhiteListMintActive=false, merkleRoot=0x34ddace38e39ebc58bd89c04a3ea419917569c6accf4e86ebfe869c60d2edf95, isPublicMintActive=true)
symbol() view returns (string)
iPollo
totalMinted() view returns (uint256)
6666
totalSupply() view returns (uint256)
6666
Read-only
addressMinted(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isKYCAddress(address address_, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint64 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setKycMerkleRoot(bytes32 _kycMerkleRoot)
setMaxPerAddress(uint64 newMaxPerAddress)
setMaxPerStage(uint64 newMaxPerStage)
setPublicMintActive(bool mintStarted)
setStageMintConfig(struct iPolloStageMintConfig config_)
setTokenURI(string tokenURI_)
setWhiteListMintActive(bool mintStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint64 quantity, bytes32[] merkleProof)
withdraw()
withdrawTokens(address token)
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)
Received(address indexed arg0, uint256 arg1)
StageMintConfigChanged(struct iPolloStageMintConfig config)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()