Monster Suit
Verified contract
Active on
Ethereum with 2,750 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) |
---|---|---|---|---|---|---|---|
| 21190414 | 13 days ago | | | 0 | 0.0010461683 | |
| 21025485 | a month ago | | | 0 | 0.00013892346 | |
| 20894952 | 2 months ago | | | 0 | 0.00028382749 | |
| 20797239 | 2 months ago | | | 0 | 0.00031732695 | |
| 20649156 | 3 months ago | | | 0 | 0.000059982174 | |
| 20529625 | 3 months ago | | | 0 | 0.00011601542 | |
| 19945262 | 6 months ago | | | 0 | 0.000093729084 | |
| 19908852 | 6 months ago | | | 0 | 0.00012456803 | |
| 19836567 | 7 months ago | | | 0 | 0.00022851029 | |
| 19740514 | 7 months ago | | | 0 | 0.00043587273 |
ABI
ABI objects
Getter at block 21284012
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 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)
flipReveal()
mint(address to, uint16 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
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()