BasicFeeHandler
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$188.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0509 | $3,711.37 |
$188.91 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18662756 | a year ago | | | 0 | 0.0025129910 | |
| 18662046 | a year ago | | | 0 | 0.0011681488 | |
| 18662044 | a year ago | | | 0 | 0.0012002878 | |
| 18662011 | a year ago | | | 0 | 0.0011247841 | |
| 18662009 | a year ago | | | 0 | 0.0010578661 | |
| 18662004 | a year ago | | | 0 | 0.00092427603 |
ABI
ABI objects
Getter at block 21311904
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_bridgeAddress() view returns (address)
0x4d878e8fb90178588cda4cf1dccdc9a6d2757089
_feeHandlerRouterAddress() view returns (address)
0x1d34808907607fa82fa1b51f5fba5ff5a3fa90cf
Read-only
_domainResourceIDToFee(uint8, bytes32) view returns (uint256)
calculateFee(address sender, uint8 fromDomainID, uint8 destinationDomainID, bytes32 resourceID, bytes depositData, bytes feeData) view returns (uint256, address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoleMemberIndex(bytes32 role, address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events changeFee(uint8 destinationDomainID, bytes32 resourceID, uint256 newFee)
collectFee(address sender, uint8 fromDomainID, uint8 destinationDomainID, bytes32 resourceID, bytes depositData, bytes feeData) payable
grantRole(bytes32 role, address account)
renounceAdmin(address newAdmin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferFee(address[] addrs, uint256[] amounts)
FeeChanged(uint256 newFee)
FeeCollected(address sender, uint8 fromDomainID, uint8 destinationDomainID, bytes32 resourceID, uint256 fee, address tokenAddress)
FeeDistributed(address tokenAddress, address recipient, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address bridgeAddress, address feeHandlerRouterAddress)
This contract contains no fallback and receive objects.
IncorrectFeeSupplied(uint256 arg0)