Lonely Legends: Genesis
Verified contract
Active on
Ethereum with 1,115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Lonely Legends: Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007941 | a month ago | | | 0 | 0.00033901635 | |
| 17515907 | a year ago | | | 0 | 0.0011980450 | |
| 17043934 | 2 years ago | | | 0 | 0.00075733144 | |
| 16205415 | 2 years ago | | | 0 | 0.0023389500 | |
| 16009738 | 2 years ago | | | 0 | 0.00028100472 | |
| 15911384 | 2 years ago | | | 0 | 0.00049897653 | |
| 15865984 | 2 years ago | | | 0 | 0.00021554638 | |
| 15565527 | 2 years ago | | | 0 | 0.00014419079 | |
| 15565527 | 2 years ago | | | 0 | 0.00028145238 | |
| 15565523 | 2 years ago | | | 0 | 0.00036685449 |
ABI
ABI objects
Getter at block 21280034
MetadataURI() view returns (string)
MetadataURIext() view returns (string)
.json
allocationDA() view returns (uint256)
3250
currentDAPrice() view returns (uint256)
100000000000000000
decreaseDA() view returns (uint256)
50000000000000000
decreaseDAFrequency() view returns (uint256)
900
dutchAuctionFinished() view returns (bool)
true
finalPriceDA() view returns (uint256)
100000000000000000
lastPriceDA() view returns (uint256)
100000000000000000
maxSupply() view returns (uint256)
5555
metadataReveal() view returns (bool)
false
name() view returns (string)
Lonely Legends: Genesis
owner() view returns (address)
0x8c51f948d6305b714eb660c55f441eb10745a4de
preRevealMetadataURI() view returns (string)
ipfs://QmazRV8kJzDVEjAv5hebg6jFDj3ZdznrdAcefoXRJx6Rw5/
preSale() view returns (bool)
false
preSaleAllocation() view returns (uint256)
2250
preSalePrice() view returns (uint256)
69000000000000000
preSaleSold() view returns (uint256)
0
publicSale() view returns (bool)
false
publicSalePrice() view returns (uint256)
69000000000000000
startPriceDA() view returns (uint256)
300000000000000000
startTimeDA() view returns (uint256)
1650830400
symbol() view returns (string)
LLG
teamMintAmount() view returns (uint256)
55
teamMintedAmount() view returns (uint256)
55
totalSupply() view returns (uint256)
468
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
legendsLists(address) view returns (uint256)
minterPaidAmountPerBatch(address, uint256) view returns (uint128 etherPaid, uint8 legendsMinted)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userMintedDA(address) view returns (uint256)
userMintedPublicSale(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events activatePreSale(bool state)
activatePublicSale(bool state)
approve(address to, uint256 tokenId)
dutchAuctionMint(uint8 _mintAmount) payable
finishDutchAuction(uint256 lastPrice)
preSaleMint(uint256 _mintAmount) payable
publicSaleMint(uint256 _mintAmount) payable
refundETH()
renounceOwnership()
revealMetadata(bool state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string hiddenMetadataUri)
setMetadataURI(string newMetadataURI)
setStartTimeDA(uint256 newStartTimeDA)
setlegendsList(address[] legendsListers, bool ogRank)
teamMint(address to, uint256 _mintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()