TheKitchen
Verified contract
Active on
Ethereum with 297 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 "TheKitchen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909705 | a year ago | | | 0 | 0.00049050190 | |
| 18213954 | a year ago | | | 0 | 0.0014429635 | |
| 18197625 | a year ago | | | 0 | 0.00035802564 | |
| 18197066 | a year ago | | | 0 | 0.0012115329 | |
| 18196473 | a year ago | | | 0 | 0.00036596128 | |
| 18196448 | a year ago | | | 0 | 0.00038136763 | |
| 18196411 | a year ago | | | 0 | 0.0011573237 | |
| 16883733 | 2 years ago | | | 0 | 0.00065853988 | |
| 16883726 | 2 years ago | | | 0 | 0.0012459439 | |
| 16612804 | 2 years ago | | | 0 | 0.00082028536 |
ABI
ABI objects
Getter at block 21316056
FCFSTime() view returns (bool)
true
LIFETIME() view returns (uint256)
0
PREMIUM() view returns (uint256)
1
SEASON() view returns (uint256)
2
lifetimeMinted() view returns (uint256)
100
maxSupplyLifetime() view returns (uint256)
100
maxSupplyPremium() view returns (uint256)
100
owner() view returns (address)
0xfc63cab47ac11e08d0e180328d6b3ce5c6cbc6d6
premiumMinted() view returns (uint256)
0
premiumPrice() view returns (uint256)
150000000000000000
seasonPrice() view returns (uint256)
30000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
lifetimeClaimed(address) view returns (bool)
maxSeasonSupply(uint256) view returns (uint256)
merkleRoots(uint256) view returns (bytes32)
premiumClaimed(address) view returns (bool)
seasonClaimed(uint256, address) view returns (bool)
seasonMinted(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events changeSeason(uint256 _season)
createNewSeason(uint256 totalSupply)
flipFCFS()
mintLifetime(bytes32[] _merkleProof)
mintPremium(bytes32[] _merkleProof) payable
mintSeason(bytes32[] _merkleProof) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
seasonFCFS() payable
setApprovalForAll(address operator, bool approved)
setMerkleRoot(uint256 _id, bytes32 _merkleRoot)
setTokenURI(uint256 _id, string _uri)
transferOwnership(address newOwner)
updatePremiumPrice(uint256 _newPrice)
updateSeasonPrice(uint256 _newPrice)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.