CompanionsNFT
Verified contract
Active on
Ethereum with 1,478 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 "CompanionsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20109356 | 5 months ago | | | 0 | 0.000065367276 | |
| 19831128 | 6 months ago | | | 0 | 0.00020042958 | |
| 19056352 | 10 months ago | | | 0 | 0.00038007346 | |
| 18925060 | a year ago | | | 0 | 0.00075640655 | |
| 18896341 | a year ago | | | 0 | 0.00061178537 | |
| 18582092 | a year ago | | | 0 | 0.00067335347 | |
| 17949011 | a year ago | | | 0 | 0.00076176420 | |
| 17944819 | a year ago | | | 0 | 0.00080899670 | |
| 17752676 | a year ago | | | 0 | 0.00032774759 | |
| 17032291 | 2 years ago | | | 0 | 0.0010190403 |
ABI
ABI objects
Getter at block 21249955
GIFT_SUPPLY() view returns (uint256)
50
MAX_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
2777
baseURI() view returns (string)
ipfs://QmUp6YB1mfA2kQzY4hcYcSm6s1tJ33gy5RYHuuXZYi9juW/
getOgPrice() view returns (uint256)
9000000000000000
getPrice() view returns (uint256)
9000000000000000
getTokenStatus() view returns (string)
Mint finished
name() view returns (string)
CompanionsNFT
owner() view returns (address)
0x2ecf82830ad405ca9e1786bf691d459f4f4c0583
symbol() view returns (string)
CompNFT
tokenStatus() view returns (uint8)
3
totalSupply() view returns (uint256)
784
Read-only
balanceOf(address owner) view returns (uint256)
freePerWallet(address) 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)
tokenURI(uint256 tokenId) view returns (string)
tokensPerWallet(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
gift(address to, uint256 amount)
mint(uint256 amount) payable
mint_free(uint256 amount, bytes32[] merkleProof) payable
mint_og(uint256 amount, bytes32[] merkleProof) payable
mint_whitelist(uint256 amount, bytes32[] merkleProof) 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 _BaseURI)
setMerkleRoots(bytes32 _flRoot, bytes32 _oglRoot, bytes32 _wlRoot)
setOgPrice(uint256 _OgPrice)
setPrice(uint256 _Price)
setTokenStatus(uint8 _Status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string _baseURI)
OgPriceChanged(uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 _price)
TokenStatusChanged(uint8 _tokenStatus)
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.