Liquid Invaders

Verified contract

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

No balances found for "Liquid Invaders"

0xf7fc42ef00cf5036b99ebb54346eebf94af68bfc2ef88f0c05c8c00005ced2bf
0x101f0eb8666a230798ea3837afa6ee95f918a30164a0112835070ae7aa4d10ff
0xd8a4c7295e82c7974df0d1167faaa96bc8b328a6ac05449b7c3efe22b0bf7029
0x9cf4f476b31f89f8459567eaed284e44edee13540cb0223b2ebde2eedacae708
0x1d51a54ff6c47866b1ec6d50445840fa00bf7ad8122c7faad6018bbe45704cce
0x7325b99345bdd0d2ee10b589e4ff306a67a7fac9d0db2ac399b06f8410d7ed3b
0x9ccc4dbc27073881e7a1bfbf519c1bca3463248c2551fe0bdc8d417e0ae69502
0x0b71e1970b64266b8a7dd00e19915863e03e36453391fc02688e21c839af83c9
0xea38e61a7f09aebd3f2f77e4db659ac05631b270cf747b873eb462aa74128ef6
0x2352b9f3f8af4ecf77569d16b70d2e4820344b0b60771ea5ac85704189215e35

Functions
Getter at block 20869086
apeLiquidAddress(view returns (address)
0x61028f622cb6618cac3deb9ef0f0d5b9c6369c72
getTotalSupply(view returns (uint256)
3333
holderSaleIsActive(view returns (bool)
false
locked(view returns (bool)
false
maxPurchase(view returns (uint256)
50
maxSupply(view returns (uint256)
3333
mintPrice(view returns (uint256)
96900000000000000
name(view returns (string)
Liquid Invaders
owner(view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive(view returns (bool)
false
symbol(view returns (string)
INVADER
totalReleased(view returns (uint256)
85713300000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3333
Read-only
_payees(uint256view returns (address)
addressesThatMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
claimedApeLiquid(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
getWalletOfOwner(address ownerview returns (uint256[])
isApeLiquidAvailable(uint256 _tokenIdview returns (bool)
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
approve(address touint256 tokenId
claim(
holderFreeMint(uint256[] _apeLiquidIdsuint256 _count
lockMetadata(
membershipAirdopMint(address[] _touint256[] _tokenIds
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
setApeLiquidAddress(address _apeLiquidAddress
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchase(uint256 _maxPurchase
setMintPrice(uint256 _mintPrice
toggleHolderSaleStatus(
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
HolderSaleActivation(bool isActive
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(address _apeLiquidAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(