Cyber Mona
Verified contract
Active on
Ethereum with 2,048 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 "Cyber Mona"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20693506 | 2 months ago | | | 0 | 0.00054376430 | |
| 16725409 | 2 years ago | | | 0 | 0.072158787 | |
| 16725405 | 2 years ago | | | 0 | 0.00056982393 | |
| 16725402 | 2 years ago | | | 0.001 | 0.00087875057 | |
| 16725402 | 2 years ago | | | 0.001 | 0.00087957770 | |
| 16725400 | 2 years ago | | | 0.001 | 0.00085011161 | |
| 16725400 | 2 years ago | | | 0.001 | 0.00084854134 | |
| 16725400 | 2 years ago | | | 0.001 | 0.00085062656 | |
| 16725400 | 2 years ago | | | 0.001 | 0.00084908517 | |
| 16725400 | 2 years ago | | | 0.001 | 0.00084992191 |
ABI
ABI objects
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 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)
burn(uint256 amount)
publicCyberMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade()
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()