CoveredVillage
Verified contract
Active on
Ethereum with 2,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "CoveredVillage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308054 | 12 days ago | | | 0 | 0.0019695414 | |
| 21308017 | 12 days ago | | | 0 | 0.00076621624 | |
| 21306643 | 12 days ago | | | 0 | 0.00055768468 | |
| 21306050 | 12 days ago | | | 0 | 0.00045127785 | |
| 21305999 | 12 days ago | | | 0 | 0.00047426349 | |
| 21305985 | 12 days ago | | | 0 | 0.00048521838 | |
| 21305937 | 12 days ago | | | 0 | 0.00049108496 | |
| 21305918 | 12 days ago | | | 0 | 0.00048437555 | |
| 21305899 | 12 days ago | | | 0 | 0.00047922247 | |
| 21305877 | 12 days ago | | | 0 | 0.00049594100 |
ABI
ABI objects
Getter at block 21394412
_totalSupply() view returns (uint256)
3333
baseURI() view returns (string)
https://jyuwhumeyxnfmsamsxkhft2gyuzil2ve7clktw5pyu5lcyqxv3pa.arweave.net/Tilj0YTF2lZIDJXUcs9GxTKF6qT4lqnbr8U6sWIXrt4/
batchSize() view returns (uint256)
100
merkleRoot() view returns (bytes32)
0xcb79f045a2c3dc7759058d1b8cd07cbcef63d39cc67850ff9fb56ee8b1ad20c3
mintLimit() view returns (uint256)
6
name() view returns (string)
CoveredVillage
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedURI() view returns (string)
owner() view returns (address)
0x42469d55a24b939165eaaa232471ebd99493cef7
prePrice() view returns (uint256)
5000000000000000
preSaleStart() view returns (bool)
true
pubPrice() view returns (uint256)
8000000000000000
pubSaleStart() view returns (bool)
false
revealed() view returns (bool)
true
royaltyAddress() view returns (address)
0x42469d55a24b939165eaaa232471ebd99493cef7
royaltyFee() view returns (uint96)
1000
symbol() view returns (string)
CV
tokenCount() view returns (uint256)
3333
totalSupply() view returns (uint256)
3334
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
walletOfOwner(address _address) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _mintAmount, address to)
preMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
pubMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setHiddenURI(string _newHiddenURI)
setLimit(uint256 newLimit)
setMerkleRoot(bytes32 _merkleRoot)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
switchPreSale(bool _state)
switchPubSale(bool _state)
switchReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawRevenueShare()
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.
This contract contains no error objects.