MeatCube
Verified contract
Active on
Ethereum with 1,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,716.14)
Native
Value
$3,716.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.04 | $3,573.21 |
$3,716.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884246 | 2 months ago | | | 0 | 0.00042835108 | |
| 20883913 | 2 months ago | | | 0 | 0.00072303904 | |
| 20883830 | 2 months ago | | | 0 | 0.00086737848 | |
| 20565851 | 3 months ago | | | 0 | 0.000025010557 | |
| 20127712 | 5 months ago | | | 0 | 0.00034252613 | |
| 20127711 | 5 months ago | | | 0 | 0.00060525349 | |
| 19995979 | 6 months ago | | | 0 | 0.00022829864 | |
| 19591668 | 8 months ago | | | 0 | 0.00091976814 | |
| 18944314 | a year ago | | | 0 | 0.00091052470 | |
| 18802819 | a year ago | | | 0 | 0.00091652115 |
ABI
ABI objects
Getter at block 21284346
MeatCube_MAX() view returns (uint256)
6969
MeatCube_PER_MINT() view returns (uint256)
10
MeatCube_PRICE() view returns (uint256)
80000000000000000
MeatCube_PRIVATE() view returns (uint256)
1400
MeatCube_PUBLIC() view returns (uint256)
5569
locked() view returns (bool)
false
name() view returns (string)
MeatCube
owner() view returns (address)
0x1fb8d074334583f7f700bf97533c0d32720cb641
presaleLive() view returns (bool)
false
presalePurchaseLimit() view returns (uint256)
2
privateAmountMinted() view returns (uint256)
212
publicAmountMinted() view returns (uint256)
619
saleLive() view returns (bool)
true
symbol() view returns (string)
MEAT
totalSupply() view returns (uint256)
856
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaler(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
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 addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
lockMetadata()
presaleBuy(uint256 tokenQuantity) payable
removeFromPresaleList(address[] entries)
renounceOwnership()
reserveMeatCube()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
togglePresaleStatus()
toggleSaleStatus()
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.