Lil Boomies
Verified contract
Active on
Ethereum with 740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Lil Boomies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18866203 | a year ago | | | 0 | 0.00070220671 | |
| 18370688 | a year ago | | | 0 | 0.00063322653 | |
| 16820995 | 2 years ago | | | 0 | 0.00078597349 | |
| 16747701 | 2 years ago | | | 0 | 0.0024800365 | |
| 16472595 | 2 years ago | | | 0 | 0.00043111792 | |
| 16298929 | 2 years ago | | | 0 | 0.0010349099 | |
| 16298922 | 2 years ago | | | 0 | 0.00099000367 | |
| 16298911 | 2 years ago | | | 0 | 0.00099761959 | |
| 16298894 | 2 years ago | | | 0 | 0.0011582376 | |
| 16298883 | 2 years ago | | | 0 | 0.0011001987 |
ABI
ABI objects
Getter at block 21425110
PROV() view returns (string)
baseURI() view returns (string)
https://boomiesapi.herokuapp.com/token/
boomiePrice() view returns (uint256)
25000000000000000
boomieReserve() view returns (uint256)
100
maxBoomiePurchase() view returns (uint256)
10
maxBoomies() view returns (uint256)
10000
name() view returns (string)
Lil Boomies
owner() view returns (address)
0x16588a1b9cbee5cb8aa510e3cfebb947d5ce58f5
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BOX
totalSupply() view returns (uint256)
893
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
flipSaleState()
mintLilBoomie(uint256 numberOfTokens) payable
renounceOwnership()
reserveBoomies(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 price)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.