Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

OnCyberCommunityFactoryFacet

Verified contract

Implementation

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

No balances found for "OnCyberCommunityFactoryFacet"

No transactions found for "OnCyberCommunityFactoryFacet"


Functions
Getter at block 21157397
manager(view returns (address)
0x0000000000000000000000000000000000000000
oncyber(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
Read-only
accountsByToken(uint256 idview returns (address[])
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
dropMintCounter(uint256 _tokenIdaddress _minterview returns (uint256)
getDrop(uint256 _tokenIdview returns (uint256 timeStartuint256 timeEnduint256 priceuint256 amountCapuint256 shareCyberaddress creatoruint256 minted)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
minterNonce(address _minterview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokensByAccount(address accountview returns (uint256[])
totalHolders(uint256 idview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
createDrop(string _uriuint256 _timeStartuint256 _timeEnduint256 _priceuint256 _amountCapuint256 _shareCyberbytes _signaturereturns (uint256 tokenId)
initialize(string _uriaddress _manageraddress _trustedForwarderaddress _openseaaddress _oncyber
mint(uint256 _tokenIduint256 _quantitybytes _signaturepayable returns (bool success)
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool status
updateDrop(uint256 _tokenIdstring _uriuint256 _timeStartuint256 _timeEnd
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DropCreated(address indexed accountuint256 indexed tokenId
DropUpdated(address indexed accountuint256 indexed tokenId
Minted(address indexed accountuint256 indexed tokenIduint256 indexed amount
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.