Loneley Aliens Space Club
Verified contract
Active on
Ethereum with 15,412 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 "Loneley Aliens Space Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284407 | 4 hours ago | | | 0 | 0.00024731539 | |
| 21284169 | 5 hours ago | | | 0 | 0.00052256426 | |
| 21284142 | 5 hours ago | | | 0 | 0.00037637823 | |
| 21278359 | a day ago | | | 0 | 0.00040345301 | |
| 21272522 | 2 days ago | | | 0 | 0.00073024919 | |
| 21260797 | 3 days ago | | | 0 | 0.00040190521 | |
| 21237234 | 7 days ago | | | 0 | 0.00062816587 | |
| 21237231 | 7 days ago | | | 0 | 0.0011932346 | |
| 21234047 | 7 days ago | | | 0 | 0.00049916194 | |
| 21232163 | 7 days ago | | | 0 | 0.00045269508 |
ABI
ABI objects
Getter at block 21285601
MAXNFT() view returns (uint256)
10000
getItemPrice() view returns (uint256)
60000000000000000
getMaxNftAtOnce() view returns (uint256)
20
name() view returns (string)
Loneley Aliens Space Club
owner() view returns (address)
0x1e9c4944f14b48766cc9469bf776e83b7222b4a3
paused() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LASC
totalReleased() view returns (uint256)
594192773610000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10001
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getotalSupply(uint256 id) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
getMultipleNFT(uint256 _howMany) payable
getOneNFT() payable
mineReserves(uint256 _amount)
mintID(address to, uint256 id)
release(address account)
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setItemPrice(uint256 _price)
setMaxNftAtOnce(uint256 _items)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawParitial() payable
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)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.