CryptoFoodies
Verified contract
Active on
Ethereum with 124 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 "CryptoFoodies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839004 | a year ago | | | 0 | 0.0011527384 | |
| 17721359 | a year ago | | | 0 | 0.0012609235 | |
| 16310082 | 2 years ago | | | 0 | 0.00072505454 | |
| 16309938 | 2 years ago | | | 0 | 0.00071971844 | |
| 16301164 | 2 years ago | | | 0 | 0.00081264404 | |
| 16280937 | 2 years ago | | | 0 | 0.00078604119 | |
| 14246835 | 3 years ago | | | 0 | 0.0022986677 | |
| 14226098 | 3 years ago | | | 0 | 0.0047073695 | |
| 14215954 | 3 years ago | | | 0 | 0.0042059122 | |
| 14143386 | 3 years ago | | | 0 | 0.0031643079 |
ABI
ABI objects
Getter at block 21169339
MAX_BY_MINT() view returns (uint256)
20
MAX_ELEMENTS() view returns (uint256)
9999
PRICE() view returns (uint256)
60000000000000000
artistAddress() view returns (address)
0xd3cb18ea34f706c80f9250c9cadfac3b9c17ce0a
baseTokenURI() view returns (string)
https://api.cryptofoodies.io/food/
creatorAddress() view returns (address)
0x02933d44f86ea240a83b1565e213367a1ea85c81
devAddress() view returns (address)
0xcbcc84766f2950cf867f42d766c43fb2d2ba3256
getStartSales() view returns (uint256)
1631221200
name() view returns (string)
CryptoFoodies
owner() view returns (address)
0x9fc8304f1392de1ee036b87dcb6e3aacb1597900
symbol() view returns (string)
CF
totalMint() view returns (uint256)
383
totalSupply() view returns (uint256)
383
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBurnedToken(address _ad) view returns (uint256[])
hasBurn(address _ad) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnFoodies(uint256[] _tokensId)
mint(address _to, uint256 _count) payable
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCryptoFoodiesDish(address _contract)
setStartSales(uint256 _start)
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)
CreateIngredient(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.