Flowers on a Wednesday
Verified contract
Proxy
Active on
Ethereum with 12 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 7 additional slots
-
variable spans 4 additional slots
Balances ($89.47)
Native
Value
$89.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027 | $3,313.56 |
$89.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16924834 | 2 years ago | | | 0 | 0.0014049442 | |
| 16924819 | 2 years ago | | | 0 | 0.0017401371 | |
| 16914573 | 2 years ago | | | 0 | 0.0032609486 | |
| 16913991 | 2 years ago | | | 0.03 | 0.0085147279 | |
| 16913987 | 2 years ago | | | 0 | 0.0041738035 | |
| 16911585 | 2 years ago | | | 0 | 0.0014909773 | |
| 16911534 | 2 years ago | | | 0 | 0.0031146289 | |
| 16908857 | 2 years ago | | | 0 | 0.0014565014 | |
| 16908838 | 2 years ago | | | 0 | 0.0032635217 | |
| 16908725 | 2 years ago | | | 0 | 0.0014917817 |
ABI
ABI objects
Getter at block 21168352
displayPrice() view returns (uint256)
16000000000000000
dropRevenue() view returns (uint256)
30000000000000000
maxAmount() view returns (uint256)
9
maxPerMint() view returns (uint256)
9
maxPerWallet() view returns (uint256)
9
presaleActive() view returns (bool)
false
price() view returns (uint256)
16000000000000000
saleActive() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events batchAirdrop(uint64[] quantities, address[] recipients)
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)
constructor(address owner, address treasury, address royalty, uint16 royaltyBps, string name, string symbol, bytes32[] apps)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()