Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
2 additional
variables
Balances ($0.00)
No balances found for "ⁿᵒ3.14"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20382483 | 4 months ago | | | 0 | 0.00022289134 | |
| 17313461 | 2 years ago | | | 0 | 0.0012026471 | |
| 17304751 | 2 years ago | | | 0 | 0.0017344732 | |
| 17047253 | 2 years ago | | | 0 | 0.0015176612 | |
| 16656354 | 2 years ago | | | 0 | 0.0018020802 | |
| 16640803 | 2 years ago | | | 0 | 0.0011126882 | |
| 16640684 | 2 years ago | | | 0 | 0.0011802791 | |
| 16632502 | 2 years ago | | | 0 | 0.00071670801 | |
| 16632393 | 2 years ago | | | 0 | 0.0022588410 | |
| 16599473 | 2 years ago | | | 0 | 0.0024873022 |
ABI
ABI objects
Getter at block 21315449
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxIndexPerRoleMint() view returns (uint256)
749
_maxSupply() view returns (uint256)
3000
_maxSupplyPerNftType() view returns (uint256)
750
_maxSupplyPerVVip() view returns (uint256)
10
contractURI() view returns (string)
https://nftstorage.link/ipfs/bafkreihuu5avzjofioxtff35f7nohdzi6vyhz2uwdmszm2pp6gadnoon7u
isSaleActive() view returns (bool)
true
name() view returns (string)
ⁿᵒ3.14
notRevealedUri() view returns (string)
https://nftstorage.link/ipfs/bafkreih7y65alp52tkwfx6qy2lnbpewlkszsgpayinj2ol6xorwdx2snva
operateConfig() view returns (uint256 nftType, uint256 roleMint)
(nftType=0, roleMint=3)
owner() view returns (address)
0x597befa1bef9b9c8c6a81a1e92163118a3e7ac96
revealed() view returns (bool)
true
roleMintConfig() view returns (uint256 saleBegin, uint256 saleEnd, uint256 mintCost, uint256 maxPerAddr)
(saleBegin=1671625819, saleEnd=1703161819, mintCost=50000000000000000, maxPerAddr=720)
symbol() view returns (string)
ⁿᵒ3.14
totalMinted() view returns (uint256)
113
totalSupply() view returns (uint256)
113
uriPrefix() view returns (string)
https://nftstorage.link/ipfs/bafybeihv7v4waavwo6fznljs7hwifm6v4r2cvykrm4uxcdgmithjh4z2j4/
uriSuffix() view returns (string)
.json
Read-only
_hadAmount(string, address) view returns (uint256)
_usedNonces(string) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashTransaction(address _sender, uint256 _amount, string _nonce, uint256 _nftType, uint256 _roleMint) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
matchSigner(bytes32 _hash, bytes _signature) view returns (bool)
operators(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airDropMint(uint256 _amount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
emergencyWithdraw()
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractUri)
setNotRevealedURI(string _notRevealedUri)
setOperateConfig(struct WhiteListOperateConfig _opConf)
setOperator(address[] _addrs)
setReveal()
setRoleMintConfig(struct WhiteListRoleMintConfig _conf)
setSaleActive()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whiteListMint(uint256 amount, string nonce, bytes32 hash, bytes signature) 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)
TransferReceived(address _from, uint256 _amount)
constructor(string _baseUri, string _notRevealedUri, string _contractUri, address _adminAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()