BYOCraft
Verified contract
Active on
Ethereum with 6,186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd27…7fcf
0xe70d…9e97
0x06fd…d466
Balances ($0.00)
No balances found for "BYOCraft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21313307 | 8 hours ago | | | 0 | 0.00057023503 | |
| 21309862 | 20 hours ago | | | 0 | 0.00096823355 | |
| 21305783 | a day ago | | | 0 | 0.00043092065 | |
| 21302893 | 2 days ago | | | 0 | 0.00064251333 | |
| 21281874 | 5 days ago | | | 0 | 0.0011206498 | |
| 21277839 | 5 days ago | | | 0 | 0.00048106126 | |
| 21268018 | 7 days ago | | | 0 | 0.00045811904 | |
| 21218991 | 14 days ago | | | 0 | 0.00049487132 | |
| 21106237 | a month ago | | | 0 | 0.00010921050 | |
| 21103804 | a month ago | | | 0 | 0.00016257753 |
ABI
ABI objects
Getter at block 21315694
m_apostleContract() view returns (address)
0xe70da20a2b10d60ca620a4e494fe2b37c9499e97
m_maxPerTx() view returns (uint256)
50
m_pillContract() view returns (address)
0xbd275ce24f32d6ce4e9d9519c55abe9bc0ed7fcf
m_vapeContract() view returns (address)
0x06fd60173bf869b8ce4439e3477223c013bad466
name() view returns (string)
BYOCraft
owner() view returns (address)
0xaa06e628cc9d2354a425a07c4bd9ec3e8fd8ec28
symbol() view returns (string)
BYOCRAFT
totalSupply() view returns (uint256)
8150
Read-only
apostleForCraft(uint256 _craftId) view returns (int256)
balanceOf(address owner) view returns (uint256)
craftForApostle(uint256 _apostleId) view returns (int256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
m_craftClaims(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pillUsed(uint256 _pillId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintCrafts(uint256[] _pillIds, int256[] _apostleIds, uint256 _merkleIdx, uint256 _maxAmount, bytes32[] _merkleProof)
ownerMint(uint256 _id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxPerTX(uint256 _maxPerTx)
setMerkleRoot(bytes32 _merkleRoot)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContracts(address _pillContract, address _apostleContract, address _vapeContract)
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(string _name, string _symbol, address _pillContract, address _apostleContract, address _vapeContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.