Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5bbc…3960
Balances ($702,377.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 702.37754K | $1.00 |
$702,377.54 | |
WGC | ERC-20 | 200 | $0.000513 |
$0.1 | |
USA | ERC-20 | 1 | $0.000826 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000786 |
$0 | |
GENOME | ERC-20 | 0 | $0.023396 |
$0 | |
DOB | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 233.941176 | -- | -- | |
PondPeso | ERC-20 | 136.12 | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
AIROD | ERC-20 | 91 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743443 | 3 minutes ago | | | 0.0000044763688 | 0.000023031481 | |
| 22743330 | 7 minutes ago | | | 0.0000044763688 | 0.000023030213 | |
| 22743329 | 7 minutes ago | | | 0.0000044763688 | 0.000023032749 | |
| 22742948 | 20 minutes ago | | | 0.0000044763688 | 0.000023032749 | |
| 22742905 | 21 minutes ago | | | 0.0000044763688 | 0.0000014376173 | |
| 22742900 | 21 minutes ago | | | 0.0000044763688 | 0.000023538747 | |
| 22742518 | 34 minutes ago | | | 0.0000044763688 | 0.000023032749 | |
| 22742184 | an hour ago | | | 0.0000044763688 | 0.000023032749 | |
| 22742160 | an hour ago | | | 0.0000044763688 | 0.000022525483 | |
| 22742006 | an hour ago | | | 0.0000044763688 | 0.000023032749 |
ABI
ABI objects
Getter at block 22743537
bridgeType() view returns (bytes32)
0x9faa379a8f7762447354a00c30bda6b12f39577783c03b588d3fd75b4e2a5876
hook__() view returns (address)
0x5bbc5e48b3aa7e3015dbce45da270f2d6d4b3960
nominee() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5fd7d0d6b91cc4787bcb86ca47e0bd4ea0346d34
token() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
connectorCache(address) view returns (bytes)
getMinFees(address connector_, uint256 msgGasLimit_, uint256 payloadSize_) view returns (uint256 totalFees)
hasRole(bytes32 role_, address address_) view returns (bool)
identifierCache(bytes32) view returns (bytes)
validConnectors(address) view returns (bool)
State-modifying
Events bridge(address receiver_, uint256 amount_, uint256 msgGasLimit_, address connector_, bytes execPayload_, bytes options_) payable
claimOwner()
grantRole(bytes32 role_, address grantee_)
nominateOwner(address nominee_)
receiveInbound(uint32 siblingChainSlug_, bytes payload_) payable
rescueFunds(address token_, address rescueTo_, uint256 amount_)
retry(address connector_, bytes32 messageId_)
revokeRole(bytes32 role_, address revokee_)
updateConnectorStatus(address[] connectors, bool[] statuses)
updateHook(address hook_, bool approve_)
BridgingTokens(address connector, address sender, address receiver, uint256 amount, bytes32 messageId)
ConnectorStatusUpdated(address connector, bool status)
HookUpdated(address newHook)
OwnerClaimed(address indexed claimer)
OwnerNominated(address indexed nominee)
RoleGranted(bytes32 indexed role, address indexed grantee)
RoleRevoked(bytes32 indexed role, address indexed revokee)
TokensBridged(address connecter, address receiver, uint256 amount, bytes32 messageId)
constructor(address token_)
This contract contains no fallback and receive objects.
CannotTransferOrExecuteOnBridgeContracts()
InsufficientMsgValue()
InvalidConnector()
InvalidTokenAddress()
InvalidTokenContract()
MessageIdMisMatched()
NoPendingData()
NoPermit(bytes32 role)
OnlyNominee()
OnlyOwner()
ZeroAddress()
ZeroAddressReceiver()