RenewAland Collective
Verified contract
Active on
Ethereum with 133 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 "RenewAland Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15772214 | 2 years ago | | | 0 | 0.00082403389 | |
| 15657946 | 2 years ago | | | 0 | 0.00030527811 | |
| 15657800 | 2 years ago | | | 0 | 0.00035986283 | |
| 15597083 | 2 years ago | | | 0 | 0.00042677700 | |
| 15594225 | 2 years ago | | | 0 | 0.00026185493 | |
| 15592185 | 2 years ago | | | 0 | 0.00029470885 | |
| 15592062 | 2 years ago | | | 0 | 0.00042897892 | |
| 15591894 | 2 years ago | | | 0.05 | 0.00048966537 | |
| 15591879 | 2 years ago | | | 0 | 0.00031942586 | |
| 15591873 | 2 years ago | | | 0.01 | 0.00047343268 |
ABI
ABI objects
Getter at block 21330773
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmWkS7jhfVfkingJFwPsjSGn9Sr7Vw3JFdu8cG3tmWfjER
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
600
name() view returns (string)
RenewAland Collective
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc81a766a80c94aa6ad71d7ada852c88fe01e519d
price() view returns (uint256)
10000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
GREEN
totalSupply() view returns (uint256)
590
whitelistMerkleRoot() view returns (bytes32)
0xf551eb4849bc8311f17ebc171e7e5e06477c2aec2445081d2922165a312d3772
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
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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setPublicPaused(bool paused)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
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.
This contract contains no error objects.