alfa.society
Verified contract
Active on
Ethereum with 1,245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
12 additional
variables
Balances ($9.35)
Native
Value
$9.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,115.83 |
$9.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215443 | 2 days ago | | | 0 | 0.0013771588 | |
| 21189236 | 6 days ago | | | 0 | 0.0012252068 | |
| 21183736 | 6 days ago | | | 0 | 0.0022382571 | |
| 21181292 | 7 days ago | | | 0 | 0.0054570960 | |
| 21161469 | 10 days ago | | | 0 | 0.0011707681 | |
| 21160776 | 10 days ago | | | 0 | 0.0015994760 | |
| 21150904 | 11 days ago | | | 0 | 0.0011550209 | |
| 21095141 | 19 days ago | | | 0 | 0.00050189273 | |
| 21023725 | a month ago | | | 0 | 0.00079855140 | |
| 21014251 | a month ago | | | 0 | 0.00068576593 |
ABI
ABI objects
Getter at block 21229685
BalanceLimitDivider() view returns (uint8)
25
BuyLimitDivider() view returns (uint16)
50
Dead() view returns (address)
0x000000000000000000000000000000000000dead
InitialSupply() view returns (uint256)
100000000000000000000000000
MaxCoolDownTime() view returns (uint16)
10
SellLimitDivider() view returns (uint16)
125
UniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_UniswapPairAddress() view returns (address)
0x12490e03f079fa7e3c20e9bf797bdb7a7f495fd4
_UniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_buyTax() view returns (uint8)
5
_circulatingSupply() view returns (uint256)
100000000000000000000000000
_decimals() view returns (uint8)
18
_liquidityTax() view returns (uint8)
10
_name() view returns (string)
alfa.society
_projectTax() view returns (uint8)
90
_sellTax() view returns (uint8)
8
_symbol() view returns (string)
ALFA
_transferTax() view returns (uint8)
0
antiSnipe() view returns (bool)
false
balanceLimit() view returns (uint256)
100000000000000000000000000000000000000000000
buyLimit() view returns (uint256)
2000000000000000000000000
coolDownDisabled() view returns (bool)
true
coolDownTime() view returns (uint256)
2
decimals() pure returns (uint8)
18
getCoolDownTimeInSeconds() view returns (uint256)
2
getLimits() view returns (uint256 balance, uint256 sell)
(balance=100000000000000000000000000000000000000000000, sell=100000000000000000000000000000000000000000000)
getOwner() view returns (address)
0xf7e2b4b04a38731dd0fae2661951490daf22c74b
getTaxes() view returns (uint256 projectShare, uint256 liquidityShare, uint256 buyTax, uint256 sellTax, uint256 transferTax)
(projectShare=90, liquidityShare=10, buyTax=5, sellTax=8, transferTax=0)
getWebsiteAddress() view returns (string)
https://www.alfasociety.io/
manualConversion() view returns (bool)
true
name() pure returns (string)
alfa.society
projectBalance() view returns (uint256)
0
sellLimit() view returns (uint256)
100000000000000000000000000000000000000000000
symbol() pure returns (string)
ALFA
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
_botlist(address) view returns (bool)
_coolDown(address) view returns (uint256)
allowance(address _owner, address spender) view returns (uint256)
authorized(address addy) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events AvoidLocks()
BotlistAddress(address addy, bool booly)
DisableCoolDown(bool disabled)
EnableTrading(bool booly)
ExcludeAccountFromCoolDown(address account)
ExcludeAccountFromFees(address account)
IncludeAccountToCoolDown(address account)
IncludeAccountToFees(address account)
LiquidityTokenAddress(address liquidityTokenAddress)
ManualGenerateTokenSwapBalance(uint256 _qty)
RescueTokens(address tknAddress)
SetCoolDownTime(uint256 coolDownSeconds)
SetPeggedSwap(bool isPegged)
SetSwapTreshold(uint256 max)
SetTaxes(uint8 projectTaxes, uint8 liquidityTaxes, uint8 buyTax, uint8 sellTax, uint8 transferTax)
SwitchManualETHConversion(bool manual)
UpdateLimits(uint256 newBalanceLimit, uint256 newSellLimit)
WithdrawProjectETH()
approve(address spender, uint256 amount) returns (bool)
changeWebsite(string newWebsite)
change_owner(address new_owner)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
messageFromTeam(string message)
removeBotlistedAddress(address toRemove)
setBotlistEnabled(bool isBotlistEnabled)
setBotlistedAddress(address toBotlist)
setContractTokenSwapManual(bool manual)
set_authorized(address addy, bool booly)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Message(string message)
Transfer(address indexed _from, address indexed _to, uint256 _value)
answerThePhone(string message)
constructor()
fallback()
receive()
This contract contains no error objects.