InterportCCIPTokenBridge
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($192.88)
Native
Value
$192.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.057388 | $3,361.04 |
$192.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275545 | 2 hours ago | | | 0.00085088513 | 0.0041055738 | |
| 21273224 | 10 hours ago | | | 0.00093547554 | 0.0051265410 | |
| 21265845 | a day ago | | | 0.00082695454 | 0.010403037 | |
| 21264051 | 2 days ago | | | 0.00080237262 | 0.0036466156 | |
| 21264030 | 2 days ago | | | 0.00083445745 | 0.0037684516 | |
| 21263960 | 2 days ago | | | 0.0007947077 | 0.0044789262 | |
| 21263878 | 2 days ago | | | 0.00083594734 | 0.0041362979 | |
| 21263668 | 2 days ago | | | 0.00093603377 | 0.0026070376 | |
| 21263614 | 2 days ago | | | 0.00093603377 | 0.0022786624 | |
| 21262888 | 2 days ago | | | 0.00092388485 | 0.0025620187 |
ABI
ABI objects
Getter at block 21276283
SYSTEM_VERSION_ID() view returns (uint256)
15685333357143876905381156080256194284585309009741792718237957731407193701748
endpoint() view returns (address)
0x80226fc0ee2b096224eeac085bb9a8cba1146f7d
fullManagerList() view returns (address[])
[0x0d954A23a3c32aea407dF052C29E14434a4BB9aa]
managerCount() view returns (uint256)
1
owner() view returns (address)
0xda3111e42ba048a9be555f0c08d363f26b2a375a
paused() view returns (bool)
false
Read-only
ccipToStandardChainId(uint64) view returns (uint256)
isManager(address _account) view returns (bool)
isReservedToken(address _tokenAddress) view returns (bool)
messageFee(struct InterportCCIPTokenBridgeTokenBridgeAction _action) view returns (uint256)
standardToCcipChainId(uint256) view returns (uint64)
tokenBalance(address _tokenAddress) view returns (uint256)
State-modifying
Events bridgeTokens(struct InterportCCIPTokenBridgeTokenBridgeAction _action, uint256 _ccipSendValue) payable returns (bytes32 ccipMessageId)
cleanup(address _tokenAddress, address _to)
cleanupWithAmount(address _tokenAddress, address _to, uint256 _tokenAmount)
pause()
removeChainIdPairs(uint256[] _standardChainIds)
renounceManagerRole()
renounceOwnership()
setChainIdPairs(struct InterportCCIPBridgeCoreChainIdPair[] _chainIdPairs)
setEndpoint(address _endpointAddress)
setManager(address _account, bool _value)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveChainIdPair(uint256 indexed standardId, uint64 indexed ccipId)
RenounceManagerRole(address indexed account)
SetChainIdPair(uint256 indexed standardId, uint64 indexed ccipId)
SetEndpoint(address indexed endpointAddress)
SetManager(address indexed account, bool indexed value)
TokenBridgeActionSource(uint256 targetChainId, address indexed sourceSender, address targetRecipient, struct ClientEVMTokenAmount[] tokenAmounts, uint256 reserve, bytes32 indexed ccipMessageId, uint256 timestamp)
Unpaused(address account)
constructor(address _endpointAddress, struct InterportCCIPBridgeCoreChainIdPair[] _chainIdPairs, address _owner, address[] _managers, bool _addOwnerToManagers)
receive()
CcipChainIdNotSetError()
ListSizeLimitError()
NonContractAddressError(address account)
OnlyEndpointError()
OnlyManagerError()
ReservedTokenError()
SafeApproveError()
SafeTransferError()
SafeTransferFromError()
SafeTransferNativeError()
SendValueError()