TheCrypt

Verified contract

Active on Ethereum with 7,345 txns
Deployed by via 0x745b85a1 at 18440272
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables

No balances found for "TheCrypt"

0xa816caecdda56e7fa91c739dd5b2b053a122d38b3ac8622e233630923c8da2e5
0x919dffe999ddedde245844f9980fb8ba1847864b4ae0e23322f8fd8e18b69b5a
0x62e1eed7c2a5189d91a48a8890872cb0aad5a015e628d2175d056260ed3f15f5
0x54472a27f4c4a41b6842a32811ef50ed545605bc1119bb2a126ce48e2671683b
0xc95c51356f9956d90ccd3faad0c8d1675abcb1d80594b357c65b8895bbeca122
0x716f2b18144a1537c549bc4e0fb0d50e356711f9b6951c32bdf55371ce2d4d88
0xaaf5ff058550d57f6acd9ea32f520d64b506b64d0b799b4ed1954b4a50863cb5
0x71d008e003353ebc6c6ff21d6caf860a53d77d06af84774b552e327702f9ae48
0x1a9eb2acad740d6ca583bb4972d8b75b7ff3b93a1da8491b9be45dd29a2cbe49
0x15f7df663799349b891ceb9bce6311f092ced9226cd29e4b6de981a92dff4e88

Functions
Getter at block 21157508
MAX_PER_WALLET_FREE(view returns (uint256)
1
MAX_PER_WALLET_OG(view returns (uint256)
9999
MAX_PER_WALLET_PUBLIC(view returns (uint256)
9999
MAX_PER_WALLET_WL(view returns (uint256)
9999
MAX_SUPPLY(view returns (uint256)
6666
MAX_TOTAL_PHASE(view returns (uint256)
6666
baseURI(view returns (string)
https://crypt.myfilebase.com/ipfs/QmYPgbPRJe8ymdPNaY3xv9bnCNNoHSGA86oTbp9zg2wh9U/
freeSalePrice(view returns (uint256)
0
merkleRootFREE(view returns (bytes32)
0x1c8d6bcd769efeaa2ac3159ac2c6591746cc9db21cb01c8bed42de9943d4bd43
merkleRootOG(view returns (bytes32)
0x513039ac8c62f4be67ffdb342a58aecd4179ed22d71989e31fc805150c1e81c9
merkleRootWL(view returns (bytes32)
0xcb8f94faf1bc18076698f7df8bbc18d8b97b10e55e333b8d0f3bb4fcee7ba264
name(view returns (string)
TheCrypt
ogSalePrice(view returns (uint256)
19000000000000000
owner(view returns (address)
0x3303c4350259c2b8f3c560b2ec70ad3ed87a5e72
publicSalePrice(view returns (uint256)
19000000000000000
sellingStep(view returns (uint8)
1
symbol(view returns (string)
CRYPT
totalReleased(view returns (uint256)
120442000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
6666
wlSalePrice(view returns (uint256)
19000000000000000
Read-only
amountNFTsperWalletFREE(addressview returns (uint256)
amountNFTsperWalletOG(addressview returns (uint256)
amountNFTsperWalletPUBLIC(addressview returns (uint256)
amountNFTsperWalletWL(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
calculateRoyalty(uint256 _salePriceview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
gift(address _touint256 _quantity
lowerSupply(uint256 _MAX_SUPPLY
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURI
setFREESalePrice(uint256 _freeSalePrice
setMaxPerWalletFREE(uint256 _MAX_PER_WALLET_FREE
setMaxPerWalletOG(uint256 _MAX_PER_WALLET_OG
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL
setMaxTotalPHASE(uint256 _MAX_TOTAL_PHASE
setMerkleRootFREE(bytes32 _merkleRootFREE
setMerkleRootOG(bytes32 _merkleRootOG
setMerkleRootWL(bytes32 _merkleRootWL
setOGSalePrice(uint256 _ogSalePrice
setPublicSalePrice(uint256 _publicSalePrice
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setStep(uint256 _step
setWLSalePrice(uint256 _wlSalePrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofuint256 _whitelistpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint96 _royaltyFeesInBipsaddress[] _teamuint256[] _teamSharesstring _baseURIaddress _initialOwner
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
FailedInnerCall(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SafeERC20FailedOperation(address token
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(