reepz

Verified contract

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

No balances found for "reepz"

0xc89462f209bbb167440261c0fe63034cb7298869851a7893daa4a0030cfef0ec
0xb6081c1c43a8a64dc8cf78254fe7e322e0ef6092bf7b851b9ce29b2cca5240f9
0xc2678706ec78423f7b8a653e3edab1eeb790a0f78082fe8876bd9d7dfd56f258
0x5a750f18fa8a0c84546d12e2da9ca1fbdb40c7f6bff0c86029f51cef725ace64
0xbd676813b604ebd9d426b45ae9118aa393f8995fab563744899a50eb0945c0e8
0x4f84f61213d4772326bcf83cf578c2d0c766561557cd7b13fce546add35209c5
0x9d8285246ef08d8699320a28996004bc8d7ebad28029eb811480bb6bcc8f6ae2
0xf1d6989d202f498612acee785e971d10fcf9d17a91602a20df1724e7dfb89668
0x3f0ce74058fcc7746657331ef96bbc8b9e6723915b59a5933af5f1efe22892d7
0x2608768c1da34fa6a000bb1195c718b346b16786e17a4cb210fcf3dec35e64cb

Functions
Getter at block 21207885
MAX_PER_WALLET_PUBLIC(view returns (uint256)
10
MAX_PER_WALLET_WL(view returns (uint256)
21
MAX_SUPPLY(view returns (uint256)
5000
MAX_TOTAL_PUBLIC(view returns (uint256)
5000
MAX_TOTAL_WL(view returns (uint256)
5000
baseURI(view returns (string)
ipfs://bafybeiaxksbdzocj5fxnfwp4f3q274tbhjad362fiqg6ptmua6klosxvcm/
merkleRootWL(view returns (bytes32)
0x6b9bb1ae0fb5c4be5464dea59253fd39f4ec2245a26fe03d9d86946da9bd25b4
name(view returns (string)
reepz
owner(view returns (address)
0xe33a0914ce4aeee168fdf32a8e2340655df9abd1
publicSalePrice(view returns (uint256)
0
sellingStep(view returns (uint8)
2
symbol(view returns (string)
reepz
totalReleased(view returns (uint256)
6260700000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5000
wlSalePrice(view returns (uint256)
0
Read-only
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)
priceWHITELIST(address _accountuint256 _quantityview returns (uint256)
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
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL
setMaxTotalPUBLIC(uint256 _MAX_TOTAL_PUBLIC
setMaxTotalWL(uint256 _MAX_TOTAL_WL
setMerkleRootWL(bytes32 _merkleRootWL
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[] _proofpayable 
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[] _teamSharesbytes32 _merkleRootWLstring _baseURI
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(