Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAXER | ERC-20 | 496.619276 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20941135 | 2 months ago | | | 0 | 0.00037403948 | |
| 18885981 | a year ago | | | 0 | 0.0012014276 | |
| 18464314 | a year ago | | | 0 | 0.0017980291 | |
| 18027654 | a year ago | | | 0 | 0.0010141990 | |
| 17948886 | a year ago | | | 0 | 0.00039113789 | |
| 17939614 | a year ago | | | 0 | 0.00036647593 | |
| 17928362 | a year ago | | | 0 | 0.00084199405 | |
| 17928345 | a year ago | | | 0 | 0.0015733686 | |
| 17926726 | a year ago | | | 0 | 0.00089111317 | |
| 17926661 | a year ago | | | 0 | 0.0011791756 |
ABI
ABI objects
Getter at block 21314104
Taxer() view returns (address)
0xe6ced6c5f57aa06d7cbdd2d6002f593a95ccb4fb
TaxerFee() view returns (uint256)
2
autoLiquidityReceiver() view returns (address)
0xe6ced6c5f57aa06d7cbdd2d6002f593a95ccb4fb
biggestBuy() view returns (uint256)
0
decimals() pure returns (uint8)
18
epochReset() view returns (uint256)
1728638315
getCirculatingSupply() view returns (uint256)
1000000000000000000000000
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
lastTaxerChange() view returns (uint256)
1728634715
liquidityFee() view returns (uint256)
0
marketingFee() view returns (uint256)
2
marketingWallet() view returns (address)
0xe6ced6c5f57aa06d7cbdd2d6002f593a95ccb4fb
name() pure returns (string)
Taxer
pair() view returns (address)
0xf0d5c6ca5e1d8733116a70441e539e507eec312f
resetPeriod() view returns (uint256)
3600
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1000000000000000000000
symbol() pure returns (string)
TAXER
totalFee() view returns (uint256)
4
totalFeeIfSelling() view returns (uint256)
4
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasSold(address) view returns (bool)
isAuthorized(address adr) view returns (bool)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
isTxLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
authorize(address adr)
recoverLostTokens(address _token, uint256 _amount)
recoverLosteth()
removeLimits()
setFeeReceivers(address newLiquidityReceiver, address newMarketingWallet)
setFees(uint256 newLiquidityFee, uint256 newMarketingFee, uint256 newTaxerFee)
setIsFeeExempt(address holder, bool exempt)
setIsTxLimitExempt(address holder, bool exempt)
setMaxTxAmount(uint256 amount)
setResetPeriodInSeconds(uint256 newResetPeriod)
setSwapBackSettings(bool enableSwapBack, uint256 newSwapBackLimit)
setSwapThreshold(uint256 threshold)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountETH, uint256 amountToken)
NewTaxer(address Taxer, uint256 buyAmount)
OwnershipTransferred(address owner)
TaxerPayout(address Taxer, uint256 amountETH)
TaxerSold(address Taxer, uint256 amountETH)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.