Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MEST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16298597 | 2 years ago | | | 0 | 0.057277947 | |
| 16298592 | 2 years ago | | | 0 | 0.055957100 | |
| 16298588 | 2 years ago | | | 0 | 0.049406054 | |
| 16298585 | 2 years ago | | | 0 | 0.052156454 | |
| 16298582 | 2 years ago | | | 0 | 0.054306565 | |
| 16298579 | 2 years ago | | | 0 | 0.051529072 | |
| 16298572 | 2 years ago | | | 0 | 0.0025684731 | |
| 16298566 | 2 years ago | | | 0 | 0.0011993722 | |
| 16294060 | 2 years ago | | | 0 | 0.0020800538 | |
| 16294058 | 2 years ago | | | 0 | 0.0014639315 |
ABI
ABI objects
Getter at block 21434671
MAX_SUPPLY() view returns (uint256)
12000
baseTokenURI() view returns (string)
https://chocolate-official-duck-602.mypinata.cloud/ipfs/QmNq1XHRg2CxZH2PcGpraZMATuWvzvDpd51EjAvsMDQb2P/
initial_price() view returns (uint256)
1000000000000000
name() view returns (string)
MEST
owner() view returns (address)
0xd5de05a2c95e0ff94988f7b8775a1f899309c062
price() view returns (uint256)
1000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
MEST
totalSupply() view returns (uint256)
6011
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasRole(address _wallet) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addRole(address _wallet)
approve(address to, uint256 tokenId)
mintReserved(address _address, uint256 _amount)
mintToken(uint256 _amount) payable
revokeRole(address _wallet)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setSaleActive(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _addr, uint256 _amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _maxSupply, string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()