MeatKitesMaker
Verified contract
Active on
Ethereum with 1,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb784…ad7e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MeatKites | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21027617 | a month ago | | | 0 | 0.00026775803 | |
| 20867552 | 2 months ago | | | 0 | 0.00040046236 | |
| 20862123 | 2 months ago | | | 0 | 0.00044009917 | |
| 20830430 | 2 months ago | | | 0 | 0.00095696155 | |
| 20630335 | 3 months ago | | | 0 | 0.000089430765 | |
| 20524873 | 3 months ago | | | 0 | 0.00024206106 | |
| 20523935 | 3 months ago | | | 0 | 0.0031683666 | |
| 20523935 | 3 months ago | | | 0 | 0.0050156877 | |
| 20204607 | 5 months ago | | | 0 | 0.00014463243 | |
| 19609877 | 8 months ago | | | 0 | 0.0010524306 |
ABI
ABI objects
Getter at block 21284260 callerOwnsSweetNFTs() view returns (bool isCoolOwner) contractURI() view returns (string) currentDiscountedPrice() view returns (uint256)
FREE_MINT() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
2222
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PEOPLE_PRICE() view returns (uint256)
10000000000000000
PEOPLE_PRICES_MINT() view returns (uint256)
300
WANKER_PRICE() view returns (uint256)
100000000000000000
currentPrice() view returns (uint256)
100000000000000000
name() view returns (string)
MKs
owner() view returns (address)
0x65665e10eb86d72b02067863342277ea2df78516
publicMintActive() view returns (bool)
true
publicMintDate() view returns (uint256)
1675888200
symbol() view returns (string)
MeatKites
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
renderSVG(uint256 tokenId) view returns (string)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(address to) payable returns (uint256 lastTokenId)
mintDiscounted(address to) payable returns (uint256 lastTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sendETH()
setApprovalForAll(address operator, bool approved)
setPublicMintDate(uint256 publicMintDate_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(address renderer_, bytes bTokenImage)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)
SSTORE2_DEPLOYMENT_FAILED()