POAP
Verified contract
Proxy
Active on
Ethereum with 18,277 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
3 additional
variables
Balances ($3.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 3 | $1.001 |
$3 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- | |
| ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262290 | an hour ago | | | 0 | 0.00039900508 | |
| 21260773 | 6 hours ago | | | 0 | 0.00091313048 | |
| 21256134 | a day ago | | | 0 | 0.00091240955 | |
| 21240950 | 3 days ago | | | 0 | 0.00072034821 | |
| 21219004 | 6 days ago | | | 0 | 0.0013162839 | |
| 21218834 | 6 days ago | | | 0 | 0.00053672841 | |
| 21218292 | 6 days ago | | | 0 | 0.00064928901 | |
| 21199497 | 9 days ago | | | 0 | 0.00042477894 | |
| 21197939 | 9 days ago | | | 0 | 0.0022284042 | |
| 21197784 | 9 days ago | | | 0 | 0.0019096816 |
ABI
ABI objects
Getter at block 21262632 admin() view returns (address) implementation() view returns (address)
name() view returns (string)
POAP
paused() view returns (bool)
false
symbol() view returns (string)
The Proof of Attendance Protocol
totalSupply() view returns (uint256)
36276
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 changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _implementation, address _admin, bytes _data)
fallback()
This contract contains no error objects.