POAP Delegated Mint
Verified contract
Active on
Ethereum with 19,095 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x22c1…b415
Balances ($10,811.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUSK | ERC-20 | 53.630747K | $0.201587 |
$10,811.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408462 | 3 months ago | | | 0 | 0.00010041500 | |
0x | 16508326 | 2 years ago | | | 0 | 0.00036262973 | |
| 15291918 | 2 years ago | | | 0 | 0.00024495639 | |
| 15291911 | 2 years ago | | | 0 | 0.00025103750 | |
| 15198557 | 2 years ago | | | 0 | 0.00012894000 | |
| 15153580 | 2 years ago | | | 0 | 0.00050201500 | |
| 15066932 | 2 years ago | | | 0 | 0.00051498941 | |
| 15061518 | 2 years ago | | | 0 | 0.00024417400 | |
| 14873096 | 2 years ago | | | 0 | 0.0017343262 | |
| 14358509 | 3 years ago | | | 0 | 0.00046500000 |
ABI
ABI objects
Getter at block 21163918
isOwner() view returns (bool)
false
name() view returns (string)
POAP Delegated Mint
owner() view returns (address)
0xa7c257324b69406964622cdd981db832d6370082
paused() view returns (bool)
false
validSigner() view returns (address)
0xa7c257324b69406964622cdd981db832d6370082
Read-only
isPauser(address account) view returns (bool)
processed(bytes) view returns (bool)
processedTokens(uint256) view returns (bool)
State-modifying
Events addPauser(address account)
mintToken(uint256 eventId, uint256 tokenId, address receiver, bytes signedMessage) returns (bool)
pause()
renounceOwnership()
renouncePauser()
renouncePoapAdmin()
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
VerifiedSignature(bytes _signedMessage)
constructor(address _poapContractAddress, address _validSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.