ⁿᵒ3.14

Verified contract

Active on Ethereum with 145 txns
Deployed by via 0x70bbb1bd at 16089172
Slot
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

No balances found for "ⁿᵒ3.14"

0x0a1594458f93771be683fd100e39484ba8a2a342cd8abf468c65972ed03b1eb5
0xabca7eb41930e8b69280e7e7e12468f66ad1ab3b99c8c5ab0f6361612ef8bdd7
0xce509c24106781677f23687e2b11a86f188bda6fbafd48478fa3d7e6e9b2176b
0x0004cb940083fdbfb951c17e74a9af4232475c925d20870649b4cab5d3651070
0x7af6f1d359190fd462e1e164c7b3af785b46e6f865bfcf430771a79f07b740fb
0xf1ced9e3d0d3c55b48675bbd4c288d82d399dadb69125c12a8018ea25839f4ca
0x4b48b0d7ed0c915db03b681120997087027d11b1031dd0d94a046701409defbc
0x2230ba1ef2835dbd8bd05663219ee99767f508b2f224bc7760492fd7188b607a
0x07cde3689d2cdaa19b283c05e51a4f16b738b6d8b75b7790a037c311623c871b
0xaf9b4429067d95acbcf39b6b31cbf051888abac887b2359d0f8335657223fc51

Functions
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 nftTypeuint256 roleMint)
(nftType=0, roleMint=3)
owner(view returns (address)
0x597befa1bef9b9c8c6a81a1e92163118a3e7ac96
revealed(view returns (bool)
true
roleMintConfig(view returns (uint256 saleBeginuint256 saleEnduint256 mintCostuint256 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(stringaddressview returns (uint256)
_usedNonces(stringview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hashTransaction(address _senderuint256 _amountstring _nonceuint256 _nftTypeuint256 _roleMintpure returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
matchSigner(bytes32 _hashbytes _signatureview returns (bool)
operators(uint256view returns (address)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airDropMint(uint256 _amount
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
emergencyWithdraw(
publicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(uint256 amountstring noncebytes32 hashbytes signaturepayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferReceived(address _fromuint256 _amount
Constructor
constructor(string _baseUristring _notRevealedUristring _contractUriaddress _adminAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(