AltCTRL
Verified contract
Active on
Ethereum with 1,380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 3 additional slots
0x9c5e…2ccb
0x246b…6cca
17 additional
variables
Balances ($91.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTRL | ERC-20 | 23.064985K | $0.00395 |
$91.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202332 | 4 hours ago | | | 0 | 0.00095876480 | |
| 21190706 | 2 days ago | | | 0 | 0.00045747854 | |
| 21190083 | 2 days ago | | | 0 | 0.00076049503 | |
| 21189903 | 2 days ago | | | 0 | 0.00065308097 | |
| 21187814 | 2 days ago | | | 0 | 0.0011087979 | |
| 21187019 | 2 days ago | | | 0 | 0.0022601871 | |
| 21186934 | 2 days ago | | | 0 | 0.0013839776 | |
| 21185105 | 3 days ago | | | 0 | 0.0012307224 | |
| 21185064 | 3 days ago | | | 0 | 0.0012923461 | |
| 21184904 | 3 days ago | | | 0 | 0.0014069081 |
ABI
ABI objects
Getter at block 21203473
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
Fees() view returns (uint256 buyFee, uint256 sellFee, uint256 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
Ratios() view returns (uint256 liquidity, uint256 stockpileFee, uint256 TreasuryFee, uint256 developmentFee)
(liquidity=200, stockpileFee=0, TreasuryFee=400, developmentFee=400)
_developmentWallet() view returns (address)
0x246b6e01092f08ea5d4790195ceb2fdd0f626cca
_hasLiqBeenAdded() view returns (bool)
true
_liquidityWallet() view returns (address)
0x04ddb1ab5d2f702ca116a2b6a158b4398cec2205
_treasuryWallet() view returns (address)
0x9c5e41a241b822efeb2b2bc11d6ce549b41e2ccb
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x04ddb1ab5d2f702ca116a2b6a158b4398cec2205
lpPair() view returns (address)
0x8aef2b7b3a5cc059c1451f48d9dd734af2f03ea3
maxFees() view returns (uint256 maxBuy, uint256 maxSell, uint256 maxTransfer)
(maxBuy=500, maxSell=500, maxTransfer=500)
name() view returns (string)
AltCTRL
owner() view returns (address)
0x04ddb1ab5d2f702ca116a2b6a158b4398cec2205
snipersCaught() view returns (uint256)
0
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
CTRL
totalSupply() view returns (uint256)
42000000000000000
Read-only
ExcludedFromWalletRestrictions(address) view returns (bool)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isSniper(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeWalletRestrictions(address excludeAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init()
renounceOwnership()
revokeWalletFreedom(address includeAddress)
setBlacklistEnabled(address account, bool enabled)
setBuyFee(uint256 _buyFee)
setExcludedFromFees(address account, bool enabled)
setLiquidityWallet(address liquidityReceiver)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setRatios(uint256 _liquidity, uint256 _TreasuryFee, uint256 _developmentFee, uint256 _stockpileFee)
setSellFee(uint256 _sellFee)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint256 _buyFee, uint256 _sellFee, uint256 _transferFee)
setWallets(address treasuryWallet, address developmentWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.