“Onchain is the next online” sticker
Verified contract
Active on
Base with 8,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($3.00)
Native
Value
$2.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000819 | $3,336.75 |
$2.73 | |
WETH | ERC-20 | 0.00008 | $3,339.19 |
$0.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857530 | a month ago | | | 0 | 1.5958800e-7 | |
| 18542218 | 3 months ago | | | 0 | 0.000000055779600000 | |
| 17812721 | 4 months ago | | | 0 | 3.2891702e-7 | |
| 17327975 | 4 months ago | | | 0 | 3.2748523e-7 | |
| 16517212 | 5 months ago | | | 0 | 3.2804077e-7 | |
| 16304249 | 5 months ago | | | 0 | 2.8751825e-7 | |
| 16097328 | 5 months ago | | | 0 | 3.3809279e-7 | |
| 15929738 | 5 months ago | | | 0 | 8.1582840e-7 | |
| 15905580 | 5 months ago | | | 0 | 2.3117507e-7 | |
| 15861477 | 5 months ago | | | 0 | 3.3295446e-7 |
ABI
ABI objects
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(uint256) view returns (bytes32)
NFTByType(uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
contributors(address) view returns (bool)
garmentTypes(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
inventoryGarmentsOrdered(bytes32) view returns (uint96)
inventoryGarmentsRemaining(bytes32) view returns (uint96)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
taskByTaskId(uint256) view returns (uint256 taskId, uint256 contributionValue, address taskOwnerAddress, address taskContributor, uint24 feedbackScore, string submissionUri, string taskMetadataUri, uint8 taskStatus, uint256 taskType)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
buyNFT(address _to, bytes32 garmentType, uint256 _quantity) returns (uint256 _tokenId)
buyPrepaidNFT(address _to, bytes32 garmentType, uint256 _quantity) returns (uint256 _tokenId)
changeAdmin(address _newAddress)
changeBaseUri(string _newBaseUri)
createTasks(uint256[] _contributionValues, address[] _taskContributors, uint8[] _taskStatus, uint256[] _taskType)
createTasksAndSubmitProduct(uint256[] _contributionValues, address[] _taskContributors, uint8[] _taskStatus, uint256[] _taskType, uint256 _buyNFTPrice)
distributeRewards()
distributeRewardsNative()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
submitProduct(uint256 _buyNFTPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _feeNumerator, uint256 _contributorTotalSupply, uint256 _garmentsAvailable, struct CrowdmuseProductTask _task, struct CrowdmuseProductToken _token, address _paymentTokenAddress, string _inventoryKey, struct CrowdmuseProductInventory[] _inventory, bool _madeToOrder, address _admin)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()