Companion

Verified contract

Active on Ethereum with 1,907 txns
Deployed by via 0xc2792bc5 at 14598265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Companion"

0xacec43a5a7db6c51a03dea8be383cf7a93a14e2ecbf43576003e7f78aa65d6f0
0x95d8044dc65d2da95a5797f1d7d01605f7dec69398b87dd4022db72a517b0560
0x5b8ce90b4e40384c22269f6080859679669eb691fa61ecbca11967faebd65c7f
0x4b8b2edc2d6b020977121382f2d15efa1d88d9d5c23dff2da69d28db72f0bf54
0x020d8813ce0edf5ed5741a399cdc991b3fbf0c7092cb3b1459beb041ab8913f7
0xa98451f5bc7f789980d844a8c0ef1ccb9a206c400a65679c4b2d28b62e59dd93
0xe63fe2711a54a2ee2bf982ce24fb4f1d1feef99fe664a7ef7c382bbee95cb5e0
0x2a86e6c68e29e7598f0bde08c55bc4c52da7ceefe43a34eccc4bd901caaafeb7
0x1b9c8f976d3839e5270a68103b747e097781f4301713556ce221416b5fd62312
0xd6720d2159bdc436216c1addf9e4756a35db2b55e57db3d7a6bdab1124e00aec

Functions
Getter at block 20791243
MAX_TX_LIMIT(view returns (uint256)
20
baseExtension(view returns (string)
.json
claimMintEnabled(view returns (bool)
false
cost(view returns (uint256)
5000000000000000
isPublicSale(view returns (bool)
true
isURIFrozen(view returns (bool)
false
isWhitelistSale(view returns (bool)
false
maxClaimSupply(view returns (uint256)
3333
maxSupply(view returns (uint256)
4781
maxWhitelistSupply(view returns (uint256)
20
mintedByClaim(view returns (uint256)
604
mintedByWhitelist(view returns (uint256)
2
name(view returns (string)
Companion
nft(view returns (address)
0xa00108f4cfb6400d43c911af0d7a3422f7c011e5
owner(view returns (address)
0x4704a6507ed359f78f1c0280359f9a72afe6b02f
symbol(view returns (string)
CMP
tokensStillReserved(view returns (bool)
false
totalSupply(view returns (uint256)
4781
whitelistLimit(view returns (uint256)
1
wlCost(view returns (uint256)
15000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
claimedTokenIds(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUserWhitelisted(address _userbytes _signatureview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
beginSales(
claim(uint256[] _ownedTokenIds
freezeURI(
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string newURI
setCost(uint256 _cost
setMaxSupply(uint256 _maxSupply
setSignatureVerifier(address newVerifier
setWhitelistCost(uint256 _cost
setWhitelistLimit(uint256 _whitelistLimit
toggleClaimStatus(bool _claimMintStatus
togglePreSale(
togglePublicSale(
toggleSwitch(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListMint(uint256 _quantitybytes signaturepayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(