Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88fb…e196
-
variable spans 2 additional slots
Balances ($607.79)
Native
Value
$0.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00026 | $3,418.83 |
$0.89 | |
USDC | ERC-20 | 606.438468 | $1.00 |
$606.44 | |
axlUSDC | ERC-20 | 0.411417 | $0.999554 |
$0.41 | |
WGC | ERC-20 | 200 | $0.000268 |
$0.05 | |
USA | ERC-20 | 1 | $0.000666 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000505 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
BASERACCONN | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13492306 | 7 months ago | | | 0 | 0.0000012518491 | |
| 13430432 | 7 months ago | | | 0.101 | 0.0000051570976 | |
| 13427167 | 7 months ago | | | 0.003 | 0.0000055837852 | |
| 13405101 | 7 months ago | | | 0.011 | 0.0000051750051 | |
| 13405026 | 7 months ago | | | 1.69201 | 0.0000052787280 | |
| 13390465 | 7 months ago | | | 0.1705237 | 0.0000075490677 | |
| 13379751 | 7 months ago | | | 0.96532794 | 0.0000052896600 | |
| 13243096 | 7 months ago | | | 5.04126 | 0.0000053262338 | |
| 13242712 | 7 months ago | | | 0 | 4.2466440e-7 | |
| 13242700 | 7 months ago | | | 0 | 0.0000012623229 |
ABI
ABI objects
Getter at block 22953486 getLastReceivedMessageDetails() view returns (bytes32 messageId, string text, address tokenAddress, uint256 tokenAmount)
feeBps() view returns (uint256)
1000
feeReceiver() view returns (address)
0x415eec63c95e944d544b3088bc682b759edb8548
getRouter() view returns (address)
0x881e3a65b4d4a04dd529061dd0071cf975f58bcd
owner() view returns (address)
0x415eec63c95e944d544b3088bc682b759edb8548
swapFee() view returns (uint256)
500
usdc() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
v2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
v3Router() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowlistedDestinationChains(uint64) view returns (bool)
allowlistedSenders(address) view returns (bool)
allowlistedSourceChains(uint64) view returns (bool)
calculateFeeGas(uint64 _destinationChainSelector, address _receiver, address _token, uint256 _amount, uint256 _gasLimitReceiver, bool _payInLINK, struct CCIPReceiverSwapData _receiverSwapData) view returns (uint256 fees)
failedMessageByMessageId(bytes32) view returns (address user, uint256 index)
failedMessagesUsers(address, uint256) view returns (address token, address receiver, uint256 amount, bool isRedeemed, bytes32 messageId)
getFailedMessageByMessageId(bytes32 _messageId) view returns (struct CCIPFailedMessagesUsers)
getFailedMessages(uint256 offset, uint256 limit) view returns (struct CCIPFailedMessage[])
getFailedMessagesUser(address _user, uint256 _offset, uint256 _limit) view returns (struct CCIPFailedMessagesUsers[])
getLengthFailedMessagesUser(address _user) view returns (uint256)
s_messageContents(bytes32 messageId) view returns (bytes32 messageId, uint64 sourceChainSelector, bytes sender, bytes data)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptOwnership()
allowlistDestinationChain(uint64 _destinationChainSelector, bool allowed)
allowlistSender(address _sender, bool allowed)
allowlistSourceChain(uint64 _sourceChainSelector, bool allowed)
ccipReceive(struct ClientAny2EVMMessage any2EvmMessage)
changeFeeAndAddress(uint256 _fee, address _feeReceiver)
changeRouters(address _v2Router, address _v3Router)
processMessage(struct ClientAny2EVMMessage any2EvmMessage)
recoverFailedTransfer(address tokenReceiver, uint256 index)
retryFailedMessage(bytes32 messageId, address tokenReceiver, uint256 index)
sendMessagePayFirstStep(uint64 _destinationChainSelector, address _receiverCCIPInOtherChain, uint256 _gasLimitReceiver, bool _isLinkOrNative, struct CCIPInitialSwapData _initialSwapData, struct CCIPReceiverSwapData _receiverSwapData) payable returns (bytes32 messageId)
sendMessagePayLINK(uint64 _destinationChainSelector, address _receiver, string _text, address _token, uint256 _amount, uint256 _gasLimitReceiver) returns (bytes32 messageId)
sendMessagePayNative(uint64 _destinationChainSelector, address _receiver, string _text, address _token, uint256 _amount, uint256 _gasLimitReceiver) returns (bytes32 messageId)
transferOwnership(address to)
withdraw(address _beneficiary)
withdrawToken(address _beneficiary, address _token)
MessageFailed(bytes32 indexed messageId, bytes reason)
MessageReceived(bytes32 indexed messageId, uint64 indexed sourceChainSelector, address sender, string text, address token, uint256 tokenAmount)
MessageRecovered(bytes32 indexed messageId)
MessageSent(bytes32 indexed messageId, uint64 indexed destinationChainSelector, address receiver, string text, address token, uint256 tokenAmount, address feeToken, uint256 fees)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
constructor(address _router, address _link, address _usdc, address _v3Router, address _v2Router, uint256 _swapFee, address _feeReceiver)
receive()
DestinationChainNotAllowlisted(uint64 destinationChainSelector)
ErrorCase()
FailedToWithdrawEth(address owner, address target, uint256 value)
InvalidReceiverAddress()
InvalidRouter(address router)
MessageNotFailed(bytes32 messageId)
NotEnoughBalance(uint256 currentBalance, uint256 calculatedFees)
NothingToWithdraw()
OnlySelf()
SenderNotAllowed(address sender)
SourceChainNotAllowed(uint64 sourceChainSelector)