Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Spiral | ERC-20 | 156.360854M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17427688 | a year ago | | | 0 | 0.0023353219 | |
| 17427661 | a year ago | | | 0 | 0.00098470883 | |
| 17427656 | a year ago | | | 0 | 0.0010586493 | |
| 17427649 | a year ago | | | 0 | 0.0011190446 | |
| 17427641 | a year ago | | | 0 | 0.00097526299 | |
| 17427613 | a year ago | | | 0 | 0.00097326090 | |
| 17427609 | a year ago | | | 0 | 0.00090712599 | |
| 17427608 | a year ago | | | 0 | 0.0010037662 | |
| 17427608 | a year ago | | | 0 | 0.0010502972 | |
| 17427607 | a year ago | | | 0 | 0.00097643604 |
ABI
ABI objects
Getter at block 21262938
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevelopmentFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevelopmentFee, uint256 sellLiquidityFee)
(buyTotalFees=5, buyMarketingFee=0, buyDevelopmentFee=5, buyLiquidityFee=0, sellTotalFees=15, sellMarketingFee=0, sellDevelopmentFee=15, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
Spiral
owner() view returns (address)
0xc31e7c68cf6492943695cb9eace6f340fce4aa2f
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
Spiral
tokensForDevelopment() view returns (uint256)
62230994015145882551374229
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
94129860343042050979966879
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x2319a4252ef60d8da8abf019ff125795218c8e4c
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _developmentWallet)
startTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _developmentFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _developmentFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.