Rove Environments
Verified contract
Active on
Ethereum with 1,599 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 "Rove Environments"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20929246 | 2 months ago | | | 0 | 0.0025905025 | |
| 20452850 | 4 months ago | | | 0 | 0.000064859000 | |
| 20197623 | 5 months ago | | | 0 | 0.00011626430 | |
| 20149753 | 5 months ago | | | 0 | 0.00026406177 | |
| 20142150 | 5 months ago | | | 0 | 0.00023639322 | |
| 20086013 | 5 months ago | | | 0 | 0.00033039260 | |
| 20066037 | 5 months ago | | | 0 | 0.00030715305 | |
| 19897652 | 6 months ago | | | 0 | 0.000097441960 | |
| 19477049 | 8 months ago | | | 0 | 0.0017246985 | |
| 17530837 | a year ago | | | 0 | 0.00082626586 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
creators(uint256) view returns (address)
exists(uint256 _id) view returns (bool)
getCreator(uint256 id) view returns (address sender)
getMaxSupplyToken(uint256 _id) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
getPriceToken(uint256 _id) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
max_supply_tokens(uint256) view returns (uint256)
price_tokens(uint256) view returns (uint256)
royalties(uint256) view returns (address recipient, uint24 amount, bool isValue)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
changeAdmin(address _newAdmin)
changeOperator(address _newOperator)
changePriceToken(uint256 _id, uint256 _price)
create(address _initialOwner, uint256 _id, uint256 _initialSupply, string _uri, bytes _data, uint256 _price, uint256 _max) returns (uint256)
createNFT(address recipient, uint256 initialSupply, string tokenURI, uint256 price, uint256 max) returns (uint256)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) returns (bytes)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCreator(address _to, uint256[] _ids)
setCustomURI(uint256 _tokenId, string _newURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setTokenRoyalty(uint256 _tokenId, address _recipient, uint256 _value)
setURI(string _newURI)
unpause()
userMint(address _to, uint256 _id, uint256 _quantity, bytes _data) payable
withdraw(address _to)
AdminChanged(address previous, address new_)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CreateEvent(address _initialOwner, uint256 _id, uint256 _initialSupply, string _uri, address _operator)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintEvent(address _to, uint256 _id, uint256 _quantity)
OperatorChanged(address previous, address new_)
Paused(address account)
PriceChanged(uint256 _id, uint256 previous, uint256 new_)
ProxyRegistryAddressChanged(address previous, address new_)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address admin, address operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.