FRYCOOKS
Verified contract
Active on
Ethereum with 1,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRYCOOK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986241 | 20 days ago | | | 0 | 0.0011016658 | |
| 20890841 | a month ago | | | 0 | 0.00069032264 | |
| 20390928 | 3 months ago | | | 0 | 0.00014130085 | |
| 20289468 | 4 months ago | | | 0 | 0.00042801975 | |
| 19919139 | 6 months ago | | | 0 | 0.0011681498 | |
| 19868529 | 6 months ago | | | 0 | 0.00044010619 | |
| 19764641 | 6 months ago | | | 0 | 0.00016637962 | |
| 19528477 | 7 months ago | | | 0 | 0.0019718487 | |
| 18937529 | 10 months ago | | | 0 | 0.00035938277 | |
| 18903570 | 10 months ago | | | 0 | 0.00067454480 |
ABI
ABI objects
Getter at block 21125989
MAX_COOKS() view returns (uint256)
11112
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://us-central1-sudoburger-9b96e.cloudfunctions.net/app/api/
calculatePrice() view returns (uint256)
100000000000000000
hasSaleStarted() view returns (bool)
true
name() view returns (string)
FRYCOOKS
owner() view returns (address)
0xec84da3cd0978151480e0dbd3b90339cec948e1d
symbol() view returns (string)
FRYCOOK
totalSupply() view returns (uint256)
2214
Read-only
balanceOf(address owner) view returns (uint256)
calculatePriceTest(uint256 _id) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
fryCOOK(uint256 numCooks) payable
jabbaAIRDROP(address[] userAddresses)
pauseDrop()
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)
setProvenanceHash(string _hash)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.