Zapper NFT
Verified contract
Active on
Ethereum with 173,956 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZAPP | ERC-20 | 289.105202M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242219 | 13 hours ago | | | 0 | 0.00053223375 | |
| 21242214 | 13 hours ago | | | 0 | 0.00045892540 | |
| 21242173 | 13 hours ago | | | 0 | 0.00055510064 | |
| 21189552 | 8 days ago | | | 0 | 0.0010001504 | |
| 21189521 | 8 days ago | | | 0 | 0.00093182503 | |
| 21181646 | 9 days ago | | | 0 | 0.0023571196 | |
| 21178313 | 9 days ago | | | 0 | 0.0013292990 | |
| 21178309 | 9 days ago | | | 0 | 0.0013528381 | |
| 21178305 | 9 days ago | | | 0 | 0.0013680269 | |
| 21166783 | 11 days ago | | | 0 | 0.0010445943 |
ABI
ABI objects
Getter at block 21246179
_signer() view returns (address)
0x31d65d5d908b0c3ec294bc4a0df6260129eb609c
name() view returns (string)
Zapper NFT
owner() view returns (address)
0x3ce37278de6388532c3949ce4e886f365b14fb56
paused() view returns (bool)
true
symbol() view returns (string)
ZPR_NFT
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getMessageHash(address account, uint256 id) pure returns (bytes32)
hasMinted(uint256, address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events batchMint(address _account, uint256[] _ids, bytes[] _signatures, bytes[] _data)
create(string _cid, bytes _data) returns (uint256 _id)
mint(address _account, uint256 _id, bytes _signature, bytes _data)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateSigner(address signer)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri, address _signer, address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.