Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5cb6…9e74
Balances ($0.00)
No balances found for "UTB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995688 | a month ago | | | 0 | 0.00025818299 | |
| 20995688 | a month ago | | | 0 | 0.00025773078 | |
| 20995688 | a month ago | | | 0 | 0.00025781452 | |
| 20995688 | a month ago | | | 0 | 0.00025691008 | |
| 20995688 | a month ago | | | 0 | 0.00025672585 | |
| 20995688 | a month ago | | | 0 | 0.00023018735 | |
| 20995688 | a month ago | | | 0 | 0.00022973513 | |
| 20995688 | a month ago | | | 0 | 0.00022944203 | |
| 20995071 | a month ago | | | 0.000045345609 | 0.0088134888 | |
| 20994726 | a month ago | | | 0.00019025 | 0.0068317643 |
ABI
ABI objects
Getter at block 21309305
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
executor() view returns (address)
0xe44b9826363e14612a11b00f459b68be06bbcf8e
feeManager() view returns (address)
0x5cb6ae65d21a51da4ce1285d914c4e7775229e74
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
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()
ReceivedFromBridge()
RegisteredBridgeAdapter(address bridge)
RegisteredSwapper(address swapper)
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)
SetExecutor(address executor)
SetFeeManager(address feeManager)
SetIsActive(bool isActive)
SetWrapped(address wrapped)
Swapped()
constructor()
receive()
ExpiredFees()
InvalidFees()
NotEnoughNative()
OnlyBridgeAdapter()
OnlyWrapped()
ProtocolFeeCannotBeFetched()
RefundFailed()
UTBPaused()