PoapBridge
Verified contract
Active on
Ethereum with 1,850 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xddd4…aff7
Balances ($43.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.012935 | $3,399.55 |
$43.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268100 | a day ago | | | 0 | 0.0015148198 | |
| 21264220 | 2 days ago | | | 0 | 0.0032962677 | |
| 21259504 | 2 days ago | | | 0 | 0.0024772045 | |
| 21259497 | 2 days ago | | | 0 | 0.0025968954 | |
| 21259482 | 2 days ago | | | 0 | 0.0025954643 | |
| 21259471 | 2 days ago | | | 0 | 0.0028850035 | |
| 21259461 | 2 days ago | | | 0 | 0.0027884544 | |
| 21259449 | 2 days ago | | | 0 | 0.0026590823 | |
| 21259441 | 2 days ago | | | 0 | 0.0024404035 | |
| 21259430 | 2 days ago | | | 0 | 0.0025568772 |
ABI
ABI objects
Getter at block 21276843
NAME() view returns (string)
POAP Bridge
feeReceiver() view returns (address)
0xddd41bcd80feb8b02e46bada482eb6afd433aff7
migrationFee() view returns (uint256)
0
owner() view returns (address)
0xa7c257324b69406964622cdd981db832d6370082
paused() view returns (bool)
false
validSigner() view returns (address)
0xfd008299cccd1287b2d7e51a63fbbe52c45da255
Read-only
processed(bytes) view returns (bool)
State-modifying
Events mintToken(uint256 eventId, uint256 tokenId, address receiver, uint256 expirationTime, bytes signature) payable returns (bool)
pause()
renounceOwnership()
renouncePoapAdmin()
setFeeReceiver(address _feeReceiver)
setMigrationFee(uint256 _migrationFee)
setValidSigner(address _validSigner)
transferOwnership(address newOwner)
unpause()
FeeReceiverChange(address indexed previousFeeReceiver, address indexed newFeeReceiver)
MigrationFeeChange(uint256 indexed previousFeeReceiver, uint256 indexed newFeeReceiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
ValidSignerChange(address indexed previousValidSigner, address indexed newValidSigner)
VerifiedSignature(bytes _signature)
constructor(address _poapContractAddress, address _validSigner, address _feeReceiver, uint256 _migrationFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.