Rove Environments

Verified contract

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

No balances found for "Rove Environments"

0x1d93ffe5ba4cd4fa97bac858b48b11dff9b50e7e55a5b47be43dd96fda918d49
0x16915d35f12d229cfe6320f0d805e8cbbbd541ffa5caff14f4647b2570a31281
0x5f5aeab555a25f099ecf853ac751e44f03eff29729955c98f2995311232ed599
0x959eb4677ff172117aa4a9124bb8470fec83b28c6241cb5101ced825b36ba776
0x9adb09f4f08e1649992b9e05d8107be6035450eb8d2b83c2558ac64fec7ad6df
0x601e5d6bc4d0a7ef8c2ab2fc98d152405037d1a090d6c0308ec391e279e67a60
0xd45d6123f676d7b9992f4140abce03f7cd4109d2c813a6f2ec8d50691d49df64
0x1c3f8efeaf344a93344269986e06f3fd23c5371f75b8525eb47f8cbb50c7a752
0x51d22c66d0da2d2420473f5ebdb5abb663ab8348d929ef8f496f3c4717ecda35
0xcecad5c67e547e4a786ca2268267a5af7cb05aaca0909b7a15e94efb6f5eb43c

Functions
Getter at block 21260878
CREATOR_ROLE(view returns (bytes32)
0x828634d95e775031b9ff576b159a8509d3053581a8c9c4d7d86899e0afcd882f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION(view returns (string)
1
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
admin(view returns (address)
0x25ba272695b064f33b843c32834f847255ff25dc
getChainId(view returns (uint256)
1
getDomainSeperator(view returns (bytes32)
0x0e3facb56167376b0eeee14659b5159e3d9ad6cc5131fe8e996f9608eb68a108
name(view returns (string)
Rove Environments
newItemId(view returns (uint256)
49
operator(view returns (address)
0xf287d98a7b0823a49cfd20e250a251b97561c6ad
paused(view returns (bool)
false
proxyRegistryAddress(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
REs
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
creators(uint256view returns (address)
exists(uint256 _idview returns (bool)
getCreator(uint256 idview returns (address sender)
getMaxSupplyToken(uint256 _idview returns (uint256)
getNonce(address userview returns (uint256 nonce)
getPriceToken(uint256 _idview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address _owneraddress _operatorview returns (bool isOperator)
max_supply_tokens(uint256view returns (uint256)
price_tokens(uint256view returns (uint256)
royalties(uint256view returns (address recipientuint24 amountbool isValue)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenSupply(uint256view returns (uint256)
totalSupply(uint256 _idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
batchMint(address _touint256[] _idsuint256[] _quantitiesbytes _data
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
changeAdmin(address _newAdmin
changeOperator(address _newOperator
changePriceToken(uint256 _iduint256 _price
create(address _initialOwneruint256 _iduint256 _initialSupplystring _uribytes _datauint256 _priceuint256 _maxreturns (uint256)
createNFT(address recipientuint256 initialSupplystring tokenURIuint256 priceuint256 maxreturns (uint256)
executeMetaTransaction(address userAddressbytes functionSignaturebytes32 sigRbytes32 sigSuint8 sigVreturns (bytes)
grantRole(bytes32 roleaddress account
mint(address _touint256 _iduint256 _quantitybytes _data
mintBatch(address touint256[] idsuint256[] amountsbytes data
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setCreator(address _touint256[] _ids
setCustomURI(uint256 _tokenIdstring _newURI
setProxyRegistryAddress(address _proxyRegistryAddress
setTokenRoyalty(uint256 _tokenIdaddress _recipientuint256 _value
setURI(string _newURI
unpause(
userMint(address _touint256 _iduint256 _quantitybytes _datapayable 
withdraw(address _to
Events
AdminChanged(address previousaddress new_
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CreateEvent(address _initialOwneruint256 _iduint256 _initialSupplystring _uriaddress _operator
MetaTransactionExecuted(address userAddressaddress relayerAddressbytes functionSignature
MintEvent(address _touint256 _iduint256 _quantity
OperatorChanged(address previousaddress new_
Paused(address account
PriceChanged(uint256 _iduint256 previousuint256 new_
ProxyRegistryAddressChanged(address previousaddress new_
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(address adminaddress operator
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.