SquidGrow
Verified contract
Active on
Ethereum with 11,675 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($243.88)
Native
Value
$181.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05489 | $3,299.37 |
$181.1 | |
SQGROW | ERC-20 | 2.461K | $0.025508 |
$62.78 | |
SquidGrow | ERC-20 | 50.909457B | -- | -- | |
ROBOPEPE | ERC-20 | 1K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260678 | 2 days ago | | | 0 | 0.00025458968 | |
| 21260675 | 2 days ago | | | 0 | 0.00025674943 | |
| 21260672 | 2 days ago | | | 0 | 0.00021726253 | |
| 21260667 | 2 days ago | | | 0 | 0.00039192932 | |
| 21257180 | 2 days ago | | | 0 | 0.00032581085 | |
| 21257158 | 2 days ago | | | 0 | 0.00032829806 | |
| 21257143 | 2 days ago | | | 0 | 0.00025723556 | |
| 21257114 | 2 days ago | | | 0 | 0.00031377021 | |
| 21256475 | 2 days ago | | | 0 | 0.00038488680 | |
| 21256423 | 2 days ago | | | 0 | 0.00040606884 |
ABI
ABI objects
Getter at block 21272417
_maxTxAmount() view returns (uint256)
3000000000000000000000
_maxWalletAmount() view returns (uint256)
50000000000000000000000
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
999979811570808378608625
multisig() view returns (address)
0x0f25bf0f93c094fe01bb26bb00670aa8bdcafa8d
name() pure returns (string)
SquidGrow
owner() view returns (address)
0x0f25bf0f93c094fe01bb26bb00670aa8bdcafa8d
pair() view returns (address)
0x4fbf0043758e1e79238da9df6835bb4df8ac5b57
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() pure returns (string)
SquidGrow
totalSupply() pure returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
fees(uint8) view returns (uint256 stakingFee, uint256 burnFee, uint256 liquidFee, uint256 totalFee)
isAuthorized(address adr) view returns (bool)
isBot(address _address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events airdropTokens(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
authorize(address adr)
blacklistAddress(address _address, bool _blacklist)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTrading()
distributeTeamFunds(uint256 _numerator, uint256 _denominator)
enableAntiBot(bool _enable)
enableTrading(uint256 _input)
forceAdjustLP(bool squid, uint256 amount, bool add) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverUnsupportedTokens(address _token, address _receiver, uint256 _percentage)
renounceOwnership()
setMultisig(address _newMultisig)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
updateBot(address _address, bool isBot_)
updateDivisors(uint256 _team, uint256 _liquidity, uint256 _marketing)
updateFee(uint8 transactionType, uint256 _burnFee, uint256 _stakingFee, uint256 _swapAndLiquifyFee)
updateFeesAddresses(address _marketing, address _liquidity, address _staking)
updateMaxLimits(uint256 _transaction, uint256 _wallet)
updateSwapBackSettings(bool _enabled, uint256 _threshold, uint256 _minLimit, uint256 _minTransactionsBeforeSwap)
updateTeamAddresses(address _team1, address _team2, address _team3, address _team4)
whitelistAddress(address _address, bool _whitelist)
AntiBotStateUpdated(bool indexed enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedUpdated(address indexed account, bool indexed blacklisted)
BotUpdated(address indexed account, bool indexed isBot)
DivisorsUpdated(uint256 team, uint256 liquidity, uint256 marketing)
FeesAddressesUpdated(address marketing, address liquidity, address staking)
FeesUpdated(uint8 indexed transactionType, uint256 burnFee, uint256 stakingFee, uint256 swapAndLiquifyFee)
ForceAdjustedLP(bool indexed squid, uint256 amount, bool indexed add)
MaxLimitsUpdated(uint256 maxTxAmount, uint256 maxWalletAmount)
MultisigUpdated(address indexed multisig)
OwnershipTransferred(address owner)
SwapBackSettingsUpdated(bool indexed enabled, uint256 threshold, uint256 minLimit, uint256 _minTransactions)
TeamAddressesUpdated(address team1, address team2, address team3, address team4)
TeamFundsDistributed(address team1, address team2, address team3, address team4, uint256 amount)
TokensAirdroped(address indexed sender, uint256 length, uint256 airdropedAmount)
TradingDisabled()
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
UnsupportedTokensRecoverd(address indexed token, address receiver, uint256 amount)
WhitelistUpdated(address indexed account, bool indexed whitelisted)
constructor()
receive()
This contract contains no error objects.