Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9e2…f292
Balances ($16.87)
Native
Value
$16.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005114 | $3,299.22 |
$16.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240806 | 10 hours ago | | | 0.010374949 | 0.0053138917 | |
| 21239955 | 13 hours ago | | | 0.00095346262 | 0.0049932335 | |
| 21239051 | 16 hours ago | | | 0.055428949 | 0.0065154319 | |
| 21234941 | a day ago | | | 0.0037696809 | 0.0052869543 | |
| 21230912 | 2 days ago | | | 0.0053873211 | 0.0077753119 | |
| 21228646 | 2 days ago | | | 0.0038158514 | 0.0044238028 | |
| 21227704 | 2 days ago | | | 0.001042807 | 0.0044858123 | |
| 21227306 | 2 days ago | | | 0.0010453342 | 0.0039705424 | |
| 21225944 | 2 days ago | | | 0.036584334 | 0.0053521788 | |
| 21225518 | 3 days ago | | | 0.0010366378 | 0.0054184295 |
ABI
ABI objects
Getter at block 21243826
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
executor() view returns (address)
0x46d7e88f53143e28d1709bcb9225ebc39cb386f2
feeManager() view returns (address)
0xb9e2dd148dac5a27d095a36d61bb1d800eaff292
isActive() view returns (bool)
true
wrapped() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
bridgeAdapters(uint8) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
swappers(uint8) view returns (address)
State-modifying
Events bridgeAndExecute(BridgeInstructions instructions, struct FeeData feeData, bytes signature) payable returns (bytes)
grantRole(bytes32 role, address account)
receiveFromBridge(SwapInstructions postBridge, address target, address paymentOperator, bytes payload, address refund, uint8 bridgeId) payable
registerBridge(address bridge)
registerSwapper(address swapper)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setExecutor(address _executor)
setFeeManager(address _feeManager)
setWrapped(address _wrapped)
swapAndExecute(SwapAndExecuteInstructions instructions, struct FeeData feeData, bytes signature) payable
toggleActive()
BridgeCalled()
RecievedFromBridge()
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)
Swapped()
constructor()
fallback()
receive()
NotEnoughNative()
OnlyBridgeAdapter()
ProtocolFeeCannotBeFetched()
UTBPaused()