DynamicTaxHandler
Verified contract
Active on
Ethereum with 110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0x0283…140b
Balances ($0.00)
No balances found for "DynamicTaxHandler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16357893 | 2 years ago | | | 0 | 0.00082986000 | |
| 16356503 | 2 years ago | | | 0 | 0.00082986000 | |
| 16353893 | 2 years ago | | | 0 | 0.00076986000 | |
| 16353620 | 2 years ago | | | 0 | 0.0014275800 | |
| 16350238 | 2 years ago | | | 0 | 0.00076986000 | |
| 16346752 | 2 years ago | | | 0 | 0.0014275800 | |
| 16344967 | 2 years ago | | | 0 | 0.00076986000 | |
| 16344740 | 2 years ago | | | 0 | 0.0014275800 | |
| 16344238 | 2 years ago | | | 0 | 0.00044929746 | |
| 16333414 | 2 years ago | | | 0 | 0.00077931849 |
ABI
ABI objects
Getter at block 21305281
baseBuyTaxBasisPoints() view returns (uint256)
0
baseSellTaxBasisPoints() view returns (uint256)
500
getExchangePoolAddresses() view returns (address[])
[0x2cEB38F67298470E69b77f609F063caA467A6B6d, 0xAa1656B7d4629476Fa4CF76CCfBc01a4653bAc71]
owner() view returns (address)
0xdd1c8c22593ec7dd8aacd96f914550e0d3d568fb
primaryPool() view returns (address)
0xaa1656b7d4629476fa4cf76ccfbc01a4653bac71
receiver() view returns (address)
0xdd1c8c22593ec7dd8aacd96f914550e0d3d568fb
token() view returns (address)
0x0283d310d682284ebc24db33a41bb5a01bdd140b
Read-only
getTax(address benefactor, address beneficiary, uint256 amount) view returns (uint256)
isBlacklisted(address) view returns (bool)
State-modifying
Events addExchangePool(address exchangePool)
addExemption(address exemption)
removeExchangePool(address exchangePool)
removeExemption(address exemption)
renounceOwnership()
setBaseBuyTaxBasisPoints(uint256 basisPoints)
setBaseSellTaxBasisPoints(uint256 basisPoints)
setBuyTaxCheckpoints(uint256[] thresholds, uint256[] basisPoints)
setPrimaryPool(address exchangePool)
setSellTaxCheckpoints(uint256[] thresholds, uint256[] basisPoints)
transferOwnership(address newOwner)
BaseBuyTaxBasisPointsChanged(uint256 previousValue, uint256 newValue)
BaseSellTaxBasisPointsChanged(uint256 previousValue, uint256 newValue)
BuyTaxCheckpointAdded(uint256 threshold, uint256 basisPoints)
BuyTaxCheckpointRemoved(uint256 threshold, uint256 basisPoints)
ExchangePoolAdded(address exchangePool)
ExchangePoolRemoved(address exchangePool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrimaryPoolUpdated(address oldPrimaryPool, address newPrimaryPool)
SellTaxCheckpointAdded(uint256 threshold, uint256 basisPoints)
SellTaxCheckpointRemoved(uint256 threshold, uint256 basisPoints)
TaxExemptionUpdated(address indexed wallet, bool exempted)
constructor(address tokenAddress, address receiverAddress, address[] blacklistedAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.