CCIPxERC20Bridge
Verified contract
Active on
Base with 612 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88fb…e196
0xd1db…abc2
Balances ($86.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZOOMER | ERC-20 | 2.368491M | $0.000036 |
$86.4 | |
USA | ERC-20 | 1 | $0.000569 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000447 |
$0 | |
888 TME/CHINABASED | ERC-20 | 888 | -- | -- | |
PAW | ERC-20 | 9.98 | -- | -- | |
OOMER | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
BLOOM | ERC-20 | 0.042069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23040169 | 21 hours ago | | | 0.000040279845 | 0.000011752306 | |
| 23039984 | 21 hours ago | | | 0.000040279845 | 0.000012211889 | |
| 23026267 | a day ago | | | 0.000037913415 | 0.0000027988375 | |
| 23026156 | a day ago | | | 0.000038079986 | 0.0000056481594 | |
| 22996056 | 2 days ago | | | 0.0053791536 | 0.000011887996 | |
| 22945564 | 3 days ago | | | 0.000073381125 | 0.0000057496677 | |
| 22881970 | 5 days ago | | | 0.014318016 | 0.000011929131 | |
| 22870058 | 5 days ago | | | 0.0061693665 | 0.000012471116 | |
| 22870050 | 5 days ago | | | 0.0061693665 | 0.0000044413986 | |
| 22869049 | 5 days ago | | | 0.0062152635 | 0.000012470655 |
ABI
ABI objects
Getter at block 23077983
feeBps() view returns (uint256)
50
getLastReceivedMessageDetails() view returns (bytes32 messageId, string text)
(messageId=0x66cc63a642d222e5d14971345413c523f660a61a3107c75aed453509c1c5263f, text=)
getRouter() view returns (address)
0x881e3a65b4d4a04dd529061dd0071cf975f58bcd
linkToken() view returns (address)
0x88fb150bdc53a65fe94dea0c9ba0a6daf8c6e196
owner() view returns (address)
0xfadede2cfbfa7443497acacf76cfc4fe59112dbb
xerc20() view returns (address)
0xd1db4851bcf5b41442caa32025ce0afe6b8eabc2
Read-only
bridgesByChain(uint64) view returns (address)
chainIdToChainSelector(uint32) view returns (uint64)
getFee(uint32 _destinationChainId, uint256 _amount, bool _feeInLINK) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptOwnership()
addBridgeForChain(uint64 _chainSelector, address _bridge)
addChainIdToChainSelector(uint32 _chainId, uint64 _chainSelector)
bridgeTokens(uint32 _destinationChainId, address _receipient, uint256 _amount) payable returns (bytes32 messageId)
bridgeTokensWithLINK(uint32 _destinationChainId, address _receipient, uint256 _amount) returns (bytes32 messageId)
ccipReceive(struct ClientAny2EVMMessage message)
setFeeBps(uint256 _feeBps)
transferOwnership(address to)
withdraw(address _beneficiary)
withdrawToken(address _beneficiary, address _token)
MessageReceived(bytes32 indexed messageId, uint64 indexed sourceChainSelector, address sender, uint256 amount, address recipient)
MessageSent(bytes32 indexed messageId, uint64 indexed destinationChainSelector, address receiver, address recipient, uint256 amount, address feeToken, uint256 fees)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
constructor(address _router, address _link, address _xerc20, uint256 _feeBps)
receive()
FailedToWithdrawEth(address owner, address target, uint256 value)
InvalidRouter(address router)
NoReceiverForDestinationChain(uint64 destinationChainSelector)
NotEnoughBalance(uint256 currentBalance, uint256 calculatedFees)
NothingToWithdraw()
SenderNotAllowlistedBySourceChain(uint64 sourceChainSelector, address sender)