NowPass
Verified contract
Active on
Ethereum with 3,458 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "NowPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315403 | 21 hours ago | | | 0 | 0.00060513402 | |
| 21315398 | 21 hours ago | | | 0 | 0.00093795086 | |
| 21308193 | 2 days ago | | | 0 | 0.00072981779 | |
| 21265463 | 8 days ago | | | 0 | 0.0012733439 | |
| 21253515 | 10 days ago | | | 0 | 0.00043916600 | |
| 21252436 | 10 days ago | | | 0 | 0.00067030600 | |
| 21229504 | 13 days ago | | | 0 | 0.00051743672 | |
| 21221287 | 14 days ago | | | 0 | 0.00029884377 | |
| 21207979 | 16 days ago | | | 0 | 0.00040565310 | |
| 21198168 | 17 days ago | | | 0 | 0.00054620492 |
ABI
ABI objects
Getter at block 21321792
NR() view returns (string)
ar://s_4C2wCURNmhDKwoDM6NBPHW8x__inolja07YX4sFho
bindRate() view returns (uint256)
0
boundURI() view returns (string)
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=NOWPASS, version=1, chainId=1, verifyingContract=0xbf476fad7e4ae2d679e9e739d3704a890f53c2a2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
maxBound() view returns (uint256)
0
maxSupply() view returns (uint256)
2750
name() view returns (string)
NOWPASSV2
owner() view returns (address)
0xc03d91e51a53be8c39d60aac8851b322e5ade35d
paused() view returns (bool)
true
phase() view returns (uint256)
3
presaleOnly() view returns (bool)
false
publicCost() view returns (uint256)
250000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
NOW
totalBound() view returns (uint256)
0
totalSupply() view returns (uint256)
2750
validator() view returns (address)
0x3a01443c98a4167090c85886fafe7ddf3f8cff2f
Read-only
_numberMinted(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
binds(uint256) view returns (bool)
check(uint256 qty, uint256 nonce, address addr, bytes signature) view returns (address)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
sigs(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
bind(uint256 tokenId, bool bindVal) payable
bulkDrop(address[] users)
burn(uint256 tokenId)
devMint(uint256 qty)
pause(bool _state)
presaleMint(uint256 qty, uint256 nonce, address addr, bytes signature) payable
publicMint(uint256 qty) payable
renounceOwnership()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBindRate(uint256 _rate)
setBoundURI(string _boundURI)
setMaxBound(uint256 _maxBound)
setNR(string _nr)
setPhase(uint256 _phase)
setPresaleOnly(bool _state)
setRevealed(bool _state)
setValidator(address _validator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Bind(address indexed from, uint256 indexed tokenId)
DevMinted(address indexed to, uint256 quantity, uint256 indexed tokenId)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMinted(address indexed to, uint256 quantity, uint256 indexed tokenId)
PublicMinted(address indexed to, uint256 quantity, uint256 indexed tokenId)
Revoke(address indexed to, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
StringTooLong(string str)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()