Popo The Frog
Verified contract
Active on
Ethereum with 1,065 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.31)
Native
Value
$0.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,123.19 |
$0.31 | |
DRAGGY | ERC-20 | 1B | $0.00 |
$10 | |
FROP | ERC-20 | 104.404K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217874 | 12 hours ago | | | 0 | 0.00054900746 | |
| 21215182 | 21 hours ago | | | 0 | 0.00058148194 | |
| 21210965 | a day ago | | | 0 | 0.00038035889 | |
| 21210485 | 2 days ago | | | 0 | 0.00038969417 | |
| 21210286 | 2 days ago | | | 0 | 0.00053323943 | |
| 21208617 | 2 days ago | | | 0 | 0.00036403650 | |
| 21208240 | 2 days ago | | | 0 | 0.00048027629 | |
| 21202864 | 3 days ago | | | 0 | 0.00046869451 | |
| 21202630 | 3 days ago | | | 0 | 0.00060017017 | |
| 21202552 | 3 days ago | | | 0 | 0.00059217966 |
ABI
ABI objects
Getter at block 21221590
cap() view returns (uint256)
111111111111000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Popo The Frog
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FROP
totalSupply() view returns (uint256)
2059618251527579000000057246
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
mint(uint256 amount, address to)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEthers()
withdrawTokens(address token, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 indexed amount)
Mint(uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)