RiverBoxImplV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
28 additional
variables
Balances ($0.00)
No balances found for "RiverBoxImplV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RiverBoxImplV2"
ABI
ABI objects
Getter at block 20808462
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI() view returns (string)
boxPrice() view returns (uint256)
0
devAddress() view returns (address)
0x0000000000000000000000000000000000000000
devShare() view returns (uint8)
0
funderAddress() view returns (address)
0x0000000000000000000000000000000000000000
fuseLock() view returns (bool)
false
implementationVersion() pure returns (string)
2.0.0
marketAddress() view returns (address)
0x0000000000000000000000000000000000000000
marketShare() view returns (uint8)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pawnsStock() view returns (uint256)
0
randomGeneratorAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalClaimableAmount() view returns (uint256)
0
totalReferrerContrib() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
allInfo(uint256 tokenId) view returns (struct IRiverBoxV2Product, address, string)
balanceOf(address owner) view returns (uint256)
batchStockInfo(uint256 startIndex, uint256 length) view returns (uint256[], uint256[])
claimableAmountMapping(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
paidBoxes(address) view returns (uint256)
referrerContrib(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenDetail(uint256 tokenId) view returns (struct IRiverBoxV2Product)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receivers)
approve(address to, uint256 tokenId)
batchSetPawnLocationStock(uint16[] locationIds, uint16[] locationIdStocks)
buy(uint256 quality, address referrer) payable
grantRole(bytes32 role, address account)
initialize(uint256 _boxPrice, string _name, string _symbol, string _initBaseURI, address _proxyRegistryAddress)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
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 newBaseURI)
setBoxPrice(uint256 newPrice)
setRandomGenerator(address newAddress)
setShare(address _funderAddress, address _devAddress, address _marketAddress, uint8 _devShare, uint8 _marketShare)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unPause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
BoxAwarded(address indexed payer, uint256 indexed tokenId, uint256 eventTime)
BoxPriceChanged(uint256 indexed from, uint256 indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.