SwapFeeRouter
Verified contract
Active on
Ethereum with 925 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,299.48)
Native
Value
$3,608.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.070164 | $3,371.92 |
$3,608.51 | |
USDC | ERC-20 | 711.520289 | $0.999867 |
$711.43 | |
RNDR | ERC-20 | 68.561611 | $7.91 |
$542.32 | |
USDT | ERC-20 | 409.149368 | $1.001 |
$409.56 | |
SPX | ERC-20 | 488.919282 | $0.535097 |
$261.62 | |
LINK | ERC-20 | 12.232453 | $16.95 |
$207.34 | |
GRT | ERC-20 | 682.196633 | $0.247556 |
$168.88 | |
WBTC | ERC-20 | 0.001616 | $98,372.00 |
$158.97 | |
PEPE | ERC-20 | 6.696611M | $0.000021 |
$142.97 | |
XDEFI | ERC-20 | 1.270818K | $0.074476 |
$94.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246732 | 9 hours ago | | | 0 | 0.0025164838 | |
| 21245515 | 13 hours ago | | | 0 | 0.0016900818 | |
| 21244342 | 17 hours ago | | | 0 | 0.0027780803 | |
| 21244119 | 18 hours ago | | | 0 | 0.0056730606 | |
| 21244091 | 18 hours ago | | | 0 | 0.0050470153 | |
| 21244066 | 18 hours ago | | | 0 | 0.0063954631 | |
| 21243362 | 20 hours ago | | | 0.01 | 0.0016818041 | |
| 21242446 | a day ago | | | 0 | 0.0034064759 | |
| 21242420 | a day ago | | | 0 | 0.0033926843 | |
| 21239086 | a day ago | | | 0.4 | 0.0019902231 |
ABI
ABI objects
Getter at block 21249449
feeBasisPoints() view returns (uint256)
0
owner() view returns (address)
0x8597a795366eb248e081418b6fa7b1ffb788796d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAmountWithFees(uint256 amountWithoutFees_, uint256 feeBasisPoints_) pure returns (uint256 amountWithFees_)
getAmountWithoutFees(uint256 amountWithFees_, uint256 feeBasisPoints_) pure returns (uint256 amountWithoutFees_)
isWhitelisted(address) view returns (bool)
State-modifying
Events acceptOwnership()
addToWhitelist(address[] whitelist_)
pullETH(address destination_)
pullToken(address token_, address destination_)
pullTokens(address[] tokens_, address destination_)
removeFromWhitelist(address[] whitelist_)
setFee(uint256 feeBasisPoints_)
setPendingOwner(address pendingOwner_)
swapFromEthWithFeesOnInput(uint256 feeBasisPoints_, address swapContract_, bytes swapCallData_) payable
swapFromEthWithFeesOnOutput(address outAsset_, uint256 feeBasisPoints_, address swapContract_, bytes swapCallData_) payable
swapToEthWithFeesOnInput(address inAsset_, uint256 swapAmount_, uint256 feeBasisPoints_, address swapContract_, address tokenPuller_, bytes swapCallData_)
swapToEthWithFeesOnOutput(address inAsset_, uint256 swapAmount_, uint256 feeBasisPoints_, address swapContract_, address tokenPuller_, bytes swapCallData_)
swapWithFeesOnInput(address inAsset_, uint256 swapAmount_, uint256 feeBasisPoints_, address swapContract_, address tokenPuller_, bytes swapCallData_) payable
swapWithFeesOnOutput(address inAsset_, uint256 swapAmount_, address outAsset_, uint256 feeBasisPoints_, address swapContract_, address tokenPuller_, bytes swapCallData_)
ContractAddedToWhitelist(address indexed contract_)
ContractRemovedFromWhitelist(address indexed contract_)
ETHPulled(address indexed destination_, uint256 amount_)
FeeSet(uint256 feeBasisPoints_)
OwnerSet(address indexed newOwner_)
PendingOwnerSet(address indexed pendingOwner_)
TokensPulled(address indexed token_, address indexed destination_, uint256 amount_)
constructor(address owner_, uint256 feeBasisPoints_, address[] whitelist_)
receive()
ContractNotWhitelisted(address callee)
ETHTransferFailed(bytes errorData)
FeeBasisPointsNotRespected(uint256 expectedFeeBasisPoints_, uint256 actualFeeBasisPoints_)
RenterAttempted()
SwapCallFailed(bytes errorData)
Unauthorized()
ZeroAddress()