MintMonster
Verified contract
Active on
Ethereum with 21 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 "MintMonster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16935388 | 2 years ago | | | 0 | 0.0069562800 | |
| 16912236 | 2 years ago | | | 0 | 0.0046702326 | |
| 16709650 | 2 years ago | | | 0 | 0.0015638059 | |
| 16708619 | 2 years ago | | | 0 | 0.041476844 | |
| 16583555 | 2 years ago | | | 0 | 0.0051529519 | |
| 16555054 | 2 years ago | | | 0 | 0.0041263190 | |
| 16528457 | 2 years ago | | | 0 | 0.0020483880 | |
| 16527074 | 2 years ago | | | 0 | 0.0059826279 | |
| 16451102 | 2 years ago | | | 0 | 0.027017970 | |
| 16443774 | 2 years ago | | | 0 | 0.0038922346 |
ABI
ABI objects
Getter at block 21184129
animationURL() view returns (string)
ipfs://bafybeid75ggqe7y7x34f747azfcjovcvozsdbfcllskd3i3jchtf2fzcoa
merkleRoot() view returns (bytes32)
0x1dbead77f94505340ff1b4a6ae6e7f248899941f0f1a741672e27c2256bc5509
name() view returns (string)
MintMonster
owner() view returns (address)
0xa0d4e6501529d25aa3fcd5d473ab859235da49a9
sale_state() view returns (uint8)
0
symbol() view returns (string)
MM
tokenImage() view returns (string)
ipfs://bafybeidwj3vqu2yxkbyd63hmbw34qmk5grdsck3ieqrrrsw6cma3dya7z4
totalSupply() view returns (uint256)
37
Read-only
balanceOf(address owner) view returns (uint256)
checkSubscription(uint256 _tokenId) view returns (bool)
checkUserSub(address _user, uint256 _tier) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSubscriptionExpiration(uint256 _tokenId) view returns (struct MintMonsterActiveSubscriptions)
getSubscriptionPlan(uint256 _tier) view returns (struct MintMonsterSubscriptionPlan)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 adminMint(address[] tos_, uint256 _tier, uint256 _bonusTime) payable
approve(address to, uint256 tokenId)
editSubscriptionPlan(uint256 _tier, uint256 _price, uint256 _renewalFee, uint256 _duration, uint256 _maxSubscribers)
mintNewToken(uint256 _tier) payable
newSubscriptionPlan(uint256 _tier, uint256 _price, uint256 _renewalFee, uint256 _duration, uint256 _maxSubscribers)
renew(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setSaleState(uint8 _state)
setmerkleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenAnimation(string _url)
updateTokenImage(string _url)
whiteListMint(bytes32[] _proof) payable
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.