Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "reepz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207494 | an hour ago | | | 0 | 0.00050257960 | |
| 21207488 | an hour ago | | | 0 | 0.00050943070 | |
| 21206981 | 3 hours ago | | | 0 | 0.00034911907 | |
| 21201670 | 21 hours ago | | | 0 | 0.00070650947 | |
| 21192860 | 2 days ago | | | 0 | 0.00071995493 | |
| 21183577 | 3 days ago | | | 0 | 0.0012595396 | |
| 21179233 | 4 days ago | | | 0 | 0.0039077789 | |
| 21179202 | 4 days ago | | | 0 | 0.0039739197 | |
| 21179158 | 4 days ago | | | 0 | 0.0023743915 | |
| 21179144 | 4 days ago | | | 0 | 0.0033482510 |
ABI
ABI objects
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(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
priceWHITELIST(address _account, uint256 _quantity) view returns (uint256)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, bytes32 _merkleRootWL, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()