The Glitches Of Brooklyn
Verified contract
Proxy
Active on
Ethereum with 39 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 ($0.00)
No balances found for "The Glitches Of Brooklyn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17684738 | a year ago | | | 0 | 0.0012885474 | |
| 17659879 | a year ago | | | 0 | 0.00088073220 | |
| 17658995 | a year ago | | | 0 | 0.00076993605 | |
| 17658979 | a year ago | | | 0 | 0.00077323621 | |
| 17658962 | a year ago | | | 0 | 0.0011056018 | |
| 17658954 | a year ago | | | 0 | 0.0013944759 | |
| 17658949 | a year ago | | | 0 | 0.00083175740 | |
| 17658945 | a year ago | | | 0 | 0.0013598668 | |
| 17658940 | a year ago | | | 0 | 0.0012183756 | |
| 17658933 | a year ago | | | 0 | 0.00081911977 |
ABI
ABI objects
Getter at block 21216245
displayPrice() view returns (uint256)
10800000000000000
dropRevenue() view returns (uint256)
0
maxAmount() view returns (uint256)
25
maxPerMint() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
presaleActive() view returns (bool)
false
price() view returns (uint256)
10800000000000000
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()