Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000678 |
$0 | |
FROGGY🐸 | ERC-20 | 390K | -- | -- | |
SNART | ERC-20 | 332.358937K | -- | -- | |
🚀BLOOM | ERC-20 | 299K | -- | -- | |
DRIP | ERC-20 | 299K | -- | -- | |
🐜ANT | ERC-20 | 210K | -- | -- | |
GOD | ERC-20 | 210K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16211944 | 5 months ago | | | 0 | 1.1875750e-7 | |
| 16057573 | 5 months ago | | | 0 | 5.8209247e-7 | |
| 16057573 | 5 months ago | | | 0 | 0.0000010158948 | |
| 15805412 | 5 months ago | | | 0 | 6.6648969e-7 | |
| 15696199 | 6 months ago | | | 0 | 8.9522666e-7 | |
| 15411462 | 6 months ago | | | 0 | 3.2290994e-7 | |
| 15340590 | 6 months ago | | | 0 | 1.4835047e-7 | |
| 15121660 | 6 months ago | | | 0 | 0.0000049219730 | |
| 15120829 | 6 months ago | | | 0 | 0.0000048041577 | |
| 15120786 | 6 months ago | | | 0 | 0.0000048015790 |
ABI
ABI objects
Getter at block 22982693
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
332358936844273204693279
getSwapThresholdAmount() view returns (uint256)
0
maxWalletAmount() view returns (uint256)
25000000000000000000000000
name() view returns (string)
SNART
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x34f9f222edd5bd1e31f0e416b4499b09c95aaba5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
snartwalletAddress() view returns (address)
0xe37e45d654776131c7a9b2577e8892374701d5c4
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
SNART
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
snartwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
snartwalletAddressSetup(address _newAddress)
snartwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
snartwalletAddressUpdated(address snartwalletAddress)
snartwalletFeeSent(address recipient, uint256 amount)
snartwalletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.