NFTImplementationV1_3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
17 additional
variables
Balances ($0.00)
No balances found for "NFTImplementationV1_3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTImplementationV1_3"
ABI
ABI objects
Getter at block 20863440
ERC712_VERSION() view returns (string)
1
airdropAfter() view returns (uint256)
0
getChainId() view returns (uint256)
1
getDomainSeparator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getDomainSeperator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
presale() view returns (uint256 totalAmount, uint256 maxAmount, uint256 price, bool open)
(totalAmount=0, maxAmount=0, price=0, open=false)
reserveMinted() view returns (uint256)
0
reserved() view returns (uint256)
0
revealed() view returns (bool)
false
sale() view returns (uint256 totalAmount, uint256 maxAmount, uint256 price, bool open)
(totalAmount=0, maxAmount=0, price=0, open=false)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
initialize(string name_, string symbol_, address proxyRegistryAddress_, address vrfCoordinatorAddress_, address linkAddress_, bytes32 keyHash_, uint256 fee_, uint256 reserved_, uint256 airdropAfter_, uint256[6] saleData_)
mint(uint256 amount) payable
mintPresale(uint256 amount) payable
mintReserve(address to, uint256 amount)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
requestAirdrop() returns (bytes32 randomRequest)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setReserved(uint256 amount)
setSaleTotal(uint256 amount)
setWhitelisted(address[] accounts, bool whitelisted)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AirdropRequest(bytes32 requestId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ToggleSale()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
receive()
This contract contains no error objects.