TransitSwapFees
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransitSwapFees"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17271353 | 2 years ago | | | 0 | 0.0012260501 | |
| 16481076 | 2 years ago | | | 0 | 0.0023857585 | |
| 16481055 | 2 years ago | | | 0 | 0.00099060136 | |
| 15795328 | 2 years ago | | | 0 | 0.0030840850 |
ABI
ABI objects
Getter at block 21245700
executor() view returns (address)
0x490494393fb90599365c1303e486afe52bbab866
owner() view returns (address)
0x490494393fb90599365c1303e486afe52bbab866
pendingExecutor() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
supportDiscount() view returns (bool)
false
Read-only
fees(uint8 swapType, string channel) view returns (uint256)
getFeeRate(address trader, uint256 tradeAmount, uint8 swapType, string channel) view returns (uint256 payFees)
State-modifying
Events acceptExecutorship()
acceptOwnership()
changeSupportDiscount()
renounceOwnership()
setupFees(uint8[] swapType, uint256[] feeRate, string[] channel)
setupGradient(uint256[] gradientThreshold, uint256[] gradientDiscount)
setupTokens(address[] tokens)
transferExecutorship(address newExecutor)
transferOwnership(address newOwner)
withdrawTokens(address[] tokens, address recipient)
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)
SetupFees(uint8[] swapType, uint256[] feeRate, string[] channel)
SetupGradient(uint256[] threshold, uint256[] discount)
SetupTokens(address[] tokens)
SupportDiscount(bool newSupport)
Withdraw(address indexed token, address indexed executor, address indexed recipient, uint256 amount)
constructor(address executor)
This contract contains no fallback and receive objects.
This contract contains no error objects.