Liquid Key

Verified contract

Active on Ethereum with 4,096 txns
Deployed by via 0x351dc437 at 15278195
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Liquid Key"

0xc4d4cd01732e49f665ef2266bceae5f09abed3fcb40272123d170e2d27cbc138
0x15694a1512aaf6db7727390c5eaa4726c6ebddbeb285895f5c1408db49359a4c
0xa9dd34f725b9d82fe01790bc3801b9a79c9dba6f6edc7d92531fe131c84ee646
0x6cbb4e4baf34a8f1a5f34051b819386f4ea1ee858250b4947ee851b2d32898d6
0x5fd47d7b5a466bf19359ff7f2c2f465a65df80cc637d490e39dfaa9f40d9e4c9
0xe7f35c8f991dd06ac3fe892086cd1fb7497a95bf71df2222172eaa7c476b90e4
0xeb77e040d0260cd8b4af7d129f554d59621ec909448778b61bbe1899efd8e953
0xf2deb41f416566b5f2ad9c631af58cb5196124b48fd51cdc2219042f9c009bf3
0xb3a9a130a890e3c9b5fb864abd345aa41e5826891833e440050c5123cfc0e2d0
0xd81ca4c40e10c632380d92a7e966486b063116f2b4c5a772bc3e86545480deb3

Functions
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(uint256view returns (address)
addressesThatMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getWalletOfOwner(address ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(uint256[] _countsaddress[] _list
approve(address touint256 tokenId
claim(
lockMetadata(
mint(uint256 _countpayable 
ownerMint(address _touint256 _count
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchase(uint256 _maxPurchase
setMintPrice(uint256 _mintPrice
toggleAirdropStatus(
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AirdropActivation(bool isActive
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
SaleActivation(bool isActive
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(