ConansCircle
Verified contract
Active on
Ethereum with 3,040 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 "ConansCircle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909984 | a year ago | | | 0 | 0.00052526948 | |
| 18909568 | a year ago | | | 0 | 0.00049161303 | |
| 17782308 | a year ago | | | 0 | 0.00081035701 | |
| 17782308 | a year ago | | | 0 | 0.0011877080 | |
| 17515825 | a year ago | | | 0 | 0.0010618394 | |
| 17486612 | a year ago | | | 0 | 0.00056341795 | |
| 17066434 | 2 years ago | | | 0 | 0.0016829485 | |
| 16801170 | 2 years ago | | | 0 | 0.0023747939 | |
| 16736972 | 2 years ago | | | 0 | 0.0012882964 | |
| 16589766 | 2 years ago | | | 0 | 0.0010715156 |
ABI
ABI objects
Getter at block 21213630
getIsPublicMintStarted() view returns (bool)
false
isPaused() view returns (bool)
false
isPublicMintStarted() view returns (bool)
false
isWhitelistMintStarted() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x3737d85b60a0886f426bddf3451a029dddc588108a7132c96ab7eeb049a3411c
name() view returns (string)
ConansCircle
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x17f3c41eef2e55c8b3969b958ee04d3417f9a699
symbol() view returns (string)
CONAN
totalSupply() view returns (uint256)
2600
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)
presaleAddressMintCount(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
cashout()
devMint(uint32 qty)
mint(uint256 amount) payable
mintPresale(bytes32[] proof, uint256 amount) payable
pause()
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)
setCashout(address addr) returns (address)
setMaxMint(uint256 maxMint)
setMerkleRoot(bytes32 root)
setPublicMint(bool value)
setPublicPrice(uint256 price)
setWhitelistMint(bool value)
setWhitelistPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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.
This contract contains no error objects.