genR5

Verified contract

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

No balances found for "genR5"

0xad3ca8e82f66758d53c97d0f84f7930604871846bbd7b330c0e819e6bd486f4a
0xbc0fd5eb38c9dd311f3fc7c3e63431543397a28c1ee376daf2265dd88a886485
0xbb7e9b88be7b48a0c4217e8128c20d5a3b00b16207a0b8dbea299099493c03a6
0x00bad7cc24310788cc5f1706d1af714e7e0f2847fd23f1123c4e7bb8a4640bc5
0x3bd550e247bf654aeee568eccc6882a9c7c33b66026b9c9a3fe2c90df50fa8fd
0xb88b457c6220da5effecc31009c36a9f8144cef831387f38c677b0178cd016aa
0x3ecd1c082863d94bfca3f75f04691ad549d55fbd21600d438550686797e4e0cf
0xecb76efaeaaf1b83e85dc447cf768890b190398762aa32c4b82ecd0a27b8c639
0x4ff3da3df9acea7d28ba6b1b85420f3dc707d8c1a49df4e2e9f647c119fd54ce
0x87c7e422bcad9bb12794344d08e0f5efc13e5782f208c6b8e8b5ce362fc635b1

Functions
Getter at block 21218049
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
WITHDRAWER_ROLE(view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
availableToWithdraw(view returns (uint256)
2279612803624357342
contractURI(view returns (string)
https://metadata.nft.renault.com/contract.json
getChainID(view returns (uint256)
1
isOperatorFilterRegistryRevoked(view returns (bool)
false
name(view returns (string)
genR5
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x7055a6fc9a3311b749c98feef1e70fde983facfd
symbol(view returns (string)
genR5
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFeeBps(uint256view returns (uint256[] bps)
getFeeRecipients(uint256view returns (address[] recipients)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoyalties(uint256view returns (address[] recipientsuint256[] bps)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
mint(address touint256 tokenIdstring _tokenURI
redeem(address redeemerstruct genR5NFTVoucher voucherpayable returns (uint256)
redeemWithGelato(address redeemerstruct genR5NFTVoucher voucherpayable returns (uint256)
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeOperatorFilterRegistry(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setContractURI(string _URI
setGelatoActive(bool active
setMaxByOwner(uint256 max
setMinimumFundToKeep(uint256 amount
setupRoyalties(address addruint256 bps
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 bps
Fallback and receive
receive(
Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(