Crypto Doctors
Verified contract
Active on
Ethereum with 6,763 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 "Crypto Doctors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748036 | 2 months ago | | | 0 | 0.000099509914 | |
| 20649544 | 3 months ago | | | 0 | 0.000057797211 | |
| 20248372 | 5 months ago | | | 0 | 0.00010408373 | |
| 20248371 | 5 months ago | | | 0 | 0.00010465168 | |
| 20194727 | 5 months ago | | | 0 | 0.000071879810 | |
| 20062844 | 5 months ago | | | 0 | 0.00078759108 | |
| 19812487 | 7 months ago | | | 0 | 0.00033827255 | |
| 19756628 | 7 months ago | | | 0 | 0.00023984521 | |
| 19700428 | 7 months ago | | | 0 | 0.00027292055 | |
| 19526702 | 8 months ago | | | 0 | 0.0022145654 |
ABI
ABI objects
Getter at block 21262203
_baseTokenURI() view returns (string)
https://cryptodoctors.io/doctors/metamadness/
_isPublicMintEnabled() view returns (bool)
true
_maxSupply() view returns (uint256)
7008
_mintCost() view returns (uint256)
5000000000000000
_tokenIds() view returns (uint256 _value)
7007
getCost() view returns (uint256)
5000000000000000
getCurrentSupply() view returns (uint256)
7007
getMintStatus() view returns (bool)
true
name() view returns (string)
Crypto Doctors
owner() view returns (address)
0xc3e1431bb86cdb07570c5f5efdc1b2939625070c
symbol() view returns (string)
CD
totalSupply() view returns (uint256)
7008
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalForWithdraw()
setBaseTokenURI(string __baseTokenURI)
setCost(uint256 cost)
setMaxSupply(uint256 max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.