CryptoCrooksDAO
Verified contract
Active on
Ethereum with 215 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x54bc…abec
Balances ($204.97)
Native
Value
$204.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.064 | $3,202.70 |
$204.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16252505 | 2 years ago | | | 0 | 0.00057247527 | |
| 16218929 | 2 years ago | | | 0 | 0.00058368842 | |
| 16115209 | 2 years ago | | | 0 | 0.0010597934 | |
| 16115201 | 2 years ago | | | 0 | 0.0010200169 | |
| 16115155 | 2 years ago | | | 0 | 0.00059669186 | |
| 16115122 | 2 years ago | | | 0 | 0.00058212273 | |
| 16115114 | 2 years ago | | | 0 | 0.0011872353 | |
| 16115100 | 2 years ago | | | 0 | 0.0012342406 | |
| 16115061 | 2 years ago | | | 0 | 0.00069474824 | |
| 16115047 | 2 years ago | | | 0 | 0.00052179287 |
ABI
ABI objects
Getter at block 21185150
CROOKS_PROVENANCE() view returns (string)
QmSanNhFYjEVFMVR4pi1CrksoBhnSYXoxYmbydga1pSYjf
LICENSE_TEXT() view returns (string)
ALL RIGHTS TO TOKEN HOLDER
MAX_CROOKS() view returns (uint256)
5000
baseURI() view returns (string _uri)
https://www.cryptocrooks.io/api/
changeCrookNamePrice() view returns (uint256)
10000000000000000
changeCrookScenePrice() view returns (uint256)
10000000000000000
crookPresalePrice() view returns (uint256)
50000000000000000
crookPresaleReserve() view returns (uint256)
176
crookPrice() view returns (uint256)
80000000000000000
crookReserve() view returns (uint256)
351
daoShare() view returns (uint256)
80
daoVaultAddress() view returns (address)
0x54bc506b4eb3570522c062539b35e5b61853abec
maxCrookPurchase() view returns (uint256)
10
merkleTreeRoot() view returns (bytes32)
0xf9b5a6c94120767bee0c143fc3342d974d577d3ebf3542daa9c1cffe681ef977
name() view returns (string)
CryptoCrooksDAO
nftBaseURI() view returns (string)
https://www.cryptocrooks.io/api/
owner() view returns (address)
0xb04c64e6c8362f228458654701cc42bcf38dee6b
preSaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CROOK
totalSupply() view returns (uint256)
344
Read-only
balanceOf(address owner) view returns (uint256)
crookNames(uint256) view returns (string)
crookNamesOfOwner(address _owner) view returns (string[])
crookScenes(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getCrookName(uint256 _tokenId) view returns (string)
getCrookScene(uint256 _tokenId) view returns (string)
hasClaimed(address) view returns (bool)
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
verify(uint256 _amount, bytes32[] _proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeCrookName(uint256 _tokenId, string _name) payable
changeCrookScene(uint256 _tokenId, string _scene) payable
changeLicense(string _license)
claimPreSaleNFT(uint256 _amount, bytes32[] _proof) payable
flipPreSaleState()
flipSaleState()
lockLicense()
mintNFT(uint256 _amount) payable
mintTeamReserveNFTs(uint256 _reserveAmount)
mintTeamReserveNFTsToAddress(address _address, uint256 _reserveAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDaoVaultAddress(address _daoVaultAddress)
setProvenanceHash(string _provenanceHash)
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)
CrookNameChanged(address _by, uint256 _tokenId, string _name)
CrookSceneChanged(address _by, uint256 _tokenId, string _name)
DaoVaultAddressChanged(address _to)
DaoVaultFunded(uint256 amount)
LicenseIsLocked(string _licenseText)
MintNFT(address _by, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleActivated(bool isActive)
PreSaleClaimed(address _by, uint256 _amount)
SaleActivated(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleTreeRoot, address _daoVaultAddress, string _nftBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.