Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xebeb…348b
0x4200…0006
Balances ($71.22)
Native
Value
$66.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.01956 | $3,378.81 |
$66.09 | |
BAMBOO | ERC-20 | 222 | $0.012091 |
$2.68 | |
DEGEN | ERC-20 | 100 | $0.019589 |
$1.96 | |
BENTO | ERC-20 | 26.642664M | $0.00 |
$0.32 | |
USDC | ERC-20 | 0.146188 | $1.00 |
$0.15 | |
AIINU | ERC-20 | 1 | $0.021169 |
$0.02 | |
BOOMER | ERC-20 | 0.069 | $0.011792 |
$0 | |
USA | ERC-20 | 1 | $0.000802 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000166 |
$0 | |
Blue | ERC-20 | 0.69 | $0.000041 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737854 | 10 minutes ago | | | 0.00064015236 | 0.000043208503 | |
| 22737741 | 14 minutes ago | | | 0.0022636334 | 0.000048003934 | |
| 22737447 | 24 minutes ago | | | 0.00064025812 | 0.0000014460011 | |
| 22737339 | 28 minutes ago | | | 0.00039313343 | 0.0000018897448 | |
| 22737271 | 30 minutes ago | | | 0.00025025667 | 0.000028747931 | |
| 22736731 | an hour ago | | | 0.00047037859 | 0.000048003934 | |
| 22736726 | an hour ago | | | 0.00039273707 | 0.0000016515041 | |
| 22736661 | an hour ago | | | 0.00064126808 | 0.000041803257 | |
| 22736648 | an hour ago | | | 0.0000017508338 | 8.9627003e-7 | |
| 22736615 | an hour ago | | | 0.001423436 | 0.0000015409171 |
ABI
ABI objects
Getter at block 22738162
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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()