Diamond
Verified contract
Proxy
Active on
Ethereum with 9,644 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($1,474.88)
Native
Value
$1,474.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.461428 | $3,196.34 |
$1,474.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152533 | 16 hours ago | | | 0 | 0.00047456494 | |
| 21146136 | 2 days ago | | | 0 | 0.00052636447 | |
| 21117093 | 6 days ago | | | 0 | 0.0017553034 | |
| 21074133 | 12 days ago | | | 0 | 0.0016319497 | |
| 21071188 | 12 days ago | | | 0 | 0.00052058566 | |
| 21066012 | 13 days ago | | | 0 | 0.0027281319 | |
| 21058784 | 14 days ago | | | 0 | 0.00036032398 | |
| 20999132 | 22 days ago | | | 0 | 0.00052082555 | |
| 20956322 | a month ago | | | 0 | 0.00046597933 | |
| 20915607 | a month ago | | | 0 | 0.0027788766 |
ABI
ABI objects
Getter at block 21157397
manager() view returns (address)
0x3df87ac0977b206cd5626e74d8854fbf2dcdc3ed
oncyber() view returns (address)
0xe98bc415f305e94e7fb82e8c5a366d0168b416c3
totalSupply() view returns (uint256)
237
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)
constructor(struct IDiamondCutFacetCut[] _diamondCut, struct DiamondDiamondArgs _args)
fallback()
receive()
This contract contains no error objects.