RelayerFeeReceiver
Verified contract
Active on
Ethereum with 566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$381.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.106222 | $3,587.87 |
$381.11 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270611 | 3 days ago | | | 0.0059260914 | 0.00028849294 | |
| 21227145 | 9 days ago | | | 0.0059260914 | 0.00029188836 | |
| 21223282 | 10 days ago | | | 0.0059260914 | 0.00068887789 | |
| 21215636 | 11 days ago | | | 0.0059260914 | 0.00057185045 | |
| 21192611 | 14 days ago | | | 0.0059260914 | 0.00034362280 | |
| 21185911 | 15 days ago | | | 0.0059260914 | 0.00089777280 | |
| 21185533 | 15 days ago | | | 0.0059260914 | 0.00096985749 | |
| 21143434 | 21 days ago | | | 0 | 0.00078757227 | |
| 21142240 | 21 days ago | | | 0 | 0.00043544088 | |
| 21141489 | 21 days ago | | | 0.0019073199 | 0.00027434478 |
ABI
ABI objects
Getter at block 21291350
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
currentFee() view returns (uint256)
5926091359560000
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addRelayer(address relayer)
adminSetFee(uint256 newFee)
grantRole(bytes32 role, address account)
pause()
payFee(uint8 domain, uint64 nonce) payable
removeRelayer(address relayer)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFee(uint256 newFee)
unpause()
withdraw(address dest)
FeePaid(address indexed who, uint8 indexed domain, uint64 indexed nonce, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(uint256 _initFee, address admin, address relayer)
receive()
This contract contains no error objects.