TransitSwapRouterV4
Verified contract
Active on
Base with 60,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,357.78)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,369.97 |
$0 | |
WORKIE | ERC-20 | 138.899814K | $0.001157 |
$160.66 | |
SKI | ERC-20 | 3.466004K | $0.032024 |
$110.99 | |
ALB | ERC-20 | 170.856583 | $0.413901 |
$70.72 | |
CHAD | ERC-20 | 474.610977K | $0.000143 |
$67.78 | |
KEYCAT | ERC-20 | 6.161962K | $0.010972 |
$67.61 | |
LUCKY | ERC-20 | 32.869K | $0.001977 |
$64.98 | |
BALT | ERC-20 | 32.516937K | $0.001462 |
$47.55 | |
MCADE | ERC-20 | 2.544763K | $0.012689 |
$32.29 | |
OKAYEG | ERC-20 | 2.865851M | $0.00001 |
$28.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x4f6d6e69 | 21617399 | a month ago | | | 0 | 0.000000096311248080 | |
0x0a746865 | 20327114 | 2 months ago | | | 0 | 1.8029121e-7 | |
0x0a746865 | 20321061 | 2 months ago | | | 0 | 0.000000202924458161 | |
0x4c544347 | 19403039 | 3 months ago | | | 0 | 0.000000062298156213 | |
0x4c544347 | 19403035 | 3 months ago | | | 0 | 0.000000062418921977 | |
0x0a6d6f67 | 18968823 | 3 months ago | | | 0 | 0.000000099366429075 | |
0x0a50656e | 18849266 | 3 months ago | | | 0 | 1.6193142e-7 | |
0x4d727320 | 18329986 | 3 months ago | | | 0 | 0.000000100485900958 | |
0x47726561 | 18328592 | 3 months ago | | | 0 | 0.000000064825783851 | |
0x6672656e | 18323688 | 3 months ago | | | 0 | 0.000000070545003768 |
ABI
ABI objects
Getter at block 22733806
executor() view returns (address)
0x280333c41a9302448ebc070ed0300ad2ed4b8244
owner() view returns (address)
0x280333c41a9302448ebc070ed0300ad2ed4b8244
paused() view returns (bool)
false
pendingExecutor() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
transitCross() view returns (address)
0x8cda2a7ec735d7c429a211801cb892ad2c113b4f
transitFees() view returns (address)
0x9453f2dac2e5cc8c1ae8c69df99eb661b234ea9a
transitSwap() view returns (address)
0x3f5af9cab221dc6bc776a329493e070a3b5adcb0
Read-only
swapTypeMode(uint8 swapType) view returns (bool)
wrappedAllowed(address wrapped) view returns (bool)
State-modifying
Events acceptExecutorship()
acceptOwnership()
changePause(bool paused)
changeSwapTypeMode(uint8[] swapTypes)
changeTransitCross(address newTransit)
changeTransitFees(address newTransitFees)
changeTransitSwap(address newTransit)
changeWrappedAllowed(address[] wrappeds)
cross(struct TransitStructsTransitSwapDescription desc, struct TransitStructsCallbytesDescription callbytesDesc) payable
renounceOwnership()
swap(struct TransitStructsTransitSwapDescription desc, struct TransitStructsCallbytesDescription callbytesDesc) payable
transferExecutorship(address newExecutor)
transferOwnership(address newOwner)
withdrawTokens(address[] tokens, address recipient)
ChangeSwapTypeMode(uint8[] types, bool[] newModes)
ChangeTransitCross(address indexed previousTransit, address indexed newTransit)
ChangeTransitFees(address indexed previousTransitFees, address indexed newTransitFees)
ChangeTransitSwap(address indexed previousTransit, address indexed newTransit)
ChangeWrappedAllowed(address[] wrappeds, bool[] newAllowed)
ExecutorshipTransferStarted(address indexed previousExecutor, address indexed newExecutor)
ExecutorshipTransferred(address indexed previousExecutor, address indexed newExecutor)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Receipt(address from, uint256 amount)
TransitSwapped(address indexed srcToken, address indexed dstToken, address indexed dstReceiver, address trader, bool feeMode, uint256 amount, uint256 returnAmount, uint256 minReturnAmount, uint256 fee, uint256 toChainID, string channel, uint256 time)
Unpaused(address account)
Withdraw(address indexed token, address indexed executor, address indexed recipient, uint256 amount)
constructor(address transitSwap_, address transitCross_, address transitFees_, address executor)
receive()
This contract contains no error objects.