RentHedz by JeffJag

Verified contract

Proxy

Active on Ethereum with 667 txns
Deployed by via 0x4167afab at 15456357
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "RentHedz by JeffJag"

0xb308803b9f4a412fd4e68014b05ba8ff88650d02abbc5b1b5876ecbc54461ee8
0x5cbb0b0676e107302274d169d10046fe12a78abe9d68ebbd9c27c98190257dad
0x2f1f157b170eed6815bf84024173a4f7e2f9390331f0ba491c52874633928dde
0x547eec0351edcd960b7d56208bf1d0ee71ccdde0d091b487ff988be88eba6deb
0x720fa28cebfda5c02b1d99ce28dd32bd8d07f54447755481ae2b4a5f7cce291c
0x82b509b6f56842457fe0e22f65487e8e9aed38f8a9ae92d712df291cf8b76ff9
0xd831b1e29e8c31d541d9bdc67d20c9670e8921146bc983837c1cd3bddcd8eb0e
0xfc5ef18d6a21862d4884689e32c8ad9def79e46d044dffc0d72062a82b5da0fa
0x89eb420a630bfd86a79891faf883adace450c4e10ea6f4a1641c48889d510dc8
0x165a7e4ace88c61e8df8b6784aec138a960c969bdf66b58d659093e2ed58a0bf

Functions
Getter at block 20908609
maxAmount(view returns (uint256)
313
maxPerMint(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
name(view returns (string)
RentHedz by JeffJag
owner(view returns (address)
0xb02174badf199770564b0ca6113f08fa27b981aa
presaleActive(view returns (bool)
false
price(view returns (uint256)
30000000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
RENTHEDZ
totalRevenue(view returns (uint256)
9150000000000000000
totalSupply(view returns (uint256)
313
treasury(view returns (address)
0x11051159d47a54afda48c3ff4fdeb42b3128755a
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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