Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Frog Coin | ERC-20 | 2.307555M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18809301 | a year ago | | | 0 | 0.0016353728 | |
| 18809269 | a year ago | | | 0 | 0.0034699200 | |
| 18809267 | a year ago | | | 0 | 0.0021469433 | |
| 18809267 | a year ago | | | 0 | 0.0016307941 | |
| 18809267 | a year ago | | | 0 | 0.0027820800 | |
| 18809265 | a year ago | | | 0 | 0.00087397411 | |
| 18809256 | a year ago | | | 0 | 0.0014846516 |
ABI
ABI objects
Getter at block 21202253
decimals() view returns (uint8)
18
name() view returns (string)
Frog Coin
symbol() view returns (string)
Frog Coin
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateTradingFees(uint256 _feeOnBuy, uint256 _feeOnSell)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AccessRestriction()