Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34,964.22)
Native
Value
$34,964.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.475228 | $3,337.80 |
$34,964.22 | |
0x8338…0d26 | ERC-20 | 12.506569B | $0.023832 |
$298,053,050.52 | |
0xe34b…e889 | ERC-20 | 2.24525T | $0.00192 |
$4,310,700,271.73 | |
0xeeb4…6bd8 | ERC-20 | 2,083,241.794347T | $0.111339 |
$231,946,058,140,794,780 | |
0x562e…3c9f | ERC-20 | 1,254,922.828232T | $0.306151 |
$384,195,878,785,907,840 | |
0xfae3…fdb0 | ERC-20 | 2,137,600,104.677261T | $0.000659 |
$1,407,844,804,941,491,200 | |
0xab14…360d | ERC-20 | 265,556,830.108135T | $0.002376 |
$630,981,617,315,036,900 | |
0x1fdb…039e | ERC-20 | 1,901,091,052,402.958T | $0.000011 |
$20,474,750,634,379,858,000 | |
0x3824…47bc | ERC-20 | 1.417114T | $0.000105 |
$149,023,712.11 | |
0x5a3e…1ad5 | ERC-20 | 23.157B | $0.126095 |
$2,919,981,915 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242736 | 3 minutes ago | | | 0.075 | 0.0020534164 | |
| 21242736 | 3 minutes ago | | | 0.82 | 0.0023398460 | |
| 21242732 | 4 minutes ago | | | 0.1 | 0.0023475641 | |
| 21242730 | 4 minutes ago | | | 0 | 0.0025508181 | |
| 21242729 | 4 minutes ago | | | 0 | 0.0025847582 | |
| 21242723 | 5 minutes ago | | | 0 | 0.0024125334 | |
| 21242713 | 7 minutes ago | | | 0 | 0.0040596817 | |
| 21242709 | 8 minutes ago | | | 0 | 0.0030746082 | |
| 21242707 | 9 minutes ago | | | 0 | 0.0046697477 | |
| 21242704 | 9 minutes ago | | | 0 | 0.0028559815 |
ABI
ABI objects
Getter at block 21242748
CHECKFEE_TYPEHASH() view returns (bytes32)
0x048f880a603b1aab0e626a287e33d603417b3d53a36f7527b7c86365bf7def4f
DOMAIN_SEPARATOR() view returns (bytes32)
0x56fe7c60ed98569250cbdc20a4790306aac627ec2eadfb5c258fff2415cec652
executor() view returns (address)
0x7b570fec1f31a971d9fc77def3c3c17bd9440711
paused() view returns (bool)
false
pendingExecutor() view returns (address)
0x0000000000000000000000000000000000000000
transitFee() view returns (uint256, uint256)
(30, 20)
transitProxyAddress() view returns (address bridgeProxy, address feeSigner)
(bridgeProxy=0xba445823018a83ed48a04a30cfbbeb4b70ceedad, feeSigner=0x01c54379c4323844273a7ce865fbd94d77f78849)
Read-only
transitAllowedQuery(address crossCaller, address wrappedToken, uint256 poolIndex) view returns (bool isCrossCallerAllowed, bool isWrappedAllowed, struct BaseCoreUniswapV3Pool pool)
State-modifying
Events acceptExecutorship()
aggregate(struct BaseCoreTransitSwapDescription desc, struct BaseCoreCallbytesDescription callbytesDesc) payable returns (uint256 returnAmount)
aggregateAndGasUsed(struct BaseCoreTransitSwapDescription desc, struct BaseCoreCallbytesDescription callbytesDesc) payable returns (uint256 returnAmount, uint256 gasUsed)
changeAllowed(address[] crossCallers, address[] wrappedTokens)
changeFee(bool[] isAggregate, uint256[] newRate)
changePause(bool paused)
changeTransitProxy(address aggregator, address signer)
changeUniswapV3FactoryAllowed(uint256[] poolIndex, address[] factories, bytes[] initCodeHash)
cross(struct BaseCoreCrossDescription desc) payable
exactInputV2Swap(struct BaseCoreExactInputV2SwapParams exactInput, uint256 deadline) payable returns (uint256 returnAmount)
exactInputV2SwapAndGasUsed(struct BaseCoreExactInputV2SwapParams exactInput, uint256 deadline) payable returns (uint256 returnAmount, uint256 gasUsed)
exactInputV3Swap(struct BaseCoreExactInputV3SwapParams params) payable returns (uint256 returnAmount)
exactInputV3SwapAndGasUsed(struct BaseCoreExactInputV3SwapParams params) payable returns (uint256 returnAmount, uint256 gasUsed)
pancakeV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
transferExecutorship(address newExecutor)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
withdrawTokens(address[] tokens, address recipient)
ChangeAggregateBridge(address newBridge)
ChangeCrossCallerAllowed(address[] callers)
ChangeFeeRate(bool isAggregate, uint256 newRate)
ChangeSigner(address preSigner, address newSigner)
ChangeV3FactoryAllowed(uint256[] poolIndex, address[] factories, bytes[] initCodeHash)
ChangeWrappedAllowed(address[] wrappedTokens, bool[] newAllowed)
ExecutorshipTransferStarted(address indexed previousExecutor, address indexed newExecutor)
ExecutorshipTransferred(address indexed previousExecutor, address indexed newExecutor)
Paused(address account)
Receipt(address from, uint256 amount)
TransitSwapped(address indexed srcToken, address indexed dstToken, address indexed dstReceiver, uint256 amount, uint256 returnAmount, uint256 toChainID, string channel)
Unpaused(address account)
Withdraw(address indexed token, address indexed executor, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.