BYOCassette
Verified contract
Active on
Ethereum with 2,697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0616…26f3
Balances ($0.00)
No balances found for "BYOCassette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118423 | 19 days ago | | | 0 | 0.00027550643 | |
| 21103911 | 21 days ago | | | 0 | 0.00015947961 | |
| 20749850 | 2 months ago | | | 0 | 0.00016394192 | |
| 20509258 | 3 months ago | | | 0 | 0.00010313741 | |
| 20338303 | 4 months ago | | | 0 | 0.00026985442 | |
| 20336836 | 4 months ago | | | 0 | 0.00035025635 | |
| 19927890 | 6 months ago | | | 0 | 0.00091276796 | |
| 19191244 | 9 months ago | | | 0 | 0.0042632767 | |
| 18989602 | 10 months ago | | | 0 | 0.00089273393 | |
| 18756448 | a year ago | | | 0 | 0.0013433915 |
ABI
ABI objects
Getter at block 21256526
FIRST_MORNING_IDX() view returns (uint256)
0
m_LandContract() view returns (address)
0x0616a2ef54bad0b37dce41c8d8e35cce17a926f3
m_MintingOpen() view returns (bool)
false
name() view returns (string)
BYOCassette
owner() view returns (address)
0xaa06e628cc9d2354a425a07c4bd9ec3e8fd8ec28
symbol() view returns (string)
BYOCASSETTE
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events mintCassette(uint256 _itemIdx, uint256 _eligiblityMerkleIdx, uint256 _maxAmount, uint256 _landId, bytes32[] _eligibiltyProof, bytes32[] _biomeProof)
mintFirstMorning(uint256 _merkleIdx, bytes32[] merkleProof)
ownerMint(uint256 _itemIdx, uint256 _numMints, address _receiver)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCassetteEligibilityRoot(bytes32 _cassetteRoot)
setFirstMorningEligibilityRoot(bytes32 _firstMorningRoot)
setLandBiomeVerificationRoot(bytes32 _biomeRoot)
setLandContract(address _landContract)
toggleMinting()
transferOwnership(address newOwner)
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(string _name, string _symbol, address _landContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.