C-01 Official Collection
Verified contract
Active on
Ethereum with 25,285 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 "C-01 Official Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168536 | 9 hours ago | | | 0 | 0.0014256640 | |
| 21138367 | 5 days ago | | | 0 | 0.00085593691 | |
| 21138367 | 5 days ago | | | 0 | 0.0015057345 | |
| 21098603 | 10 days ago | | | 0 | 0.00012496345 | |
| 21078508 | 13 days ago | | | 0 | 0.00072335934 | |
| 21070423 | 14 days ago | | | 0 | 0.00045551325 | |
| 21070387 | 14 days ago | | | 0 | 0.00048325754 | |
| 21045097 | 18 days ago | | | 0 | 0.00057602724 | |
| 21045093 | 18 days ago | | | 0 | 0.00054310055 | |
| 21006845 | 23 days ago | | | 0 | 0.00027940702 |
ABI
ABI objects
Getter at block 21171231
BUY_LIMIT_PER_TX() view returns (uint256)
2
MAX_NFT_PUBLIC() view returns (uint256)
8728
NFTPrice() view returns (uint256)
250000000000000000
WHITELIST_MAX_MINT() view returns (uint256)
2
giveawayCount() view returns (uint256)
145
isActive() view returns (bool)
true
isPresaleActive() view returns (bool)
true
name() view returns (string)
C-01 Official Collection
owner() view returns (address)
0xd7b6c1a46e76400a6b227703a8f5667fd7514475
reveal() view returns (bool)
true
root() view returns (bytes32)
0xe6a5c2163eb8030549d7019e31ffc0add1ae90078d48a42691a8e24d8530352a
symbol() view returns (string)
C-01
totalSupply() view returns (uint256)
8888
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)
verify(bytes32[] proof, bytes32 leaf) view returns (bool)
whiteListClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintByOwner(address _to, uint256 _tokenId)
mintMultipleByOwner(address[] _to, uint256[] _tokenId)
mintNFT(uint256 _numOfTokens) payable
mintNFTDuringPresale(uint256 _numOfTokens, bytes32[] _proof) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintActive(bool _isActive)
setIsActive(bool _isActive)
setPresaleActive(bool _isActive)
setRoot(uint256 _root)
setURIs(string _blindURI, string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.