Nanopass
Verified contract
Active on
Ethereum with 25,187 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 "Nanopass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172930 | 4 days ago | | | 0 | 0.0016069314 | |
| 21169197 | 4 days ago | | | 0 | 0.00096917798 | |
| 21135563 | 9 days ago | | | 0 | 0.00064299740 | |
| 21104587 | 13 days ago | | | 0 | 0.000071785119 | |
| 21104586 | 13 days ago | | | 0 | 0.000065788027 | |
| 21094665 | 15 days ago | | | 0 | 0.00050790950 | |
| 21073351 | 18 days ago | | | 0 | 0.00082367344 | |
| 21057145 | 20 days ago | | | 0 | 0.00014313353 | |
| 21053279 | 20 days ago | | | 0 | 0.00039421197 | |
| 21049647 | 21 days ago | | | 0 | 0.00023174796 |
ABI
ABI objects
Getter at block 21199930
DEV_ADDRESS_1() view returns (address)
0xc73ab340a7d523ec7b1b71fe3d3494f94283b4b1
DEV_ADDRESS_2() view returns (address)
0x09b2741fed63b7fcc5e577cdc9d0cf0d85127a32
DEV_ADDRESS_3() view returns (address)
0xc929b6bd739a8564bcb35e978afe4fff5b6c3cef
DEV_ADDRESS_4() view returns (address)
0x5bf9be0b32ba09b449ed5d1eabb864cf2317629f
DEV_ADDRESS_5() view returns (address)
0x3e8f4639e926f36f7309836f6d018a9ea59b345e
DEV_ADDRESS_6() view returns (address)
0x5bb1396e3ec5e31e12dc7846c4c94eea25083f35
DEV_FUND_ADDRESS() view returns (address)
0x7955cf321a420f7c245cefb748e0f303756ae2a6
currentSupply() view returns (uint256)
5555
dutchAuctionStarted() view returns (bool)
false
dutchDuration() view returns (uint256)
43200
dutchEndTime() view returns (uint256)
1639757032
dutchPriceAdditional() view returns (uint256)
2601120000000000000
dutchStartTime() view returns (uint256)
1639713832
getCurrentDutchPrice() view returns (uint256)
88880000000000000
getTimeElapsed() view returns (uint256)
43200
getTimeRemaining() view returns (uint256)
0
maxSupply() view returns (uint256)
5555
name() view returns (string)
Nanopass
owner() view returns (address)
0xbf9bca75b5a8c458dd73285b04b894e93efdf432
presaleActive() view returns (bool)
false
price() view returns (uint256)
88880000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
NP
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelist(address) view returns (uint256)
royalties(uint256, uint256) view returns (address account, uint96 value)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] addresses)
approve(address to, uint256 tokenId)
editPresale(address[] presaleAddresses, uint256[] amount)
editPresaleSingle(address[] presaleAddresses, uint256 amount)
mint(uint256 numberOfMints) payable
mintDutchAuction(uint256 numberOfMints) payable
mintPresale(uint256 numberOfMints) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDutchAuction(uint256 dutchPriceAdditional_, uint256 dutchStartTime_, uint256 dutchDuration_)
setPrice(uint256 newPrice)
setRoyalties(uint256 _tokenId, address _royaltiesReceipientAddress, uint96 _percentageBasisPoints)
toggleDutchAuction()
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.