FlappyCatGame

Verified contract

Active on Ethereum with 436 txns
Deployed by via 0xb10712a6 at 15207246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FlappyCatGame"

0x3559ce050d51fdd426c76dbc493870c6a1efdce3efd258ffdb3000344df3640b
0xf93c47984afc4e52ca71671e16ed66bc378f24503607b7cfe7b1d932bc052cf4
0xecf5a2107f0f3ca3253fc4fd32ef25fd84831ad53389085f67f8c680442cc23a
0xf46b243d48c374e55713de6312b4df5bfc22feb59c50c26f317e7843ed830cc6
0x716b6debc977eedce549ccc524d522143d4097be553085e149797b5ec516b40b
0xcac3796262810c6b1a89470376e198bd5e32f05b6693ac5d083e1c898dd0dafc
0x80746d50799cb25b9bd61f1c0d097eb24228c968e1f969a77ec77a81a572f9cc
0xc7186198a0c0e7031f90194dde599823cd539c701c07ab50a23fa28d03bee4bc
0xbab4cb37edabdac28704386273cf0026bb191b88f9ca9fd982e96e2a50c5ceda
0x8fa014342d9894916fadf3b149950138c80ed39ad135c340c7d3674e65476292

Functions
Getter at block 21181506
MAX_SUPPLY(view returns (uint32)
5040
batchMintAmount(view returns (uint32)
3
batchMintCost(view returns (uint256)
9000000000000000
name(view returns (string)
FlappyCatGame
owner(view returns (address)
0x394eb28b8114316deb6d5eaebbe103261eb59fcc
symbol(view returns (string)
FCG
totalSupply(view returns (uint256)
5037
uriPrefix(view returns (string)
ipfs://QmWuErUXjaAN57P3XgCAaPED6rPEnScindXmWmwVgDippf/
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenOfOwnerByIndex(address ownerview returns (uint256[])
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 amount
mint(payable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(