OrdinaryFrogs
Verified contract
Active on
Ethereum with 2,782 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 "OrdinaryFrogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20668850 | 3 months ago | | | 0 | 0.000063856691 | |
| 20387842 | 4 months ago | | | 0 | 0.000087238125 | |
| 19502248 | 8 months ago | | | 0 | 0.00076601455 | |
| 17609302 | a year ago | | | 0 | 0.0014884852 | |
| 17552298 | a year ago | | | 0 | 0.00028546531 | |
| 17519349 | a year ago | | | 0 | 0.00042104905 | |
| 17519321 | a year ago | | | 0 | 0.00067522194 | |
| 17519057 | a year ago | | | 0 | 0.00061434494 | |
| 17517773 | a year ago | | | 0 | 0.00065216808 | |
| 17517417 | a year ago | | | 0 | 0.00059718601 |
ABI
ABI objects
Getter at block 21309471
ADDRESS_UPPER_LIMIT() view returns (uint256)
6
SUPPLY_UPPER_LIMIT() view returns (uint256)
3334
name() view returns (string)
OrdinaryFrogs
open() view returns (bool)
true
owner() view returns (address)
0x7e0abeb165da61e0db5044b0ef74441c5eb61bbc
price() view returns (uint256)
0
symbol() view returns (string)
FROG
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events airdrop(address to_, uint256 quantity_)
approve(address to, uint256 tokenId) payable
flip()
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMetadataURI(string metadataURI_)
setPrice(uint256 price_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()