CCIPxERC20Bridge
Verified contract
Active on
Ethereum with 235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x425f…49be
0x0d50…7676
0xb3bc…6625
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WZOOMER | ERC-20 | 133.573107K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270618 | 15 hours ago | | | 0.00024460768 | 0.0028373638 | |
| 21244258 | 4 days ago | | | 0.00022966742 | 0.0049541785 | |
| 21242746 | 5 days ago | | | 0.00015469218 | 0.0036495423 | |
| 21238287 | 5 days ago | | | 0.00017410092 | 0.0070933401 | |
| 21227137 | 7 days ago | | | 0 | 0.00065765572 | |
| 21227123 | 7 days ago | | | 0 | 0.00027501424 | |
| 21195379 | 11 days ago | | | 0.00019587313 | 0.0072096770 | |
| 21193545 | 11 days ago | | | 0.00019585492 | 0.0091607584 | |
| 21180748 | 13 days ago | | | 0.00017650639 | 0.024031276 | |
| 21180661 | 13 days ago | | | 0.00017650639 | 0.027060034 |
ABI
ABI objects
Getter at block 21275191
erc20() view returns (address)
0x0d505c03d30e65f6e9b4ef88855a47a89e4b7676
feeBps() view returns (uint256)
10
getLastReceivedMessageDetails() view returns (bytes32 messageId, string text)
(messageId=0xb84b4cea6d0a356434cbbed34c3434b124dfba7b2b94c50231aff7ec7ceabfdc, text=)
getRouter() view returns (address)
0x80226fc0ee2b096224eeac085bb9a8cba1146f7d
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
lockbox() view returns (address)
0xb3bc2aaabb4c27890dbb491550eac3843a946625
owner() view returns (address)
0xfadede2cfbfa7443497acacf76cfc4fe59112dbb
xerc20() view returns (address)
0x425f81e2fe53256b9a7aea91949da2210bd049be
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, address _lockbox, address _erc20)
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)