BirdyBytesReserve
Verified contract
Active on
Ethereum with 311 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 "BirdyBytesReserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16850215 | 2 years ago | | | 0 | 0.0026552293 | |
| 16850062 | 2 years ago | | | 0.029 | 0.0020557677 | |
| 16850059 | 2 years ago | | | 0.029 | 0.0019427000 | |
| 16850054 | 2 years ago | | | 0.029 | 0.0019591093 | |
| 16850053 | 2 years ago | | | 0.058 | 0.0020286397 | |
| 16850041 | 2 years ago | | | 0.029 | 0.0016562215 | |
| 16850037 | 2 years ago | | | 0.029 | 0.0016642878 | |
| 16850033 | 2 years ago | | | 0.029 | 0.0014612963 | |
| 16850002 | 2 years ago | | | 0.058 | 0.0017594774 | |
| 16849982 | 2 years ago | | | 0.058 | 0.0015485723 |
ABI
ABI objects
Getter at block 21328520
merkleRoot() view returns (bytes32)
0x7827c1c18f940278609d2bdf09eb1c4c6f1e3a2be59b36b28969dfd4120b86db
totalReservations() view returns (uint256)
520
totalSupply() view returns (uint256)
3000
withdrawer() view returns (address)
0x0f366a411dc9f8a1611cad614d8f451436fc4f4b
Read-only
balanceOf(address _who) view returns (uint256)
reservations(address) view returns (uint256)
State-modifying
Events reserve(bytes32[] _merkleProof, uint256 _amount) payable
withdraw()
Reservation(address who, uint256 amount, uint256 when)
constructor(address _withdrawer, bytes32 _merkleRoot, uint256 _totalSupply)
This contract contains no fallback and receive objects.
AddressNotOnAllowList(address who)
InvalidAmount(uint256 amountSent, uint256 amountRequired)
NotEnoughLeftInReservationSupply()
NotOwner(address who)
ReachedMaxReservations()
UnsupportedReservationQuantity(uint256 quantity)