HavocAggregator
Verified contract
Active on
Ethereum with 81 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 "HavocAggregator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19001482 | a year ago | | | 0 | 0.0042786550 | |
| 18997683 | a year ago | | | 0 | 0.0028970454 | |
| 18997201 | a year ago | | | 0.788 | 0.0022332517 | |
| 18997197 | a year ago | | | 0.775 | 0.0029419925 | |
| 18997172 | a year ago | | | 0.5 | 0.0031922610 | |
| 18996858 | a year ago | | | 1 | 0.0035924374 | |
| 18996826 | a year ago | | | 0 | 0.0040131140 | |
| 18993467 | a year ago | | | 0 | 0.0058730069 | |
| 18989852 | a year ago | | | 0 | 0.0042921280 | |
| 18984821 | a year ago | | | 0.205 | 0.012758867 |
ABI
ABI objects
Getter at block 21300088
PERCENT_DIVIDER() view returns (uint256)
10000
feeReceiver() view returns (address)
0xc3d241186a720339bd14e19eb8095836b0f53c9c
owner() view returns (address)
0xc3d241186a720339bd14e19eb8095836b0f53c9c
platformFee() view returns (uint256)
50
refFee() view returns (uint256)
20
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowedRouter(address) view returns (bool)
State-modifying
Events renounceOwnership()
sendETH(address _to, uint256 _amount)
setDEXStatus(address router, bool status)
setFeeAddress(address _feeAddress)
setPlatformFee(uint256 _platformFee)
setRefFee(uint256 _refFee)
swapExactETHForTokens(address aggregateRouter, uint256 amountOutMin, address[] path, address to, uint256 deadline, address referralAddress, uint256 bribeAmount, bool isFeeToken) payable
swapExactTokensForETH(address aggregateRouter, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address referralAddress, uint256 bribeAmount, bool isFeeToken)
swapExactTokensForTokens(address aggregateRouter, uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline, address referralAddress, bool isFeeToken) payable
transferOwnership(address newOwner)
updateWETH(address _token)
withdrawETH()
withdrawTokens(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sent(address to, uint256 amount)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)