MeltingMonsters
Verified contract
Active on
Ethereum with 401 txns
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 "MeltingMonsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264339 | 5 months ago | | | 0 | 0.00010835499 | |
| 20171732 | 5 months ago | | | 0 | 0.000066221132 | |
| 18397820 | a year ago | | | 0 | 0.00031154345 | |
| 18350137 | a year ago | | | 0 | 0.00032995409 | |
| 17961046 | a year ago | | | 0 | 0.00060360420 | |
| 17954407 | a year ago | | | 0 | 0.00051103745 | |
| 17946201 | a year ago | | | 0 | 0.00074980495 | |
| 17945300 | a year ago | | | 0 | 0.00065000697 | |
| 17901851 | a year ago | | | 0 | 0.00074391992 | |
| 17861887 | a year ago | | | 0 | 0.00098606881 |
ABI
ABI objects
Getter at block 21307708
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZfaWAKbS6gaq77PHrvPfbmXvFgHyt37bgqf92WKEG29P/
maxPerTx() view returns (uint256)
20
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
name() view returns (string)
MeltingMonsters
owner() view returns (address)
0x399ad66e45879c5ac778ed450941dddf57e6ae08
symbol() view returns (string)
MONSTER
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()