SourceCodetoFreedom

Verified contract

Active on Ethereum with 341 txns
Deployed by via 0x8839f577 at 16250339
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "SourceCodetoFreedom"

0xd4ea5ba975ea8c498ece2c92994f1e00e25e26e3bdb044925c3c0422ea3a99a0
0x99627ec5cf352dd4e2165471c4c31fc3ae8b4c6c59facf5685927a29f562f162
0xb5372a57ac8da0b9968d6e1a15893da2eb68843d5fd89a01837a4b353e50b702
0xb66ee533ae4d493a68b08c9cd81e79463e9be1791774e988c9795318281c369f
0x8fa40cdf51f4842b81c7786845e82ae50f77e2e9c73588f83eb9f5edbadd3f56
0xec5d2b930edcb60e163dbf6b4ac2765ddabac612643d9a2b9f05777d4d4447e7
0x2106a0f58cb28cec3e9d3ea00bd86ff714e6b996b86d8912a7e0e22624ca4248
0x1210be47341fe4e31951764e2827a32b90d6d6b0348d344cfc5b9d455cfe697f
0x158fb4a7bd2383d6a47d22ec643d4d234a92c161586c049e0367882bd5e38e51
0x91d0499d941815247bf670eabd44cadfbc0403d69827b9c035acb414800e2300

Functions
Getter at block 21287745
WLmaxLimitPerWallet(view returns (uint256)
30
cost(view returns (uint256)
15000000000000000
hiddenMetadataUri(view returns (string)
https://bafybeie4awbdgcjmptwo37ivtpk3ktrdjustdr7k4ylkvq5gpf743scyqa.ipfs.nftstorage.link/Unrevealed.json
maxLimitPerWallet(view returns (uint256)
80
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
333
merkleRoot(view returns (bytes32)
0x94ac86c657dcfbaa23d4c2cdda6827f52c4df39b7ad87edc8ce12c7acfb019b1
name(view returns (string)
SourceCodetoFreedom
owner(view returns (address)
0x26ccf273a1f5eae3b7fbf30c9db7a551c6a44864
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
SCTF
totalSupply(view returns (uint256)
333
uriPrefix(view returns (string)
https://ipfs.io/ipfs/bafybeigl7v4vbm2ojegwgkwweszz3byq6ulhls7yqfzesha44tmqc3aftq/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
WLwalletMints(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
walletMints(addressview returns (uint256)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWLmaxLimitPerWallet(uint256 _WLmaxLimitPerWallet
setWhitelistMintEnabled(bool _state
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(