Loot (for Meebits)
Verified contract
Active on
Ethereum with 26 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
-
variable spans 19999 additional slots
Balances ($0.00)
No balances found for "Loot (for Meebits)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14217976 | 3 years ago | | | 0 | 0.0024099579 | |
| 13750459 | 3 years ago | | | 0 | 0.0025766183 | |
| 13228655 | 3 years ago | | | 0 | 0.0074852807 | |
| 13188966 | 3 years ago | | | 0 | 0.0062969864 | |
| 13188870 | 3 years ago | | | 0 | 0.0057634000 | |
| 13188811 | 3 years ago | | | 0.03 | 0.38032843 | |
| 13188730 | 3 years ago | | | 0.09 | 0.055532680 | |
| 13184231 | 3 years ago | | | 0.03 | 0.015379840 | |
| 13184138 | 3 years ago | | | 0.03 | 0.015678963 | |
| 13184123 | 3 years ago | | | 0.03 | 0.018638001 |
ABI
ABI objects
Getter at block 21275341
TOKEN_LIMIT() view returns (uint256)
20000
baseURI() view returns (string)
https://ipfs.io//ipfs/QmVsY7rZsCrVdkG9s5ZVqeFYpfz1tWKWYXNz1u2Kp7k6vk/
meebitsAddress() view returns (address)
0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7
name() view returns (string)
Loot (for Meebits)
numTokens() view returns (uint256)
45
owner() view returns (address)
0x11c6790ccba157a6fe4ed435d9d544c318d29756
privatePrice() view returns (uint256)
20000000000000000
privateSale() view returns (bool)
false
publicPrice() view returns (uint256)
50000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
Loot4Meebits
totalSupply() view returns (uint256)
45
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
meebitsLoot(uint256) view returns (uint256)
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)
flipPrivateSale()
flipSaleState()
mint(uint256 quantity) payable
mintWithMeebits(uint256 mid) 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)
setPrivatePrice(uint256 newPrice)
setPublicPrice(uint256 newPrice)
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.