TaxHelperUniswapV2

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x2ef4f231 at 19485488
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TaxHelperUniswapV2"

0x92325e0f9ac33038dc6863602199e89b2f18d2ea673b0eb696c4187d28ae2f31

Functions
Getter at block 21158771
owner(view returns (address)
0x00afb5adb1dd4a34c576fd2c6e055bf3bfd697c4
routerAddress(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
approvedTokens(addressview returns (bool)
State-modifying
approveToken(address tokenbool value
convertToEthAndSend(address tokenaddress[] walletsWithTaxuint256[] percentagesuint256 DENOMINATORuint256 maxThresholdSell
renounceOwnership(
setRouterAddress(address _routerAddress
transferOwnership(address newOwner
withdraw(
Events
ApproveToken(address tokenbool value
ConvertedToEth(address tokenuint256 amountaddress[] walletsWithTaxuint256[] percentagesuint256 DENOMINATORuint256 ethBalance
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterAddressSet(address routerAddress
SentEth(address walletuint256 amount
Constructor
constructor(address initialOwneraddress _routerAddress
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TokenNotApproved(address sender
ZeroAddress(