FoodlesClub
Verified contract
Active on
Ethereum with 1,883 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 "FoodlesClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19936945 | 6 months ago | | | 0 | 0.00029319528 | |
| 19936942 | 6 months ago | | | 0 | 0.00030584672 | |
| 19936941 | 6 months ago | | | 0 | 0.00031035307 | |
| 18910147 | a year ago | | | 0 | 0.00049035467 | |
| 16302459 | 2 years ago | | | 0 | 0.00074576591 | |
| 16207115 | 2 years ago | | | 0 | 0.00060735469 | |
| 15835935 | 2 years ago | | | 0 | 0.00070075322 | |
| 15432123 | 2 years ago | | | 0 | 0.00027279002 | |
| 15416830 | 2 years ago | | | 0 | 0.0019807001 | |
| 15341264 | 2 years ago | | | 0 | 0.00042290197 |
ABI
ABI objects
Getter at block 21211664
baseURI() view returns (string)
ipfs://Qmaom4XgsmwHEDRLq1Qvambryt1HKTjgiowmGBongnjTMr/
name() view returns (string)
FoodlesClub
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x9cbcfb399312f8e8a8576140f226937261cc82bd
placeholderURI() view returns (string)
ipfs://QmXnXgh5SU61riPgeGFSvoZXG7tFTS8zKzn6CV9reo8M8J
saleClaims() view returns (uint256[4])
[5000, 5000, 50, 700]
saleEnabled() view returns (bool)
true
symbol() view returns (string)
FC
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
5000
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numTokens, bool inclFreeMint) payable
mintReserved(uint256 numTokens, address mintTo)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSale(uint256 maxSale)
setPlaceholderURI(string _newPlaceHolderURI)
setRoyalties(address recipient, uint256 value)
setTokenPrice(uint256 tokenPrice_)
toggleSale()
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.
This contract contains no error objects.