MonoCats

Verified contract

Active on Ethereum with 743 txns
Deployed by via 0xbca92382 at 16022144
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MonoCats"

0xc733c7b92ad4dab62196f2b07948d0caaa1d7afd6dd84ce5c5f2df6aa61dcdbb
0xc4e3d300e6dd05ff27b6ca4c5500cadac7adaec9f0b436d0f765d879c440f3eb
0x960ab259a7edfb681a4200740da0bd862ea6e547a0b984805e408dff0f714277
0x074053ea1e3c47f86140daf2d9e97e78b88e82f089fb6e8813e8394dd72b6c0a
0xe0d73646cc97f5f7b6a13385661d16b45518bbc5874192ec2da10354690e538b
0xfcf1ded87cb9ceb1fd08035f3cb4f2021ed0c526dd3c35a4e604bc076ed62561
0x6f2b5cae1f2eb2c986132436fc8224e6271765600c18053aa276bcbc1014a4c5
0x211b9d475b18543a745038eca8f2cb1f2d176c256e47a361cbb16afe24d7dc63
0x90f5a00778fc1fc7313900329046a15dd3a49a27f80f94f6153970575c434b91
0x8a18455164ed7325d7cc76034bedec3a7a0c64941ae5204e9514ea21758b8f07

Functions
Getter at block 21225188
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_CATS(view returns (uint256)
2000
MAX_MINT_ONCE(view returns (uint256)
20
contractURI(pure returns (string)
https://static.mono.fun/public/contents/projects/a73c1a41-be88-4c7c-a32e-929d453dbd39/nft/monocatsv2/MonoCatsv2.json
getUserCatsNumber(view returns (uint256)
0
imageHash(view returns (string)
080a47b46e0507ea40d250e3f06330a870b23301f1178fe195376b14c5fb15b1
name(view returns (string)
MonoCats: Evolved!
owner(view returns (address)
0x0dc5932f31c875691034b3f3afe1a47385b6d041
symbol(view returns (string)
MCAT
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdropNfts(address[] addrsuint256[][] tokenIds
approve(address operatoruint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
increaseCatsNumber(address[] addrsuint256[] nums
mint(
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setTokenRoyalty(uint256 _tokenIdaddress _receiveruint96 _feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AirdropEvent(address addrsuint256[] tokenIds
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
IncreaseCatsNumberEvent(address addruint256 num
MintEvent(address addruint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address adminaddress increasestring baseURIaddress _royaltyAddressuint96 _feeNumerator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator