Liquid Key
Verified contract
Active on
Ethereum with 4,096 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 "Liquid Key"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652057 | 3 months ago | | | 0 | 0.000026941096 | |
| 20122197 | 5 months ago | | | 0 | 0.00021066752 | |
| 20050579 | 5 months ago | | | 0 | 0.00024762392 | |
| 20032948 | 5 months ago | | | 0 | 0.00043269649 | |
| 19521237 | 8 months ago | | | 0 | 0.00098418777 | |
| 19358671 | 8 months ago | | | 0 | 0.0011908162 | |
| 19249198 | 9 months ago | | | 0 | 0.00047493285 | |
| 19249197 | 9 months ago | | | 0 | 0.00047706327 | |
| 19144008 | 9 months ago | | | 0 | 0.00043893372 | |
| 19077327 | 10 months ago | | | 0 | 0.00046213836 |
ABI
ABI objects
Getter at block 21210050
airdropIsActive() view returns (bool)
true
getTotalSupply() view returns (uint256)
2429
locked() view returns (bool)
false
maxPurchase() view returns (uint256)
1
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
420000000000000000
name() view returns (string)
Liquid Key
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive() view returns (bool)
false
symbol() view returns (string)
ALKEY
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2429
Read-only
_payees(uint256) view returns (address)
addressesThatMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWalletOfOwner(address owner) 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)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(uint256[] _counts, address[] _list)
approve(address to, uint256 tokenId)
claim()
lockMetadata()
mint(uint256 _count) payable
ownerMint(address _to, uint256 _count)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
toggleAirdropStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AirdropActivation(bool isActive)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()