BYOLand
Verified contract
Active on
Ethereum with 13,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd27…7fcf
0x06fd…d466
Balances ($0.00)
No balances found for "BYOLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135744 | 10 days ago | | | 0 | 0.00081123796 | |
| 21118414 | 13 days ago | | | 0 | 0.00029434020 | |
| 21106287 | 14 days ago | | | 0 | 0.00010191407 | |
| 21106242 | 14 days ago | | | 0 | 0.00012517108 | |
| 21105997 | 15 days ago | | | 0 | 0.00023193432 | |
| 21103917 | 15 days ago | | | 0 | 0.00016253341 | |
| 21103914 | 15 days ago | | | 0 | 0.00016646801 | |
| 21098910 | 16 days ago | | | 0 | 0.00024059695 | |
| 21035158 | 24 days ago | | | 0 | 0.00042899117 | |
| 20973888 | a month ago | | | 0 | 0.00052189032 |
ABI
ABI objects
Getter at block 21210010 getMintPrice() view returns (uint256)
MAX_LAND() view returns (uint256)
10056
getRemainingSaleTime() view returns (uint256)
0
m_pillContract() view returns (address)
0xbd275ce24f32d6ce4e9d9519c55abe9bc0ed7fcf
m_privateMaxPerTx() view returns (uint256)
50
m_privateSale() view returns (bool)
false
m_privateSalePrice() view returns (uint256)
100000000000000000
m_publicMaxPerTx() view returns (uint256)
50
m_publicPriceMax() view returns (uint256)
1000000000000000000
m_publicPriceMin() view returns (uint256)
200000000000000000
m_publicSale() view returns (bool)
false
m_publicSaleDuration() view returns (uint256)
10800
m_publicSaleStartTime() view returns (uint256)
1639695590
m_vapeContract() view returns (address)
0x06fd60173bf869b8ce4439e3477223c013bad466
name() view returns (string)
BYOLand
owner() view returns (address)
0xaa06e628cc9d2354a425a07c4bd9ec3e8fd8ec28
symbol() view returns (string)
BYOLAND
totalSupply() view returns (uint256)
10056
Read-only
balanceOf(address owner) view returns (uint256)
bucketForLand(uint256 _landId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
landForPill(uint256 _pillId) view returns (int256)
m_claims(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerReserve(uint256 _amount)
pausePrivateSale()
pausePublicSale()
privateMint(uint256[] _pillIds, uint256 _merkleIdx, uint256 _maxAmount, bytes32[] merkleProof) payable
publicMint(uint256 _amount) payable
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)
setPrivateMerkle(bytes32 _merkle)
startPrivateSale(uint256 salePrice, uint256 maxPerTx)
startPublicSale(uint256 saleDuration, uint256 maxPrice, uint256 minPrice, uint256 maxPerTx)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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 _vapeContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.