TransitSwapRouter
Verified contract
Active on
Ethereum with 1,636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($234.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 2.501064M | $0.000025 |
$62.78 | |
INUS | ERC-20 | 676.392656M | $0.00 |
$41.26 | |
STARL | ERC-20 | 22.075996M | $0.000001 |
$22.3 | |
STOS | ERC-20 | 24.322592 | $0.545403 |
$13.27 | |
SANI | ERC-20 | 9.136559M | $0.000001 |
$9.87 | |
FREE | ERC-20 | 19.510519K | $0.000493 |
$9.61 | |
RBN | ERC-20 | 24.888267 | $0.377396 |
$9.39 | |
BUSD | ERC-20 | 7.777774 | $0.994668 |
$7.74 | |
MOONEY | ERC-20 | 13.239417K | $0.000515 |
$6.81 | |
CAW | ERC-20 | 84.111742M | $0.00 |
$6.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453269 | 3 months ago | | | 0.007 | 0.000091770000 | |
| 20408349 | 3 months ago | | | 0 | 0.00014703300 | |
| 20408349 | 3 months ago | | | 0 | 0.00014703300 | |
| 15882331 | 2 years ago | | | 0 | 0.0047654640 | |
| 15882316 | 2 years ago | | | 0.5 | 0.0015006062 | |
| 15882256 | 2 years ago | | | 0.61 | 0.0010596848 | |
| 15882145 | 2 years ago | | | 0 | 0.0016016134 | |
| 15882112 | 2 years ago | | | 0.079355825 | 0.0012003530 | |
| 15882085 | 2 years ago | | | 1.29 | 0.0025203530 | |
| 15882081 | 2 years ago | | | 0 | 0.0018753680 |
ABI
ABI objects
Getter at block 21162472
executor() view returns (address)
0x7b570fec1f31a971d9fc77def3c3c17bd9440711
owner() view returns (address)
0x490494393fb90599365c1303e486afe52bbab866
paused() view returns (bool)
false
pendingExecutor() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
transitCross() view returns (address)
0x8755773dc777b9f9b2e2c86402a03f099f823691
transitFees() view returns (address)
0x1f6e41c47349634fe261403a18f8515546f58826
transitSwap() view returns (address)
0xf7a2f863299c17dfa11cd8a14e7c7dca92f315b9
Read-only
swapTypeMode(uint8 swapType) view returns (bool)
State-modifying
Events acceptExecutorship()
acceptOwnership()
changePause(bool paused)
changeSwapTypeMode(uint8[] swapTypes)
changeTransitCross(address newTransit)
changeTransitFees(address newTransitFees)
changeTransitSwap(address newTransit)
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)
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.