Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0734…ca07
Balances ($0.00)
No balances found for "FroyoCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104150 | 22 days ago | | | 0 | 0.00012624030 | |
| 20571060 | 3 months ago | | | 0 | 0.00013195845 | |
| 19783606 | 7 months ago | | | 0 | 0.00070179880 | |
| 19783592 | 7 months ago | | | 0 | 0.00037379989 | |
| 19764644 | 7 months ago | | | 0 | 0.00014331842 | |
| 19708979 | 7 months ago | | | 0 | 0.00017586511 | |
| 19610228 | 8 months ago | | | 0 | 0.0017508121 | |
| 19580492 | 8 months ago | | | 0 | 0.00080429751 | |
| 19497165 | 8 months ago | | | 0 | 0.0018072077 | |
| 19472382 | 8 months ago | | | 0 | 0.0012043128 |
ABI
ABI objects
Getter at block 21258276
baseTokenURI() view returns (string)
ipfs://QmRLtCRxcSnxpu5Bm9wQ7gd3Uc3NtTwcH4HpcSSeo5k93L/
name() view returns (string)
FroyoCat
owner() view returns (address)
0x72e62002aeed04670c270a063b815941198463d2
paused() view returns (bool)
false
symbol() view returns (string)
FroyoCat
totalMint() view returns (uint256)
151
totalSupply() view returns (uint256)
151
Read-only
balanceOf(address owner) view returns (uint256)
get(uint256 _nftId) view returns (address, bool, 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletsOfUser(address _user) view returns (uint256[])
State-modifying
Events adminMint(address[] _toAddresses)
approve(address to, uint256 tokenId)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update(uint256 _nftId, address _owner, bool _claimed)
updateFroyoCatMachine(address _froyoCatMachine)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed caller, address indexed to, uint256 indexed nftId, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.