The latest block we've processed for this chain is 20889182, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

All In

Verified contract

Active on Ethereum with 81 txns
Deployed by via 0x36d33041 at 20743445
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $136.38
ERC-20
--
0x6db58f740ce4e68d8bfc9c4bc07934c2c9e6e8f0cf9f96370c80957608b89a43
0xc6f91d74ab6a343133bf4d4c621bd0c7374d63e908b8b34d659751b0aa6260b1
0x672375fc3f35356aead2da639e2e50b1aba13f2814f24f44a78c7a10112eece3
0x856e1d34dd0f5468a52549d1daf06d94ddb1bfb039c594313c6fc44a7a8a8bf9
0xc61bab91ff863e7fd36fcd73772a2cae101bb0f578a9146174f104dff1a81023
0x41f3879248eea37a285997a96aba2fc435d4dc2ca7f6df04290220685a891fab
0xe18538b335cfe600c84492e196c9b3008c15df8852d5cc23b330e83f2543645d
0xc0685b24ad5385d3882d30adc7b3cdb9318ca9125db65db526ed6dba3bb3f8d1
0xfd8e02afd836b3c5ae931a3e63b198bcfce55acdd8e6c0550c56f4b8eaf2ed07
0x413e05a5cd2e0a5f877e2cc444453337c22ee1466da364c2318f3d1add026313

Functions
Getter at block 20889181
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
getUniqueHolderCount(view returns (uint256)
27
liquidityLoaded(view returns (bool)
true
name(view returns (string)
All In
owner(view returns (address)
0xcfe738055a557e0839f814cc2b4f45f1ce17f3f9
symbol(view returns (string)
ALLIN
taxRate(view returns (uint256)
1
taxTokens(view returns (uint256)
79276648583191849526929
taxWallet(view returns (address)
0xcfe738055a557e0839f814cc2b4f45f1ce17f3f9
threshold(view returns (uint256)
3000000000000000
totalSupply(view returns (uint256)
1000000000000000000000000000
uniqueHolders(view returns (uint256)
27
uniswapV2Pair(view returns (address)
0x9abf97134fafc0e83a79975cd02ad212f64de9d3
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
loadLiquidity(payable 
renounceOwnership(
setTaxRate(uint256 _taxRate
setTaxWallet(address _taxWallet
setThreshold(uint256 _threshold
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
LiquidityLoaded(uint256 ethAmountuint256 tokenAmount
OwnershipRenounced(address indexed previousOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairCreated(address pair
TaxDistributed(address indexed taxWalletuint256 ethAmount
TaxRateUpdated(uint256 oldRateuint256 newRate
TaxTokensSwapped(uint256 tokensSwappeduint256 ethReceived
TaxWalletUpdated(address indexed oldWalletaddress indexed newWallet
ThresholdUpdated(uint256 oldThresholduint256 newThreshold
Transfer(address indexed fromaddress indexed touint256 value
UniqueHolderAdded(address holder
UniqueHolderRemoved(address holder
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account