“Onchain is the next online” sticker

Verified contract

Active on Base with 8,743 txns
Deployed by via 0x03ced2d0 at 9957121
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables
Native
Value $2.73
ERC-20
Value $0.27
0x784ba49b9cc3586270ac0fb1b50873a32e7c772758d05985f75b121039cdeba2
0x65be34572fcd135d2c95ce9d2d5c5ad9b8e422f864c091eef44225795ec82cda
0x4ce17c05df39f0ad6d08a40bfb62d3c3f3dc3dae159d7f24560cd620bd9d40d9
0x78330861b8d0d8bfe893cfde8bd9685ed55ba1600714565daa5e61a53714aff3
0x7a9dd637bde30ec9c1b58b4db1c15e9b2aba0f1e6330619947002c262494a3a9
0xeb67cbe2304c3b71017c348827171b876b64bc639ffc038f56839a4a6bf29ec4
0x9c8293e54819f5a09af1d8dd1099e85d4b74fb82b0aca40608a8587aacbbef43
0x4acc44260376dacf9b001cc8c9410676af508e023d14c473062667f4076beab5
0x7d3fcdd39785a188d79d436d974e86e1986e5e130ebf5c6a824cdad19b992437
0x1fdfaf563de6a5941675e1975414c1abf0be60bc1643a4c5f6f70e2c86db7f71

Functions
Getter at block 22744507
admin(view returns (address)
0xfac6dc78a3dc38043e1ca5873c60bf3fda4277fe
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/bafkreicqymq3l7exiwol6pztlfflkiphvaceg36kokk5l5g46f7wfqt2na
buyNFTPrice(view returns (uint256)
0
contributorPointsAllocated(view returns (uint256)
1000
contributorPointsComplete(view returns (uint256)
1000
contributorTotalSupply(view returns (uint256)
1000
garmentsAvailable(view returns (uint256)
0
getMaxAmountOfTokensPerMint(view returns (uint256)
10
inventoryKey(view returns (string)
madeToOrder(view returns (bool)
false
name(view returns (string)
“Onchain is the next online” sticker
numberGarmentTypes(view returns (uint96)
1
owner(view returns (address)
0xb38b6c236347603e0705f912b877d6308ec10f13
paymentToken(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
productStatus(view returns (uint8)
1
symbol(view returns (string)
“On
tokenId(view returns (uint256 _value)
8453
totalSupply(view returns (uint256)
8453
Read-only
NFTBySize(uint256view returns (bytes32)
NFTByType(uint256view returns (uint8)
balanceOf(address ownerview returns (uint256)
contributors(addressview returns (bool)
garmentTypes(uint256view returns (string)
getApproved(uint256 tokenIdview returns (address)
inventoryGarmentsOrdered(bytes32view returns (uint96)
inventoryGarmentsRemaining(bytes32view returns (uint96)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
taskByTaskId(uint256view returns (uint256 taskIduint256 contributionValueaddress taskOwnerAddressaddress taskContributoruint24 feedbackScorestring submissionUristring taskMetadataUriuint8 taskStatusuint256 taskType)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
buyNFT(address _tobytes32 garmentTypeuint256 _quantityreturns (uint256 _tokenId)
buyPrepaidNFT(address _tobytes32 garmentTypeuint256 _quantityreturns (uint256 _tokenId)
changeAdmin(address _newAddress
changeBaseUri(string _newBaseUri
createTasks(uint256[] _contributionValuesaddress[] _taskContributorsuint8[] _taskStatusuint256[] _taskType
createTasksAndSubmitProduct(uint256[] _contributionValuesaddress[] _taskContributorsuint8[] _taskStatusuint256[] _taskTypeuint256 _buyNFTPrice
distributeRewards(
distributeRewardsNative(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
submitProduct(uint256 _buyNFTPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint96 _feeNumeratoruint256 _contributorTotalSupplyuint256 _garmentsAvailablestruct CrowdmuseProductTask _taskstruct CrowdmuseProductToken _tokenaddress _paymentTokenAddressstring _inventoryKeystruct CrowdmuseProductInventory[] _inventorybool _madeToOrderaddress _admin
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(