DropFacet
Verified contract
Implementation
Active on
Base 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 "DropFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DropFacet"
ABI
ABI objects
Getter at block 22064443 airdropFee() view returns (uint256) mintFee() view returns (uint256) price() view returns (uint256)
displayPrice() view returns (uint256)
0
dropRevenue() view returns (uint256)
0
maxAmount() view returns (uint256)
0
maxPerMint() view returns (uint256)
0
maxPerWallet() view returns (uint256)
0
presaleActive() view returns (bool)
false
saleActive() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events batchAirdrop(uint64[] quantities, address[] recipients) payable
mintTo(address recipient, uint64 quantity) payable
presaleMintTo(address recipient, uint64 quantity, uint256 allowed, bytes32[] proof) payable
setMerkleRoot(bytes32 newRoot)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()