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 "ZiPoap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012644 | 12 days ago | | | 0 | 0.00041420377 | |
| 18785148 | a year ago | | | 0 | 0.0026796021 | |
| 18523452 | a year ago | | | 0 | 0.0010119478 | |
| 17948514 | a year ago | | | 0 | 0.00056609507 | |
| 17717996 | a year ago | | | 0 | 0.00060395893 | |
| 16665874 | 2 years ago | | | 0 | 0.00095633073 | |
| 16640316 | 2 years ago | | | 0 | 0.0012591838 | |
| 16640152 | 2 years ago | | | 0 | 0.0013403686 | |
| 16312954 | 2 years ago | | | 0 | 0.00061145420 | |
| 15937898 | 2 years ago | | | 0 | 0.0010270164 |
ABI
ABI objects
Getter at block 21095540
gallery() view returns (string)
https://cdn.pr0xy.io/zipcy/zipoap/metadata/
name() view returns (string)
ZiPoap
owner() view returns (address)
0xde7beddbd44f57aaa1f48372cd023942a0a5c9a7
symbol() view returns (string)
ZOAP
totalSupply() view returns (uint256)
246
Read-only
attendees(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
denylist(uint256, address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isAttendee(uint256 _eventId, address _wallet) view returns (bool)
merkleroot(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenEvent(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
validate(uint256 _tokenId) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] _merkleProof, uint256 _eventId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGallery(string _gallery)
setMerkleRoot(uint256 _eventId, bytes32 _merkleroot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.