Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4fb2…260b
Balances ($25,970.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 25.970136K | $1.00 |
$25,970.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312195 | 21 hours ago | | | 0.00099375437 | 0.0031221040 | |
| 21302610 | 2 days ago | | | 0.00090281581 | 0.0034495773 | |
| 21301876 | 2 days ago | | | 0.00068785118 | 0.0035632179 | |
| 21301397 | 2 days ago | | | 0.00068910297 | 0.0023781564 | |
| 21295921 | 3 days ago | | | 0.00079932971 | 0.0029277202 | |
| 21295396 | 3 days ago | | | 0.00079932971 | 0.0025021568 | |
| 21275244 | 6 days ago | | | 0.00045399707 | 0.0016496332 | |
| 21267214 | 7 days ago | | | 0.001217032 | 0.0042260915 | |
| 21266121 | 7 days ago | | | 0.0018891571 | 0.0041662009 | |
| 21264373 | 8 days ago | | | 0.00093234315 | 0.0037288681 |
ABI
ABI objects
Getter at block 21318365
bridgeType() view returns (bytes32)
0x9faa379a8f7762447354a00c30bda6b12f39577783c03b588d3fd75b4e2a5876
hook__() view returns (address)
0x4fb274909ffeef635270915a729dc40500c7260b
nominee() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5fd7d0d6b91cc4787bcb86ca47e0bd4ea0346d34
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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()