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.000758 |
$0 | |
OHNO | ERC-20 | 143 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748479 | 2 hours ago | | | 0 | 0.0000012427713 | |
| 22715452 | 21 hours ago | | | 0 | 0.000000701174855964 | |
| 22713548 | a day ago | | | 0 | 6.9473203e-7 | |
| 22709397 | a day ago | | | 0 | 3.4647810e-7 | |
| 22709392 | a day ago | | | 0 | 3.4647810e-7 | |
| 22709383 | a day ago | | | 0 | 3.4647810e-7 | |
| 22709376 | a day ago | | | 0 | 3.2016097e-7 | |
| 22709372 | a day ago | | | 0 | 3.2016097e-7 | |
| 22704151 | a day ago | | | 0 | 6.1322846e-7 | |
| 22703831 | a day ago | | | 0 | 0.000000608965090798 |
ABI
ABI objects
Getter at block 22752362
UNISWAP_UNIVERSAL_ROUTER() view returns (address)
0x198ef79f1f515f02dfe9e3115ed9fc07183f02fc
UNISWAP_V3_QUOTER_V2() view returns (address)
0x3d4e44eb1374240ce5f1b871ab261cd16335b76a
UNISWAP_V3_ROUTER() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
decimals() view returns (uint8)
18
launched() view returns (bool)
true
limitsEnabled() view returns (bool)
false
maxTransaction() view returns (uint256)
34500000000000000000000000
maxWallet() view returns (uint256)
69000000000000000000000000
name() view returns (string)
CRAZY FROG
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FROG
totalSupply() view returns (uint256)
6900000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairsV3(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(address uniswapV3Pair)
renounceOwnership()
setAutomatedMarketMakerPairV3(address account, bool value)
setBots(address[] accounts, bool value)
setLimitsEnabled(bool value)
setMaxTransactionPercent(uint256 value)
setMaxWalletPercent(uint256 value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool value)
Launch()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPairV3(address indexed pair, bool indexed value)
SetBots(address indexed account, bool isExcluded)
SetLimitsEnabled(bool status)
SetMaxTransactionPercent(uint256 oldValueMaxTransactionPercent, uint256 newValueMaxTransactionPercent)
SetMaxWalletPercent(uint256 oldValueMaxWalletPercent, uint256 newValueMaxWalletPercent)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.