Monster Suit
Verified contract
Active on
Ethereum with 4,431 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 "Monster Suit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025363 | a month ago | | | 0 | 0.00013931288 | |
| 20892034 | 2 months ago | | | 0 | 0.00037213796 | |
| 20891970 | 2 months ago | | | 0 | 0.00042608666 | |
| 20850995 | 2 months ago | | | 0 | 0.00013811139 | |
| 19945263 | 6 months ago | | | 0 | 0.000095456177 | |
| 19123423 | 10 months ago | | | 0 | 0.00039980744 | |
| 19056711 | 10 months ago | | | 0 | 0.00074922427 | |
| 18943229 | a year ago | | | 0 | 0.00089380563 | |
| 17899271 | a year ago | | | 0 | 0.00081955500 | |
| 17053782 | 2 years ago | | | 0 | 0.0012145053 |
ABI
ABI objects
Getter at block 21278341
MAX_SUPPLY() view returns (uint16)
10000
NUMBER_RESERVED_TOKENS() view returns (uint16)
500
PER_ADDRESS_LIMIT() view returns (uint16)
200
PRICE() view returns (uint256)
0
name() view returns (string)
Monster Suit
notRevealedUri() view returns (string)
https://monstersuit.mypinata.cloud/ipfs/QmZEnzWy5eFd5LPi2ng9UipYwLMqUKDPHz2QScWAxfw7nu
owner() view returns (address)
0x7d28180469cfec287db4250daeebbc659a09be22
preSaleIsActive() view returns (bool)
false
reservedTokensMinted() view returns (uint16)
500
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
MS
totalSupply() view returns (uint256)
10000
Read-only
addressMintedBalance(address) view returns (uint16)
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)
flipPreSaleState()
flipSaleState()
mintReservedTokens(address to, uint16 amount)
presaleMintA(uint16 amount, bytes32[] proof) payable
presaleMintB(uint16 amount, bytes32[] proof) payable
presaleMintC(uint16 amount, bytes32[] proof) payable
presaleMintD(uint16 amount, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint16 amount) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPerAddressLimit(uint16 newLimit)
setPrice(uint256 newPrice)
setRootA(bytes32 _root)
setRootB(bytes32 _root)
setRootC(bytes32 _root)
setRootD(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()