Nekkid Access Pass
Verified contract
Active on
Ethereum with 1,405 txns
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 "Nekkid Access Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292524 | 14 days ago | | | 0 | 0.00018647866 | |
| 21249857 | 20 days ago | | | 0 | 0.00049559463 | |
| 21199324 | a month ago | | | 0 | 0.00058087661 | |
| 20830073 | 3 months ago | | | 0 | 0.0013381771 | |
| 20730934 | 3 months ago | | | 0 | 0.000048292000 | |
| 20730859 | 3 months ago | | | 0 | 0.000078332570 | |
| 20726848 | 3 months ago | | | 0 | 0.00012009919 | |
| 20725419 | 3 months ago | | | 0 | 0.00015482817 | |
| 20713683 | 3 months ago | | | 0 | 0.00074673421 | |
| 20709175 | 3 months ago | | | 0 | 0.000036496687 |
ABI
ABI objects
Getter at block 21396103
firstSaleMerkleRoot() view returns (bytes32)
0x6044a7cf81c7c81ceccf876665cfed6ba8b4c59e8f1b230a736e79b276017728
name() view returns (string)
Nekkid Access Pass
owner() view returns (address)
0x6774949c99bc9b15bf3c1fe38bc998009905c601
saleConfig() view returns (uint32 publicSaleStartTime, uint64 firstSalePrice, uint64 secondSalePrice, uint64 publicPrice, uint32 publicSaleKey)
(publicSaleStartTime=1650556800, firstSalePrice=0, secondSalePrice=35000000000000000, publicPrice=40000000000000000, publicSaleKey=6969)
secondSaleMerkleRoot() view returns (bytes32)
0x563d77f7e45c57815f61f96164c70b32a8f8e6188f95858644b011355e34384c
symbol() view returns (string)
NEKKID
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
firstSaleClaimed(address) view returns (uint256)
firstSaleClaimedChecker(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
secondSaleClaimed(address) view returns (uint256)
secondSaleClaimedChecker(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
firstSaleMint(bytes32[] _merkleProof, uint256 quantity) payable
gift(address[] receivers)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
reserveGiveaway(uint256 num, address walletAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondSaleMint(bytes32[] _merkleProof, uint256 quantity) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFirstSaleMerkleRoot(bytes32 merkle_root)
setFirstSalePrice(uint64 price)
setMaxSupply(uint256 number)
setPublicPrice(uint64 price)
setPublicSaleKey(uint32 key)
setPublicSaleStartTime(uint32 time)
setSecondSaleMerkleRoot(bytes32 merkle_root)
setSecondSalePrice(uint64 price)
setupSaleInfo(uint64 firstSalePriceWei, uint64 secondSalePriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()