Cyber Mona

Verified contract

Active on Ethereum with 2,048 txns
Deployed by via 0x77759c28 at 15761098
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cyber Mona"

0x4cd7a05544e5a048ada3c1e6ad6ee15bedea612ed2e81bf358c4ddcef1c4c4c3
0xb17e4acddae740b1f518b92cadf2fc2af59edd9e275c26c17c4db62aa3d52f3e
0x7bd7c21c90c1fc2572da2ef6b66d69292906e78e17e930369356b56a13b6c0a8
0x611b978767dece0ebd7f83980737d42b93b106d172ea33180a969037b7cf218a
0xefafd70e9aceb6a825a5c71fed1664d9422ef2fa3799f04b935b1eac0f5cad77
0x9fba71ad8edef193f1eb93454e891a5b4cc7c483e72aec8fdb15d9b77387ae31
0xcc1333b21f5d10ce79fc97b6e93cfdc8e43b68b5757efb799b5012dc576e2825
0xbbbb9392dbc6142bb71d24aa247aed64117c8a4108b8a7479876c4e1cdb2f74c
0x91c37c8f52dc1038429f3176c82b104778fb27bba405c020747b21d0d8507c4f
0xc28595b245811f001ebad2659f9daee830d4e1b166b2c7c6a6b7cc1b878ce0ce

Functions
Getter at block 21179964
maxPerTx(view returns (uint32)
10
maxSupply(view returns (uint32)
2000
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
Cyber Mona
owner(view returns (address)
0xda59cbce0e50fbb7388294f221b28169d3038a81
symbol(view returns (string)
CMV
totalSupply(view returns (uint256)
2000
uriPrefix(view returns (string)
ipfs://QmXpEM6dabxiNZNLjKcLZZPFKCKhBsQ71D5zbWJFop4epS/
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
burn(uint256 amount
publicCyberMint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setUri(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgrade(
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(