Monster Suit

Verified contract

Active on Ethereum with 2,747 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Monster Suit"

0x1956b06890034bde472f3117fc1622f6adbe2ac5325fc445136545e8ee83798c
0x14fa669f841032d576b5d4268897f54d4978ef92dddf5f4397936d734ce3e77e
0xe7beba6d157be66aa2b0ba1b8ce9b462580443b2c88896266be1b95b3ff40984
0x39334ed4de77729611059afbe336d6701dd98f896d08d3e4dd8e03e91b2672cd
0xe6bc8d6dd0fd7a4f7434ef1c7d8bdb59d6d364112e0db6f4c5317fc17820c6db
0x977c2f91d83142a72fb05ef10b7c40c26d5a0d97bdfdca1ade8e4e7c5c681d83
0x80d452a18dc18367848597447d3bf0e65a2e0d189352e7eac6008803a4d2bf51
0xe68e26b09b75119569dc3b71e7b10da750510aee85e538ca78e2e9d803b00cf7
0xc76a275bc3b0959de889c1708691ecf5b7ae103b25d6f6fe78c50966bb4ea91a
0x68f69d6a4ee6fac52276e5e660510eebbad811bfed7484d6b159a53860b25d2d

Functions
Getter at block 20858012
MAX_SUPPLY(view returns (uint16)
5000
name(view returns (string)
Monster Suit
notRevealedUri(view returns (string)
owner(view returns (address)
0x7d28180469cfec287db4250daeebbc659a09be22
revealed(view returns (bool)
true
symbol(view returns (string)
MS
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipReveal(
mint(address touint16 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(