Backpacks

Verified contract

Active on Ethereum with 988 txns
Deployed by via 0xe83fc530 at 16386985
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 "Backpacks"

0x71f41f0874a8ecfe4c3c32c820fa3260cd42db44f7cd73134824e524f1129447
0xdcfa2fc50a1447b7a6310796a9689fc60ab26bb8ca952c45a759e0e61df25367
0x4133f2671716bb3345413f0c4733e66c9eafc4fc32e623615ba5716deb4b95d2
0x15b650d06d4b9661aa35829862ef993beb2c5337bcf528f03e3d44bdbb8584a7
0x89033ea5db9b71e27ea6aa10dbf60626f31cb62001bae768da27a04abe0461b4
0x18fe575b32adb49d1585e4a8901c012a28343f36d0e36a057fd4aeca4dafa0b6
0xdea00061b632b75bf2fce8a6f632a9bd08787385f944d1c90a86fd5974dfccfc
0x7e00fc11cc5ac9df4477eda9b25826ebff54065658a301e1e635182b76b1bddb
0x701185cd904ce9a51550855b0ae410d7466c4a04efbdc76d58aa732ae2ea7e1b
0xce32006998cd626653a141e0c764ad56516e42aed93a9bfde5ff2226d556ba6a

Functions
Getter at block 21296665
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
airdropIsActive(view returns (bool)
true
getTotalSupply(view returns (uint256)
1195
locked(view returns (bool)
false
maxPurchase(view returns (uint256)
42
maxSupply(view returns (uint256)
3333
mintPrice(view returns (uint256)
65000000000000000
name(view returns (string)
Backpacks
owner(view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive(view returns (bool)
true
symbol(view returns (string)
PACK
totalReleased(view returns (uint256)
67480000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1195
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 operatoruint256 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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(