FlappyCatGame
Verified contract
Active on
Ethereum with 436 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 "FlappyCatGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18752808 | a year ago | | | 0 | 0.0012874757 | |
| 15973643 | 2 years ago | | | 0 | 0.00037338570 | |
| 15973643 | 2 years ago | | | 0 | 0.00034436486 | |
| 15973640 | 2 years ago | | | 0 | 0.00034325731 | |
| 15426241 | 2 years ago | | | 0 | 0.00024813043 | |
| 15212123 | 2 years ago | | | 0 | 0.00050443601 | |
| 15211261 | 2 years ago | | | 0 | 0.00043504412 | |
| 15210301 | 2 years ago | | | 0 | 0.00052514977 | |
| 15210196 | 2 years ago | | | 0 | 0.00037298931 | |
| 15210159 | 2 years ago | | | 0.009 | 0.00027404422 |
ABI
ABI objects
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 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)
tokenOfOwnerByIndex(address owner) view returns (uint256[])
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 amount)
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()