Autoburn Machina
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
23 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABM | ERC-20 | 56.500405K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16494032 | 2 years ago | | | 0 | 0.0017821020 | |
| 16392775 | 2 years ago | | | 0 | 0.0028766400 | |
| 16389795 | 2 years ago | | | 0 | 0.00081384963 | |
| 16389179 | 2 years ago | | | 0 | 0.0010736170 | |
| 16387182 | 2 years ago | | | 0 | 0.0012187310 | |
| 16386927 | 2 years ago | | | 0 | 0.0010841380 | |
| 16386887 | 2 years ago | | | 0 | 0.0015515424 | |
| 16386884 | 2 years ago | | | 0 | 0.0018492079 | |
| 16386880 | 2 years ago | | | 0 | 0.0021148280 | |
| 16386873 | 2 years ago | | | 0 | 0.0022052672 |
ABI
ABI objects
Getter at block 21187819
FEE_DIVISOR() view returns (uint256)
10000
blockForPenaltyEnd() view returns (uint256)
16386682
botsCaught() view returns (uint256)
1
buyBurnFee() view returns (uint256)
500
buyBuybackFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
300
buyTotalFees() view returns (uint256)
800
buybackAddress() view returns (address)
0xaa4ba9856c6b7881099d0c55a5599e0c7382d963
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
getEarlyBuyers() view returns (address[])
[0x57B0F4080eE1148b2469fB6fb2152Ffee683F310]
lastLpBurnTime() view returns (uint256)
0
lastManualLpBurnTime() view returns (uint256)
0
limitsInEffect() view returns (bool)
false
lpBurnEnabled() view returns (bool)
false
lpBurnFrequency() view returns (uint256)
1800
lpPair() view returns (address)
0x9e3f5044473b2f48091641596637eaa71a700641
lpPercToWithDraw() view returns (uint256)
0
lpWithdrawRequestDuration() view returns (uint256)
1209600
lpWithdrawRequestPending() view returns (bool)
false
lpWithdrawRequestTimestamp() view returns (uint256)
0
manualBurnFrequency() view returns (uint256)
30
maxBuyAmount() view returns (uint256)
100000000000000000000000000
maxSellAmount() view returns (uint256)
100000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Autoburn Machina
nextAvailableLpWithdrawDate() view returns (uint256)
0
owner() view returns (address)
0xaa4ba9856c6b7881099d0c55a5599e0c7382d963
percentForLPBurn() view returns (uint256)
5
sellBurnFee() view returns (uint256)
500
sellBuybackFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
300
sellTotalFees() view returns (uint256)
800
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
25000000000000000000000
symbol() view returns (string)
ABM
tokensForBuyback() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
56460200160685535031595
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
16386679
transferDelayEnabled() view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
boughtEarly(address) view returns (bool)
earlyBuyers(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelLPWithdrawRequest()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
emergencyUpdateRouter(address router)
enableTrading(uint256 blocksForPenalty)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
incipiamInferno(uint256 _penaltyBlocks)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurnLiquidityPairTokens(uint256 percent)
massExcludeFromFees(address[] accounts, bool excluded)
massRemoveBoughtEarly(address[] accounts)
removeBoughtEarly(address wallet)
removeLimits()
renounceOwnership()
requestToWithdrawLP(uint256 percToWithdraw)
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
setBuybackAddress(address _buybackAddress)
transfer(address to, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _buybackFee, uint256 _liquidityFee, uint256 _burnFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWallet(uint256 newNum)
updateSellFees(uint256 _buybackFee, uint256 _liquidityFee, uint256 _burnFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawRequestedLP()
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBurnLP(uint256 indexed tokensBurned)
CanceledLpWithdrawRequest()
CaughtEarlyBuyer(address sniper)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
ManualBurnLP(uint256 indexed tokensBurned)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
RequestedLPWithdraw()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedBuybackAddress(address indexed newWallet)
UpdatedDevAddress(address indexed newWallet)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
WithdrewLPForMigration()
constructor()
receive()
This contract contains no error objects.