WardenRouterV2
Verified contract
Active on
Ethereum with 1,767 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c4b…afaa
Balances ($0.00)
No balances found for "WardenRouterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190122 | 14 days ago | | | 0.0005 | 0.0027115736 | |
| 21155918 | 19 days ago | | | 0 | 0.0018250689 | |
| 20923916 | 2 months ago | | | 0 | 0.0046139900 | |
| 20864724 | 2 months ago | | | 0.032780355 | 0.0030773240 | |
| 20775628 | 2 months ago | | | 0.54 | 0.0011413464 | |
| 20764199 | 2 months ago | | | 0.0049116843 | 0.0018530953 | |
| 20746473 | 2 months ago | | | 0.026392202 | 0.00018763583 | |
| 20728610 | 3 months ago | | | 0 | 0.00098245006 | |
| 20728602 | 3 months ago | | | 0 | 0.0016447605 | |
| 20705615 | 3 months ago | | | 0 | 0.00021670509 |
ABI
ABI objects
Getter at block 21293742
owner() view returns (address)
0xc866676cfc397b279a65cae53bcfea6a3d63a16e
preTrade() view returns (address)
0x2c4b4ebbc2676d0bd16ba792fb1be800cd7eafaa
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events collectRemainingEther(uint256 _amount)
collectRemainingToken(address _token, uint256 _amount)
renounceOwnership()
swap(address _swap, bytes _data, address _deposits, address _src, uint256 _srcAmount, address _dest, uint256 _minDestAmount, address _receiver, uint256 _partnerId, uint256 _metaData) payable returns (uint256 _destAmount)
swapSplit(address _swap, bytes _data, address[] _deposits, uint256[] _volumes, address _src, uint256 _totalSrcAmount, address _dest, uint256 _minDestAmount, address _receiver, uint256 _partnerId, uint256 _metaData) payable returns (uint256 _destAmount)
tradeEthToWeth(address _receiver) payable returns (uint256 _destAmount)
tradeWethToEth(uint256 _srcAmount, address _receiver) returns (uint256 _destAmount)
transferOwnership(address newOwner)
updateWardenPreTrade(address _preTrade)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PartnerFee(uint256 indexed partnerId, address indexed token, address indexed wallet, uint256 amount)
ProtocolFee(address indexed token, address indexed wallet, uint256 amount)
Trade(address indexed srcAsset, uint256 srcAmount, address indexed destAsset, uint256 destAmount, address indexed trader, address receiver, bool hasSplitted)
UpdatedWardenPreTrade(address indexed preTrade)
constructor(address _preTrade, address _weth)
receive()
This contract contains no error objects.