Light Annual
Verified contract
Active on
Ethereum with 521 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 "Light Annual"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007298 | a month ago | | | 0 | 0.00090210312 | |
| 20048529 | 6 months ago | | | 0 | 0.00039702853 | |
| 19665716 | 7 months ago | | | 0 | 0.00028245595 | |
| 19554692 | 8 months ago | | | 0 | 0.0012315727 | |
| 19360530 | 9 months ago | | | 0 | 0.0027908923 | |
| 19074942 | 10 months ago | | | 0 | 0.00021976798 | |
| 18883122 | a year ago | | | 0 | 0.0015692739 | |
| 18130801 | a year ago | | | 0 | 0.00028476044 | |
| 18067611 | a year ago | | | 0 | 0.00048566685 | |
| 17890570 | a year ago | | | 0 | 0.0015360812 |
ABI
ABI objects
Getter at block 21282752
executiveOfficer() view returns (address)
0xf69f7790e3c449002372507433041988799165b3
financialOfficer() view returns (address)
0x8ee376de530fb9a734df676e7e4342b48355f483
name() view returns (string)
Light Annual
operatingOfficer() view returns (address)
0x8ee376de530fb9a734df676e7e4342b48355f483
owner() view returns (address)
0xf69f7790e3c449002372507433041988799165b3
symbol() view returns (string)
LIGHTANNUAL
unrevealedTokenURI() view returns (string)
ipfs://bafkreihxm2eondnjfyzw5wd75tha2xlnk5nhhnen4rhmhb6y4mrwnx77va
Read-only
balanceOf(address owner) view returns (uint256)
drops(uint64) view returns (uint32 quantityForSale, uint32 quantitySold, uint32 quantityFrozenMetadata, string tokenURIBase, bytes32 passwordHash, uint256 accumulatedRandomness, string unrevealedTokenURIOverride)
getApproved(uint256 tokenId) view returns (address)
hashPassword(string password) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
quantityMinted(bytes32, address) view returns (uint96)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events abortDrop(uint64 dropID)
approve(address to, uint256 tokenId)
finalizeRandomDrop(uint64 dropID, string password)
finalizeRandomDropAndIForgotThePassword(uint64 dropID)
freezeMetadataForDrop(uint64 dropID, uint256 quantityToFreeze)
mintChosen(uint64 dropID, uint32[] tokenIDsInDrop, bytes32[] accessListProof, uint96 accessListQuantity) payable
mintRandom(uint64 dropID, uint64 quantity, bytes32[] accessListProof, uint96 accessListQuantity) payable
prepareDrop(uint64 dropID, uint32 quantityForSale, string tokenURIBase, bytes32 passwordHash)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDropPhases(uint64 dropID, struct LightDropPhase[] dropPhases)
setExecutiveOfficer(address newExecutiveOfficer)
setFinancialOfficer(address newFinancialOfficer)
setOperatingOfficer(address newOperatingOfficer)
setRoyaltyAmount(uint256 newRoyaltyFraction)
setUnrevealedTokenURI(string newUnrevealedTokenURI)
setUnrevealedTokenURIOverride(uint64 dropID, string newUnrevealedTokenURIOverride)
transferFrom(address from, address to, uint256 tokenId)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
PermanentURI(string value, uint256 indexed tokenID)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string unrevealedTokenURI_, address newChiefFinancialOfficer, uint256 newRoyaltyFraction)
This contract contains no fallback and receive objects.
NotExecutiveOfficer()
NotFinancialOfficer()
NotOperatingOfficer()
WithdrawFailed()