OnCyberCommunityFactoryFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
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 "OnCyberCommunityFactoryFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OnCyberCommunityFactoryFacet"
ABI
ABI objects
Getter at block 21157397
manager() view returns (address)
0x0000000000000000000000000000000000000000
oncyber() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
accountsByToken(uint256 id) view returns (address[])
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
dropMintCounter(uint256 _tokenId, address _minter) view returns (uint256)
getDrop(uint256 _tokenId) view returns (uint256 timeStart, uint256 timeEnd, uint256 price, uint256 amountCap, uint256 shareCyber, address creator, uint256 minted)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minterNonce(address _minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokensByAccount(address account) view returns (uint256[])
totalHolders(uint256 id) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events createDrop(string _uri, uint256 _timeStart, uint256 _timeEnd, uint256 _price, uint256 _amountCap, uint256 _shareCyber, bytes _signature) returns (uint256 tokenId)
initialize(string _uri, address _manager, address _trustedForwarder, address _opensea, address _oncyber)
mint(uint256 _tokenId, uint256 _quantity, bytes _signature) payable returns (bool success)
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 status)
updateDrop(uint256 _tokenId, string _uri, uint256 _timeStart, uint256 _timeEnd)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DropCreated(address indexed account, uint256 indexed tokenId)
DropUpdated(address indexed account, uint256 indexed tokenId)
Minted(address indexed account, uint256 indexed tokenId, uint256 indexed amount)
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 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.