DegeninoBox
Verified contract
Active on
Ethereum with 344 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 "DegeninoBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947667 | 2 months ago | | | 0 | 0.00024093744 | |
| 20947666 | 2 months ago | | | 0 | 0.00024171160 | |
| 20947665 | 2 months ago | | | 0 | 0.00024171160 | |
| 20947663 | 2 months ago | | | 0 | 0.00022677737 | |
| 20947661 | 2 months ago | | | 0 | 0.00023908430 | |
| 20947660 | 2 months ago | | | 0 | 0.00021845700 | |
| 18803157 | a year ago | | | 0 | 0.00072158640 | |
| 18803144 | a year ago | | | 0 | 0.00078191932 | |
| 16516135 | 2 years ago | | | 0 | 0.00071431358 | |
| 16381622 | 2 years ago | | | 0 | 0.00034067091 |
ABI
ABI objects
Getter at block 21322905
getAmountMinted() view returns (uint256)
218
getPrice() view returns (uint256)
30000000000000000
merkleRoot() view returns (bytes32)
0xdb0a6a354fdc5e8fb1162ec87bac90f312a35e53b4873692d5bfc50c280fca14
owner() view returns (address)
0x1c5e93c5116a25442dbf0149c33310b96c5e73b1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfRedeemed(address _contractAddress, uint256 _tokenId) view returns (bool)
checkIsWhitelisted(bytes32[] proof) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdropGiveaway(address[] to, uint256[] amountToMint)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
devMint(uint256 amountToMint) returns (uint256)
forceMigrateToken(uint256 id)
migrateToken(uint256 id) returns (uint256)
mint(uint256 amountToMint, bytes32[] proof) payable returns (uint256)
renounceOwnership()
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)
setContractAddress(address _contractAddress)
setMaxQty(uint256 amount)
setMerkleRoot(bytes32 root)
setPrice(uint256 _newPrice)
toggleMigration()
togglePrivateSales()
togglePublicSales()
toggleSales()
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
priceChanged(uint256 newPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.