FirstDayOut
Verified contract
Active on
Ethereum with 8,665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "FirstDayOut"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17583587 | a year ago | | | 0 | 0.00087208580 | |
| 17583585 | a year ago | | | 0 | 0.00080274440 | |
| 17519823 | a year ago | | | 0 | 0.00084785217 | |
| 17519819 | a year ago | | | 0 | 0.00091951113 | |
| 17519817 | a year ago | | | 0 | 0.00098157793 | |
| 17519815 | a year ago | | | 0 | 0.0010252937 | |
| 16877762 | 2 years ago | | | 0 | 0.0010530652 | |
| 16767916 | 2 years ago | | | 0 | 0.00070636855 | |
| 16667230 | 2 years ago | | | 0 | 0.0010680967 | |
| 16442726 | 2 years ago | | | 0 | 0.0013294289 |
ABI
ABI objects
Getter at block 21301868
_donationAddress() view returns (address)
0x86165cc07cc8054c749e01b99052ee51f37bf3fd
_merkleRoot() view returns (bytes32)
0xf77eac2423acec5fceab7154138ebda5496693be8db386c78272e235d0f8f252
_price() view returns (uint256)
200000000000000000
contractStatus() view returns (uint8)
3
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0x9535bc56852f91d1b6bf6ef74aac7df3711c375c
totalSupply() view returns (uint256)
10351
Read-only
canMintPrivate(address account, bytes32[] proof) view returns (bool)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdDayOrNight(uint256) view returns (bool)
tokenURI(address creator, uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receivers)
approveAdmin(address admin)
mintPrivate(uint256 quantity, bytes32[] proof) payable
mintPublic(uint256 quantity) payable
overrideTotalSupply(uint256 supply)
renounceOwnership()
revokeAdmin(address admin)
setContractStatus(uint8 status)
setDonationAddress(address donationAddress)
setImages(string day, string dayPreview, string night)
setMerkleRoot(bytes32 merkleRoot)
setPrice(uint256 price)
toggleURI(uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address creator, string day, string dayPreview, string night, bytes32 merkleRoot, address donationAddress, uint256 price)
This contract contains no fallback and receive objects.
This contract contains no error objects.