Lonely Demons
Verified contract
Active on
Ethereum with 1,256 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Lonely Demons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19173409 | 9 months ago | | | 0 | 0.0011609970 | |
| 19064072 | 10 months ago | | | 0 | 0.00078346800 | |
| 19011886 | 10 months ago | | | 0 | 0.00096455547 | |
| 18370252 | a year ago | | | 0 | 0.00024367625 | |
| 18280520 | a year ago | | | 0 | 0.00034747974 | |
| 18069501 | a year ago | | | 0 | 0.00029212499 | |
| 18069388 | a year ago | | | 0 | 0.00024583779 | |
| 18046024 | a year ago | | | 0 | 0.00051706757 | |
| 17974388 | a year ago | | | 0 | 0.00040551672 | |
| 17974384 | a year ago | | | 0 | 0.00069400433 |
ABI
ABI objects
Getter at block 21179406
MAX_SUPPLY() view returns (uint256)
666
PUBLIC_SUPPLY() view returns (uint256)
666
artist() view returns (address)
0x0000000000000000000000000000000000000000
baseURI() view returns (string)
https://lonelydemons.herokuapp.com/api/token/
freeSaleCost() view returns (uint256)
0
getAdmin() view returns (address)
0xde16342c972c7229a8f98cb2dfb1b5698c4d1a38
getBaseURI() view returns (string)
https://lonelydemons.herokuapp.com/api/token/
getMaxMintAmount() view returns (uint256)
3
getMaxSupply() view returns (uint256)
666
getSaleType() view returns (bool)
true
isRevealed() view returns (bool)
true
maxMintAmount() view returns (uint256)
3
metaDataExt() view returns (string)
.json
mintable() view returns (bool)
true
name() view returns (string)
Lonely Demons
owner() view returns (address)
0xde16342c972c7229a8f98cb2dfb1b5698c4d1a38
pubSaleCost() view returns (uint256)
30000000000000000
publicSale() view returns (bool)
true
symbol() view returns (string)
LODE
totalSupply() view returns (uint256)
666
unrevealedURI() view returns (string)
uri() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelisted(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 _mintedAmount) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenIdExisting(uint256) view returns (bool)
isWhitelisted(address) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addBatchWhitelisted(address[] mintWhitelist)
approve(address to, uint256 tokenId)
mint() payable
mintTo(address _toAddress)
removeWhitelisted(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupply(uint256 supply)
setMetaDataExt(string _newExt)
setMintable(bool mintFlag)
setPublicSale(bool isPublic)
setRevealed(bool _revealed)
setUnrevealedURI(string _newUnrevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address _address)
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(string name, string symbol, string URI, string UNREVEALED_URI, uint256 initialSupply, uint256 publicSupply, address _admin, uint256 _limitPerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.