Meebits
Verified contract
Active on
Ethereum with 72,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc352…e56a
0xc352…e56a
-
variable spans 19999 additional slots
4 additional
variables
Balances ($575,612.58)
Native
Value
$575,612.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 162.041231 | $3,552.26 |
$575,612.58 | |
GOATZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323087 | an hour ago | | | 0 | 0.0018806985 | |
| 21323065 | an hour ago | | | 0 | 0.0018589011 | |
| 21323056 | an hour ago | | | 0 | 0.0017683310 | |
| 21322935 | 2 hours ago | | | 0 | 0.0019209037 | |
| 21322854 | 2 hours ago | | | 0 | 0.0026816232 | |
| 21322853 | 2 hours ago | | | 0 | 0.0057758997 | |
| 21322741 | 2 hours ago | | | 0 | 0.0033684621 | |
| 21322669 | 3 hours ago | | | 0 | 0.0025075359 | |
| 21322289 | 4 hours ago | | | 0 | 0.0029575670 | |
| 21321894 | 5 hours ago | | | 0 | 0.0018817184 |
ABI
ABI objects
Getter at block 21323478
SALE_LIMIT() view returns (uint256)
9000
TOKEN_LIMIT() view returns (uint256)
20000
communityGrant() view returns (bool)
true
contentHash() view returns (string)
QmfXYgfX1qNfzQ6NRyFnupniZusasFPMeiWn5aaDnx7YXo
contractSealed() view returns (bool)
false
getPrice() view returns (uint256)
0
marketPaused() view returns (bool)
false
mintsRemaining() view returns (uint256)
0
name() view returns (string _name)
Meebits
publicSale() view returns (bool)
true
saleDuration() view returns (uint256)
604800
saleStartTime() view returns (uint256)
1620060762
symbol() view returns (string _symbol)
⚇
totalSupply() view returns (uint256)
20000
Read-only
balanceOf(address _owner) view returns (uint256)
cancelledOffers(bytes32) view returns (bool)
creatorNftMints(uint256) view returns (uint256)
ethBalance(address) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
hashToSign(address maker, address taker, uint256 makerWei, uint256[] makerIds, uint256 takerWei, uint256[] takerIds, uint256 expiry, uint256 salt) pure returns (bytes32)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 index) pure returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tradeValid(address maker, address taker, uint256 makerWei, uint256[] makerIds, uint256 takerWei, uint256[] takerIds, uint256 expiry, uint256 salt, bytes signature) view returns (bool)
State-modifying
Events acceptTrade(address maker, address taker, uint256 makerWei, uint256[] makerIds, uint256 takerWei, uint256[] takerIds, uint256 expiry, uint256 salt, bytes signature) payable
approve(address _approved, uint256 _tokenId)
cancelOffer(address maker, address taker, uint256 makerWei, uint256[] makerIds, uint256 takerWei, uint256[] takerIds, uint256 expiry, uint256 salt)
deposit() payable
devMint(uint256 quantity, address recipient)
endCommunityGrant()
mint() payable returns (uint256)
mintWithPunkOrGlyph(uint256 _createVia) returns (uint256)
pauseMarket(bool _paused)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
sealContract()
setApprovalForAll(address _operator, bool _approved)
startSale(uint256 _price, uint256 _saleDuration)
transferFrom(address _from, address _to, uint256 _tokenId)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CommunityGrantEnds()
Deposit(address indexed account, uint256 amount)
Mint(uint256 indexed index, address indexed minter, uint256 createdVia)
OfferCancelled(bytes32 hash)
SaleBegins()
Trade(bytes32 indexed hash, address indexed maker, address taker, uint256 makerWei, uint256[] makerIds, uint256 takerWei, uint256[] takerIds)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed account, uint256 amount)
constructor(address _punks, address _glyphs, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.