Cornerstone Companions

Verified contract

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

No balances found for "Cornerstone Companions"

0xb3e918f7b6baa9939d099eef244fda5f4623b7d161bcde349a0bdddf673e7711
0x053b39dd2742cde4c270f4cfb52b56a02beb98a9065d4f4526ce4a508b5e657f
0x1bb1a3456125444ad3ea046a949842da52f22c5445b8172ce2e4ee8392200bf1
0xd2f8a17c500bd84eedcb5184e569087f8ebaaced22c814d2dce797c70520f3e7
0xbbaa2074b23faa975987103a88f94edb69583a77c27a6d1619e1379b30bd17c3
From
0x5ee73405e894af0585459a824e4d726301f9d7e14882bc5d652bce0d718c2045
0x2537dca23e668e1a6b9187cb50a937cfa22e0f4fbf400a41ef52f8a9b75643d0
0x73147f98cab2363acc4ce04017d171090db1361d37d0ac6835269701a4152a59
0xda15bce952815184c836ce4a4040206872ba7975b6e5d906d2c86d148a4b4380
0x38b9d8e92a45f3ca8f571fc8e8ce120cd777f97f972a223d9f3963164e6686a1

Functions
Getter at block 20981693
MAX_SUPPLY(view returns (uint256)
5000
allowlistMerkleRoot(view returns (bytes32)
0x0a1a135fc03818b3032cff4e3f50ad8183124c2177644d183d8e6b2f28d0776e
isAllowlistMintActive(view returns (bool)
false
isPrioritylistMintActive(view returns (bool)
false
isPublicMintActive(view returns (bool)
false
name(view returns (string)
Cornerstone Companions
owner(view returns (address)
0x6d76421dbd4b6eb2b800411885add67216f4bdda
prioritylistMerkleRoot(view returns (bytes32)
0x64dc72bdebc90bcb38b86cb6063b63c0ced1502db0027a0e6c8584bf44977ec8
symbol(view returns (string)
COMPANIONS
totalSupply(view returns (uint256)
5000
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
airdrop(address[] recipientsuint256 quantity
allowlistMint(bytes32[] merkleProofuint256 quantityuint256 maxMintAmount
approve(address touint256 tokenIdpayable 
prioritylistMint(bytes32[] merkleProofuint256 quantityuint256 maxMintAmount
publicMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAllowlistMerkleRoot(bytes32 root
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsAllowlistMintActive(bool state
setIsPrioritylistMintActive(bool state
setIsPublicMintActive(bool state
setPrioritylistMerkleRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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
AllowlistMintNotActive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidProof(
MaxSupplyReached(
MintAmountExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PrioritylistMintNotActive(
PublicMintNotActive(
SenderNotEOA(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(