Frogs

Verified contract

Active on Ethereum with 74,687 txns
Deployed by via 0x4ab9ad8a at 20977507
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1
ERC-20
--
0x304482c81f7614423befebfac1606cd32caafe2a7f3d19a0c71d96d58dd01d40
0x8974d3f51bd2a6de974c99413fa21ad40d56d213d3ea0eb7dcc79ac21efa8b92
0x1df5f9afb759c0ecae9032e170e5f5b1a9c9eb4463705d976810fb86184068de
0x8cdc3d6ea3a161607d9fb66760958d0a1c0f7952c639c8aa83ec17f958f8d2c7
0xd558a7972e422d3a9af58918a51abd30845c8bc9a27406e2509c73742cc9ef75
0x7f947445f73a5f8d7c90dc310cd8fde144033c13f49d29cee4850df944a6a893
0x53be167bccce424c8b7863f92fef0c96a76b9071c6d5b882bf09a521c7c71bf1
0x38d372989ffdbdb2c869d454f5c56b99bf806ceded3147d8b01d42d3296b5a59
From
0xafcd296f915c499f8b8333a7fe1b40b4660556a8bf33d57e527965f9018b7714
0xf4264814013e757d07886401cd19c5e20e14f85c35acee74ac8256217e70e5c8

Functions
Getter at block 20985235
MAX_SUPPLY(view returns (uint256)
420690000000000000000000000000000
MINT_AMOUNT(view returns (uint256)
10000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Frogs
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Frogs
totalSupply(view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
mint(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account