Scary monsters
Verified contract
Active on
Ethereum with 1,008 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 "Scary monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19748319 | 7 months ago | | | 0 | 0.00022951843 | |
| 19717674 | 7 months ago | | | 0 | 0.00030961739 | |
| 17576035 | a year ago | | | 0 | 0.00033174904 | |
| 17576025 | a year ago | | | 0 | 0.00033983258 | |
| 17464266 | a year ago | | | 0 | 0.00044078224 | |
| 16950422 | 2 years ago | | | 0 | 0.00052223687 | |
| 16878768 | 2 years ago | | | 0 | 0.00075477881 | |
| 16791966 | 2 years ago | | | 0 | 0.0021919680 | |
| 16791960 | 2 years ago | | | 0 | 0.0021280355 | |
| 16791953 | 2 years ago | | | 0 | 0.0030482270 |
ABI
ABI objects
Getter at block 21293801
JerkyId() view returns (uint256)
1
baseExtension() view returns (string)
.json
isActive() view returns (bool)
true
name() view returns (string)
Scary monsters
notRevealedUri() view returns (string)
https://cdn.monstercave.wtf/ipfs/blindbox/monster.json
owner() view returns (address)
0x52cf48ec3485c2f1312d9f1f1ddd3fca9cc232e3
revealed() view returns (bool)
true
symbol() view returns (string)
totalSupply() view returns (uint256)
3565
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipActive()
flipReveal()
mintByOwner(address to, uint256 tokenQuantity) payable
mintMonster(uint256 tokenQuantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setJerkyContract(address _address)
setJerkyId(uint256 _id)
setNotRevealedURI(string _notRevealedURI)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()