Poap
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Poap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Poap"
ABI
ABI objects
Getter at block 21262632
name() view returns (string)
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEventMinter(uint256 eventId, address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenDetailsOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId, uint256 eventId)
tokenEvent(uint256 tokenId) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address account)
addEventMinter(uint256 eventId, address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
initialize(address sender)
initialize(string __name, string __symbol, string __baseURI, address[] admins)
mintEventToManyUsers(uint256 eventId, address[] to) returns (bool)
mintToken(uint256 eventId, address to) returns (bool)
mintToken(uint256 eventId, uint256 tokenId, address to) returns (bool)
mintUserToManyEvents(uint256[] eventIds, address to) returns (bool)
pause()
removeAdmin(address account)
removeEventMinter(uint256 eventId, address account)
renounceAdmin()
renounceEventMinter(uint256 eventId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
unpause()
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventMinterAdded(uint256 indexed eventId, address indexed account)
EventMinterRemoved(uint256 indexed eventId, address indexed account)
EventToken(uint256 eventId, uint256 tokenId)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.