Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe08…deff
Balances ($0.00)
No balances found for "UTB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19850089 | 6 months ago | | | 0.00034772535 | 0.00090109235 | |
| 19838746 | 6 months ago | | | 0.20109253 | 0.0020095053 | |
| 19838744 | 6 months ago | | | 0.20109253 | 0.0020202708 | |
| 19837239 | 6 months ago | | | 0.00097888323 | 0.0019775785 | |
| 19835543 | 6 months ago | | | 0.0037024282 | 0.0018440338 | |
| 19833114 | 6 months ago | | | 0.030552428 | 0.0025234395 | |
| 19832374 | 6 months ago | | | 0.014431301 | 0.0018858841 | |
| 19829190 | 6 months ago | | | 0.0012193874 | 0.0020003058 | |
| 19826797 | 6 months ago | | | 0.010098962 | 0.0019601888 | |
| 19824825 | 6 months ago | | | 0.0053024282 | 0.0019888671 |
ABI
ABI objects
Getter at block 21205410
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
executor() view returns (address)
0x21f6ec768058ca2b3701099f7cea4c9a8cd63015
feeManager() view returns (address)
0xfe0855903e32953de8e63ff6585f3fb5a2b4deff
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()