Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLS | ERC-20 | 0.735556 | $0.064834 |
$0.05 | |
frog | ERC-20 | 665.602839K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20711516 | 2 months ago | | | 0 | 0.000094976567 | |
| 20379178 | 4 months ago | | | 0 | 0.00018311818 | |
| 20296334 | 4 months ago | | | 0 | 0.000089986808 | |
| 20206142 | 5 months ago | | | 0 | 0.000075817608 | |
| 19791291 | 6 months ago | | | 0 | 0.00013657154 | |
| 19791272 | 6 months ago | | | 0 | 0.00015140552 | |
| 19488892 | 8 months ago | | | 0 | 0.0013027988 | |
| 19116339 | 10 months ago | | | 0 | 0.00036099258 | |
| 19116336 | 10 months ago | | | 0 | 0.00036983035 | |
| 19077312 | 10 months ago | | | 0 | 0.0010458200 |
ABI
ABI objects
Getter at block 21211511
EnableTxLimit() view returns (bool)
false
EnableWalletLimit() view returns (bool)
false
_maxTxAmount() view returns (uint256)
10000000000000000
_walletMax() view returns (uint256)
10000000000000000
buyTax() view returns (uint256)
1
decimals() view returns (uint8)
9
dexPair() view returns (address)
0x53a07967992bf10ff5db59f163fc514f1c33eb91
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
marketingWallet() view returns (address)
0xf0d9dca89d90069316eba8752cb2606b2da716c3
name() view returns (string)
frog
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
10000000000000000
swapbylimit() view returns (bool)
true
symbol() view returns (string)
frog
totalSupply() view returns (uint256)
1000000000000000000
tradingEnable() view returns (bool)
true
transferSniperProtection() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
isWlAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, uint256 _amount)
setBuyFee(uint256 _buySide, uint256 _sellSide)
setMarketingWallet(address _newWallet)
setMaxWalletLimit(uint256 newLimit)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferProtection(bool _status)
updateSetting(address[] _adr, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20TransferFailed()
ERC20ZeroTransfer()