TransitSwapRouterV5
Verified contract
Active on
Base with 127,479 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,046.94)
Native
Value
$8,374.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 2.49987 | $3,349.91 |
$8,374.34 | |
ANON | ERC-20 | 46.232178K | $0.045288 |
$2,093.78 | |
LUM | ERC-20 | 40.55437 | $30.66 |
$1,243.4 | |
USDC | ERC-20 | 1.000213K | $0.999725 |
$999.94 | |
PARADOX | ERC-20 | 238.183866 | $4.04 |
$962.26 | |
TIMI | ERC-20 | 310.128066K | $0.001938 |
$601.03 | |
SKI | ERC-20 | 14.811086K | $0.029447 |
$436.15 | |
FUNGI | ERC-20 | 18.610917K | $0.020926 |
$389.45 | |
CLANKER | ERC-20 | 26.057962 | $14.36 |
$374.19 | |
VIRTUAL | ERC-20 | 655.061561 | $0.563048 |
$368.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717443 | 7 minutes ago | | | 0 | 0.0000031694370 | |
| 22717299 | 12 minutes ago | | | 0 | 0.0000031691962 | |
| 22717230 | 14 minutes ago | | | 0.08 | 0.0000026251550 | |
| 22717016 | 22 minutes ago | | | 0.07 | 0.0000028602447 | |
| 22716989 | 23 minutes ago | | | 0.05 | 0.0000026251550 | |
| 22716691 | 32 minutes ago | | | 0.1 | 0.0000026256366 | |
| 22716148 | an hour ago | | | 0.000011 | 0.0000027098924 | |
| 22715783 | an hour ago | | | 0 | 0.0000031136143 | |
| 22715759 | an hour ago | | | 0.000001 | 0.0000030522935 | |
| 22715395 | an hour ago | | | 0 | 0.0000030736033 |
ABI
ABI objects
Getter at block 22717660
CHECKFEE_TYPEHASH() view returns (bytes32)
0x048f880a603b1aab0e626a287e33d603417b3d53a36f7527b7c86365bf7def4f
DOMAIN_SEPARATOR() view returns (bytes32)
0x657ed5782c9e9e0598e0e876bcdc64d472519c0e7e33dce8d06f7ced17fc9367
executor() view returns (address)
0x7f21c9e7ee8b450171ecbfd7ce73ff5dbdbbda08
pausedOverAll() view returns (bool executeAggregate, bool executeV2Swap, bool executeV3Swap, bool cross)
(executeAggregate=false, executeV2Swap=false, executeV3Swap=false, cross=false)
pendingExecutor() view returns (address)
0x0000000000000000000000000000000000000000
transitFee() view returns (uint256, uint256, address)
(30, 20, 0x0000000000000000000000000000000000000000)
transitProxyAddress() view returns (address bridgeProxy, address feeSigner)
(bridgeProxy=0x53e078910c9617f3958179fa199dfc03bf17d7b6, feeSigner=0x01c54379c4323844273a7ce865fbd94d77f78849)
Read-only
paused(uint8 flag) view returns (bool)
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, uint8[] flags)
changeTransitProxy(address aggregator, address signer, address vault)
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)
ChangeVault(address preVault, address newVault)
ChangeWrappedAllowed(address[] wrappedTokens, bool[] newAllowed)
ExecutorshipTransferStarted(address indexed previousExecutor, address indexed newExecutor)
ExecutorshipTransferred(address indexed previousExecutor, address indexed newExecutor)
Paused(address account, uint8 flag)
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, uint8 flag)
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.