HyperDexRouter
Verified contract
Active on
Ethereum with 914 txns
Balances ($0.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAO | ERC-20 | 74.440569K | $0.000001 |
$0.05 | |
PN | ERC-20 | 78.285091 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14531969 | 3 years ago | | | 1.498 | 0.010621725 | |
| 14531265 | 3 years ago | | | 0 | 0.0083101389 | |
| 14531223 | 3 years ago | | | 0 | 0.0094855380 | |
| 14530100 | 3 years ago | | | 0 | 0.028731552 | |
| 14529553 | 3 years ago | | | 0 | 0.014435028 | |
| 14525018 | 3 years ago | | | 0 | 0.011787122 | |
| 14523851 | 3 years ago | | | 0 | 0.013712060 | |
| 14523795 | 3 years ago | | | 0 | 0.022730043 | |
| 14522532 | 3 years ago | | | 0 | 0.025988915 | |
| 14519792 | 3 years ago | | | 0 | 0.019486896 |
ABI
ABI objects
Getter at block 21212969
getAllowanceTarget() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
getBeneficiary() view returns (address)
0x62959d2c9d519c8ba3b93d17166a6a594d5f9467
getHyperDex() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
owner() view returns (address)
0xde7d01db94d40b9989686e735f2eedef5a665822
Read-only
This contract contains no read-only function objects.
State-modifying
Events getFunctionImplementation(bytes4 signature) returns (address impl)
multiRoute(bytes msgData, address feeToken, address inputToken, uint256 inputAmount, address outputToken, uint256 fee) payable returns (bytes)
renounceOwnership()
setAllowanceTarget(address newAllowanceTarget)
setBeneficiary(address beneficiary)
setHyperDex(address newHyperDex)
setImplementationOverride(bytes4 signature, address implementation)
singleRoute(bytes msgData, address feeToken, uint256 fee) payable returns (bytes)
transferOwnership(address newOwner)
AllowanceTargetChanged(address indexed allowanceTarget)
BeneficiaryChanged(address indexed beneficiary)
HyperDexChanged(address indexed hyperDex)
ImplementationOverrideSet(bytes4 indexed signature, address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address hyperDex, address allowanceTarget, address beneficiary)
receive()
This contract contains no error objects.