Cocoverse
Verified contract
Active on
Ethereum with 1,309 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 "Cocoverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20199668 | 5 months ago | | | 0 | 0.00044139466 | |
| 20199518 | 5 months ago | | | 0 | 0.00036298714 | |
| 16433075 | 2 years ago | | | 0 | 0.00071729373 | |
| 16433074 | 2 years ago | | | 0 | 0.00069146532 | |
| 16305813 | 2 years ago | | | 0 | 0.00086568696 | |
| 16305799 | 2 years ago | | | 0 | 0.00097405872 | |
| 16305799 | 2 years ago | | | 0 | 0.00097405872 | |
| 16305799 | 2 years ago | | | 0 | 0.00097405872 | |
| 16305799 | 2 years ago | | | 0 | 0.00097405872 | |
| 16305799 | 2 years ago | | | 0 | 0.00097405872 |
ABI
ABI objects
Getter at block 21274075
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
2222
baseExtension() view returns (string)
.json
name() view returns (string)
Cocoverse
notRevealedUri() view returns (string)
ipfs://QmSToJNiY5kAj1Vv6zgHgp9Sok729T8CHfe5E6ETcWJfqs/hidden.json
owner() view returns (address)
0xecfdcc66ba9b83a9f90b6a5afebe6968f578b261
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
CV
totalSupply() view returns (uint256)
2222
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeMaxSupply(uint256 _newFreeMaxSupply)
setMaxPerTx(uint256 _newMaxPerTx)
setMaxSupply(uint256 _newMaxSupply)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newPrice)
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.