Companion
Verified contract
Active on
Ethereum with 1,907 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 "Companion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19554872 | 8 months ago | | | 0 | 0.00049601612 | |
| 19178485 | 10 months ago | | | 0 | 0.0022338003 | |
| 19141552 | 10 months ago | | | 0 | 0.00070161971 | |
| 18932971 | a year ago | | | 0 | 0.00089960412 | |
| 18920854 | a year ago | | | 0 | 0.00062674551 | |
| 18920853 | a year ago | | | 0 | 0.00062916124 | |
| 18282548 | a year ago | | | 0 | 0.00018502446 | |
| 18198990 | a year ago | | | 0 | 0.00034633297 | |
| 17589929 | a year ago | | | 0 | 0.0010792351 | |
| 17454418 | a year ago | | | 0 | 0.00077251393 |
ABI
ABI objects
Getter at block 21260386
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 owner) view returns (uint256)
claimedTokenIds(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isUserWhitelisted(address _user, bytes _signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
beginSales()
claim(uint256[] _ownedTokenIds)
freezeURI()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(uint256 _quantity, bytes signature) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()