The Frog Game
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Frog Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18807178 | a year ago | | | 0 | 0.0012225018 | |
| 18807176 | a year ago | | | 0 | 0.0010257956 | |
| 18807176 | a year ago | | | 0 | 0.0010257956 | |
| 18803028 | a year ago | | | 0 | 0.00079150085 | |
| 18803009 | a year ago | | | 0 | 0.0015121840 | |
| 18799290 | a year ago | | | 0 | 0.0034246139 | |
| 18799278 | a year ago | | | 0 | 0.0029139846 | |
| 18799258 | a year ago | | | 0 | 0.0016352732 | |
| 18799256 | a year ago | | | 0 | 0.0029247642 | |
| 18799250 | a year ago | | | 0 | 0.0029627446 |
ABI
ABI objects
Getter at block 21217286
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
220000000000000000000
name() view returns (string)
The Frog Game
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FrogGame
totalSupply() view returns (uint256)
420000000000000000000
uniswapV2Pair() view returns (address)
0xf4b13e565291ec05da443aeaefbe3c5f3e6c0ad1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getVotes(address recipient) view returns (bool)
liquidityCreator(address) view returns (bool)
liquidityPoolsBalance(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
feeDistributor(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiswap(address[] address_, bool val)
renounceOwnership()
setRule(address _uniswapV2Pair)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.