Workstation95
Verified contract
Active on
Base with 1,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($1,232.38)
Native
Value
$1,232.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.3287 | $3,749.24 |
$1,232.38 | |
USA | ERC-20 | 1 | $0.000582 |
$0 | |
NOB | ERC-20 | 500 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22428363 | 17 days ago | | | 0 | 5.4345867e-7 | |
| 22295684 | 20 days ago | | | 0 | 0.0000011107598 | |
| 22253612 | 21 days ago | | | 0 | 1.9848470e-7 | |
| 22253590 | 21 days ago | | | 0 | 1.8013350e-7 | |
| 21127668 | 2 months ago | | | 0 | 2.2655276e-7 | |
| 21127627 | 2 months ago | | | 0 | 0.000000207801668691 | |
| 20992943 | 2 months ago | | | 0 | 3.6216525e-7 | |
| 20847573 | 2 months ago | | | 0 | 8.8540393e-7 | |
| 20779059 | 2 months ago | | | 0 | 1.3293088e-7 | |
| 20779041 | 2 months ago | | | 0 | 1.3340430e-7 |
ABI
ABI objects
Getter at block 23160316
baseURI() view returns (string)
ipfs://bafybeia3e7sltme6d32nldszsbo7e6van5csgj4ozwaad23ogsakn2gwzi/
discountPrice() view returns (uint256)
6900000000000000
discountsPerCollection() view returns (uint256)
5
ethTowardsMints() view returns (uint256)
0
isSaleActive() view returns (bool)
true
lastBulkMintedId() view returns (uint256)
1180
maxSupply() view returns (uint256)
42069
name() view returns (string)
Workstation95
owner() view returns (address)
0x34cd767bf104c3efb2ef1858306e41345caa9157
paymentsRecipient() view returns (address)
0x32d5e6bd914b441e0c383bc034acaa37d0d45070
stdPrice() view returns (uint256)
10000000000000000
symbol() view returns (string)
WS95
totalClaimedCount() view returns (uint256)
656
totalDepositedUnspentETH() view returns (uint256)
328700000000000000
totalSupply() view returns (uint256)
1775
Read-only
availableDiscountQuantity(address addr, uint256 collectionPresenceCount, bytes32[] merkleProof) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calcSpentDeposits(address addr) view returns (uint256)
claimedDiscounted(address) view returns (uint256)
claimedStd(address) view returns (uint256)
depositedEth(address) view returns (uint256)
directPaidDiscounted(address) view returns (uint256)
directPaidStd(address) view returns (uint256)
discountQuantities(address addr, uint256 collectionPresenceCount, bytes32[] merkleProof) view returns (uint256 total, uint256 available)
discountedCredits(address) view returns (uint256)
eligibleDiscountQuantity(address addr, uint256 collectionPresenceCount, bytes32[] merkleProof) view returns (uint256)
frameOnlyIdsBitmap(uint256) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
isFrameOnlyId(uint256 tokenId) view returns (bool)
isMinted(uint256 tokenId) view returns (bool)
mintedBitmap(uint256) view returns (uint256)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
stdCredits(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalActiveCredits(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 id)
deposit(uint256 collectionPresenceCount, bytes32[] merkleProof, uint256 depositedDiscountQty, uint256 depositedStdQty) payable
initializeFrameOnlyIds(uint256[] frameOnlyIds)
mint(address receiver, uint256 tokenId)
mintMultipleByQuantity(uint256 quantity, uint256 collectionPresenceCount, bytes32[] merkleProof, uint256 discountQty, uint256 stdQty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setFrameOnlyCount(uint256 count)
setFrameOnlyId(uint256 tokenId)
setMerkleRoot(bytes32 root)
setRoyalty(address receiver, uint96 feeNumerator)
toggleSale()
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
updateBaseUri(string newBaseUri)
updateMaxSupply(uint256 newMaxSupply)
withdrawBalance()
withdrawTeamBalance()
withdrawToken(address tokenAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address initialOwner, address _paymentsRecipient, string _baseURI, uint256 _stdPrice, uint256 _discountPrice, uint256 _maxSupply, bytes32 _merkleRoot, uint256 _discountsPerCollection)
receive()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ExceedsAllowedDiscounts(uint256 allowed, uint256 requested)
IncorrectEth(uint256 expected, uint256 received)
InsufficientBalance()
MaxMintableLimitReached()
NoBalanceToWithdraw()
Nope()
NotEnoughTokensAvailableToMint()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SaleNotActive()
ShouldBeGreaterThanZero()
TokenAlreadyMinted()
TokenIdOutOfRange()
TransferFailed()