Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc3f9…4682
0x54cc…abb1
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Akira | ERC-20 | 64.208545 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873272 | 2 months ago | | | 0 | 0.00070286073 | |
| 19445102 | 8 months ago | | | 0 | 0.0014941951 | |
| 17822893 | a year ago | | | 0 | 0.0011228711 | |
| 17822878 | a year ago | | | 0 | 0.0026875519 | |
| 17393959 | a year ago | | | 0 | 0.0017597287 | |
| 16568331 | 2 years ago | | | 0 | 0.00083427809 | |
| 16520295 | 2 years ago | | | 0 | 0.00098645088 | |
| 16448274 | 2 years ago | | | 0 | 0.0010154172 | |
| 16326387 | 2 years ago | | | 0 | 0.0010859060 | |
| 15660951 | 2 years ago | | | 0 | 0.00028432595 |
ABI
ABI objects
Getter at block 21283037
decimals() pure returns (uint8)
9
getFloorInfo() view returns (uint16 floorPercentage, uint16 floorRaiseTriggerPercent, uint256 currentFloorPriceWeiPerToken, uint256 currentTokenPriceWei, bool isPriceBelowFloor)
(floorPercentage=40, floorRaiseTriggerPercent=100, currentFloorPriceWeiPerToken=745811604418301, currentTokenPriceWei=175440053218281, isPriceBelowFloor=true)
getLimits() view returns (uint256 maxTxAmount, uint256 maxWalletAmount, uint256 taxSwapMin, uint256 taxSwapMax)
(maxTxAmount=1100000000001, maxWalletAmount=2000000000001, taxSwapMin=100000000000, taxSwapMax=500000000000)
getTaxRates() view returns (uint8 taxRateMaxLimit, uint8 taxRateBuy, uint8 taxRateSell, uint8 taxRateSubFloorSell)
(taxRateMaxLimit=10, taxRateBuy=0, taxRateSell=0, taxRateSubFloorSell=0)
getWallets() view returns (address contractOwner, address liquidityPool, address marketing, address operations)
(contractOwner=0xdad20e89e530b4d8775a3e310d5b7271c3801421, liquidityPool=0x40f891c24d6848e81b186498bc6ec394808d02b2, marketing=0xc3f928fdf6ddfa52880d0b3f95257af116ae4682, operations=0x54ccc234d567c0291bcd2e50a15fbce7d1f3abb1)
name() pure returns (string)
Akira
symbol() pure returns (string)
Akira
totalSupply() pure returns (uint256)
100000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getExemptions(address wallet) view returns (bool noFees, bool noLimits)
State-modifying
Events addInitialLiquidity()
approve(address spender, uint256 amount) returns (bool)
increaseLimits(uint16 maxTxAmtPermile, uint16 maxWalletAmtPermile)
openTrading()
setExemptions(address wallet, bool noFees, bool noLimits)
setFloorSettings(uint16 newFloorPercentage, uint16 newFloorRaisingTrigger)
setTaxRates(uint8 newBuyTax, uint8 newSellTax, uint8 newSubFloorSellTax)
setTaxSwapLimits(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
setTaxWallets(address newMarketingWallet, address newOperationsWallet)
taxManualTrigger(bool swapTaxTokens, bool retrieveTaxETH, uint8 percentTokensToSwap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FloorRaised(uint256 newFloorWeiPricePerToken)
LimitsIncreased(uint256 maxTransaction, uint256 maxWalletSize)
OwnershipTransferred(address owner)
TaxSwapSettingsChanged(uint256 taxSwapMin, uint256 taxSwapMax)
TaxWalletChanged(address marketing, address operations)
TokensBurned(address burnedFrom, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
WalletExemptionsSet(address wallet, bool noFees, bool noLimits)
constructor()
receive()
This contract contains no error objects.