Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f2a…514e
0x0000…cd4e
Balances ($0.00)
No balances found for "genR5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160088 | 8 days ago | | | 0 | 0.0011584342 | |
| 21085258 | 19 days ago | | | 0 | 0.00051691529 | |
| 21048289 | 24 days ago | | | 0 | 0.00017299495 | |
| 21042054 | 25 days ago | | | 0 | 0.00053640596 | |
| 20750914 | 2 months ago | | | 0 | 0.00026395626 | |
| 20712445 | 2 months ago | | | 0 | 0.00015410363 | |
| 20684874 | 2 months ago | | | 0 | 0.00042911187 | |
| 20649611 | 3 months ago | | | 0 | 0.000069008661 | |
| 20649135 | 3 months ago | | | 0 | 0.000083136179 | |
| 20524942 | 3 months ago | | | 0 | 0.00010151981 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to, uint256 tokenId, string _tokenURI)
redeem(address redeemer, struct genR5NFTVoucher voucher) payable returns (uint256)
redeemWithGelato(address redeemer, struct genR5NFTVoucher voucher) payable returns (uint256)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperatorFilterRegistry()
revokeRole(bytes32 role, address account)
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)
setGelatoActive(bool active)
setMaxByOwner(uint256 max)
setMinimumFundToKeep(uint256 amount)
setupRoyalties(address addr, uint256 bps)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw(uint256 amount)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 bps)
receive()
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()