Renascence
Verified contract
Active on
Ethereum with 1,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Renascence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19951862 | 7 months ago | | | 0 | 0.00016319923 | |
| 19611569 | 8 months ago | | | 0 | 0.0017975354 | |
| 18866722 | a year ago | | | 0 | 0.00027509141 | |
| 18786470 | a year ago | | | 0 | 0.0013801083 | |
| 18786369 | a year ago | | | 0 | 0.0012738013 | |
| 18786345 | a year ago | | | 0 | 0.0011920574 | |
| 18786235 | a year ago | | | 0 | 0.0013597790 | |
| 18048607 | a year ago | | | 0 | 0.00049354244 | |
| 18022589 | a year ago | | | 0 | 0.0028712559 | |
| 17893198 | a year ago | | | 0 | 0.0013452629 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()