BYOPills
Verified contract
Active on
Ethereum with 17,463 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 "BYOPills"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279738 | 17 hours ago | | | 0 | 0.00069296840 | |
| 21279732 | 17 hours ago | | | 0 | 0.00075816444 | |
| 21273782 | 2 days ago | | | 0 | 0.00087054610 | |
| 21268025 | 2 days ago | | | 0 | 0.00048054935 | |
| 21264517 | 3 days ago | | | 0 | 0.00036769761 | |
| 21261237 | 3 days ago | | | 0 | 0.00046271655 | |
| 21168424 | 16 days ago | | | 0 | 0.0011366741 | |
| 21143655 | 20 days ago | | | 0 | 0.0011831122 | |
| 21135751 | 21 days ago | | | 0 | 0.00091038514 | |
| 21112540 | 24 days ago | | | 0 | 0.00023280269 |
ABI
ABI objects
Getter at block 21284670
MAX_PILLS() view returns (uint256)
10000
m_IsSaleActive() view returns (bool)
true
m_MaxPillPurchase() view returns (uint256)
15
m_PillPrice() view returns (uint256)
60000000000000000
m_Provenance() view returns (string)
855f0357bc97778e0d6bd29ef127b1a073b72d77eb44cdaa9026f6f9f1711375
name() view returns (string)
BYOPills
owner() view returns (address)
0xaa06e628cc9d2354a425a07c4bd9ec3e8fd8ec28
symbol() view returns (string)
BYOPILL
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPillInfo(uint256 tokenId) view returns (struct BYOPillPillInfo info)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
mintPill(uint256 numberOfTokens) payable
renounceOwnership()
reservePills(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxQuantityPerMint(uint256 quantity)
setProvenance(string _provenance)
toggleSale()
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, string baseURI, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.