HyperDexRouter
Verified contract
Active on
Ethereum with 865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6295…9467
0xda0a…7b92
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Shiryo-Inu | ERC-20 | 1.282096M | -- | -- | |
TetherLP.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19855528 | 6 months ago | | | 0.002 | 0.00096611946 | |
| 19853601 | 6 months ago | | | 0 | 0.0014262871 | |
| 19768248 | 6 months ago | | | 0.1 | 0.0045095067 | |
| 19654602 | 7 months ago | | | 0 | 0.0030752888 | |
| 19654316 | 7 months ago | | | 0.07 | 0.0024987204 | |
| 19650410 | 7 months ago | | | 0.018 | 0.0030171510 | |
| 19635748 | 7 months ago | | | 0.029 | 0.0020571749 | |
| 19618903 | 7 months ago | | | 0 | 0.010003004 | |
| 19618683 | 7 months ago | | | 0.183 | 0.0065296297 | |
| 19580426 | 7 months ago | | | 0 | 0.0035352189 |
ABI
ABI objects
Getter at block 21169277
allowanceTarget() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
approver() view returns (address)
0xda0a99d6acfb64392331fcf95679fc25a3a97b92
beneficiary() view returns (address)
0x62959d2c9d519c8ba3b93d17166a6a594d5f9467
feeBeneficiary() view returns (uint256)
5
gasStation() view returns (address)
0xc48603bfef67c9b5e1180be25c501ec77986f2d1
hyperDex() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
owner() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
Read-only
feeReferrals(uint256) view returns (uint256)
isOwnGasStation(address addressToCheck) view returns (bool)
State-modifying
Events multiRoute(bytes msgData, address inputToken, uint256 inputAmount, address outputToken, address[4] referrals) payable returns (bytes)
multiRouteWithPermit(bytes msgData, address inputToken, uint256 inputAmount, address outputToken, address[4] referrals, bytes approvalData) payable returns (bytes)
renounceOwnership()
setAllowanceTarget(address _allowanceTarget)
setApprover(address _approver)
setBeneficiary(address _beneficiary)
setFeeBeneficiary(uint256 _feeBeneficiary)
setFeeReferrals(uint256[4] _feeReferrals)
setGasStation(address _gasStation)
setHyperDex(address _hyperDex)
transferOwnership(address newOwner)
AllowanceTargetChanged(address indexed allowanceTarget)
BeneficiaryChanged(address indexed beneficiary)
FeePayment(address indexed recipient, address token, uint256 amount)
GasStationChanged(address indexed gasStation)
HyperDexChanged(address indexed hyperDex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensApproverChanged(address indexed approver)
constructor(address _nativeAddress, address _hyperDex, address _allowanceTarget, address _beneficiary, address _gasStation, address _approver)
receive()
This contract contains no error objects.