Renascence

Verified contract

Active on Ethereum with 1,586 txns
Deployed by via 0x01563df5 at 15973593
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Renascence"

0x6eece2473c539a6ed5e52e44d74177723fb1e22f48be67f54f076d452fbc4b46
0x7146c2880db3d5833721bcd1c90b13f32e6513958441fd3834f8be68d7c166f2
0xb6caab6df67496354cd212abdf78c35fe86380423774473927fa1495c2a9f9f3
0x380f61653659d8257f5e56851fb58ef79ac62543ec19d16e4184b9461a9d369a
0x476d2465ea50d198dfe517de793f5c083f341bc6a9708e1c97db320768664385
0x2cb29b644c722c7a9d765237371a5c263a866d31bc03e3595186a34536c30d80
0xcbd0b301190246e17a1091342e00e75c95c44fe14fcac05461d2680276c2dfd0
0xd279067516c30e54016357b20048f311fc9a824c3473f9c88db0952b194e17f1
0x687bd78cb9987349487f611277a7545606c5f94f583b5fb588ebdb67508c05a4
0x55e66e32963be46ceb96b7103f815f9258c4fdcd18d0c99c712625676849ce74

Functions
Getter at block 21415824
_contractURI(view returns (string)
baseURI(view returns (string)
ipfs://QmP9XRepUVQSTWdv1Tkd5nbpGEzvaF6ihAWUp2PuaCio1D/
contractURI(view returns (string)
maxMint(view returns (uint256)
4
maxSupply(view returns (uint256)
4096
maxWallet(view returns (uint256)
4
mintingIsActive(view returns (bool)
false
name(view returns (string)
Renascence
owner(view returns (address)
0xf8254f25e037b6c1db7d1c8692335e682dfe163a
reservedTokens(view returns (bool)
true
symbol(view returns (string)
Renascence
teamReserve(view returns (uint256)
96
totalSupply(view returns (uint256)
4096
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicBalance(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintPublic(uint256 numberOfTokenspayable 
renounceOwnership(
reserveTokens(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setContractURI(string URI
toggleMinting(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(