CoLaborator
Unverified contract
Proxy
Active on
Base with 92 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
19 additional
variables
Balances ($1,191.43)
Native
Value
$1,191.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.477333 | $2,496.01 |
$1,191.43 | |
USA | ERC-20 | 1 | $0.001575 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21873595 | 4 hours ago | | | 0.03 | 0.000000308237989488 | |
| 20620359 | a month ago | | | 0.02 | 3.7333476e-7 | |
| 20589771 | a month ago | | | 0 | 2.9314379e-7 | |
| 20542063 | a month ago | | | 0 | 2.9319588e-7 | |
| 17983706 | 3 months ago | | | 0.03 | 0.000000308237989488 | |
| 17983608 | 3 months ago | | | 0 | 2.9314379e-7 | |
| 17791386 | 3 months ago | | | 0 | 3.1042819e-7 | |
| 17445976 | 3 months ago | | | 0 | 3.7786754e-7 | |
| 17304105 | 3 months ago | | | 0 | 1.7779380e-7 | |
| 17006443 | 4 months ago | | | 0 | 2.3345711e-7 |
ABI
ABI objects
Getter at block 21880644
baseTokenURI() view returns (string uri)
https://nft.withfabric.xyz/hypersub/nft/colaborator-1kh7uh1vg1vy8/
contractURI() view returns (string uri)
https://nft.withfabric.xyz/hypersub/nft/colaborator-1kh7uh1vg1vy8
creatorBalance() view returns (uint256 balance)
379007999964828063
erc20Address() view returns (address erc20)
0x0000000000000000000000000000000000000000
feeBalance() view returns (uint256 balance)
16799999998440960
feeSchedule() view returns (address feeCollector, uint16 feeBps)
(feeCollector=0xb6412d140f8064b369d46d6db491e6ca2101dc78, feeBps=400)
minPurchaseSeconds() view returns (uint256 numSeconds)
2592000
name() view returns (string)
CoLaborator
owner() view returns (address)
0x5c8f77be6639cbd5b669e409c610926cc4e0e6ae
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardBps() view returns (uint16 bps)
600
rewardMultiplier() view returns (uint256 multiplier)
0
rewardPoolBalance() view returns (uint256 numTokens)
81525127687013659
supplyDetail() view returns (uint256 count, uint256 cap)
(count=52, cap=150)
symbol() view returns (string)
CCLB
totalCreatorEarnings() view returns (uint256 total)
1979999999816256000
totalRewardPoints() view returns (uint256 numPoints)
70949999993415840000
tps() view returns (uint256 numTokens)
3858024691
transferRecipient() view returns (address recipient)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account) view returns (uint256 numSeconds)
canRefund(address[] accounts) view returns (bool refundable)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
referralCodeBps(uint256 code) view returns (uint16 bps)
refundableBalanceOf(address account) view returns (uint256 numSeconds)
refundableTokenBalanceOfAll(address[] accounts) view returns (uint256 numTokens)
rewardBalanceOf(address account) view returns (uint256 numTokens)
subscriptionOf(address account) view returns (uint256 tokenId, uint256 refundableAmount, uint256 rewardPoints, uint256 expiresAt)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeValue(uint256 numTokens) view returns (uint256 numSeconds)
tokenURI(uint256 tokenId) view returns (string uri)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
createReferralCode(uint256 code, uint16 bps)
deleteReferralCode(uint256 code)
grantTime(address[] accounts, uint256 secondsToAdd)
initialize(struct SharedInitParams params)
mint(uint256 numTokens) payable
mintFor(address account, uint256 numTokens) payable
mintWithReferral(uint256 numTokens, uint256 referralCode, address referrer) payable
mintWithReferralFor(address account, uint256 numTokens, uint256 referralCode, address referrer) payable
pause()
reconcileERC20Balance()
reconcileNativeBalance()
recoverERC20(address tokenAddress, address recipientAddress, uint256 tokenAmount)
recoverNativeTokens(address recipient)
refund(uint256 numTokensIn, address[] accounts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setSupplyCap(uint256 supplyCap)
setTransferRecipient(address recipient)
slashRewards(address account)
transferAllBalances()
transferFees()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateFeeRecipient(address newCollector)
updateMetadata(string contractUri, string tokenUri)
withdraw()
withdrawAndTransferFees()
withdrawRewards()
withdrawTo(address account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FeeAllocated(uint256 tokens)
FeeCollectorChange(address indexed from, address indexed to)
FeeTransfer(address indexed from, address indexed to, uint256 tokensTransferred)
Grant(address indexed account, uint256 indexed tokenId, uint256 secondsGranted, uint256 expiresAt)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchase(address indexed account, uint256 indexed tokenId, uint256 tokensTransferred, uint256 timePurchased, uint256 rewardPoints, uint256 expiresAt)
ReferralCreated(uint256 id, uint16 rewardBps)
ReferralDestroyed(uint256 id)
ReferralPayout(uint256 indexed tokenId, address indexed referrer, uint256 indexed referralId, uint256 rewardAmount)
Refund(address indexed account, uint256 indexed tokenId, uint256 tokensTransferred, uint256 timeReclaimed)
RefundTopUp(uint256 tokensIn)
RewardPointsSlashed(address indexed account, address indexed slasher, uint256 rewardPointsSlashed)
RewardWithdraw(address indexed account, uint256 tokensTransferred)
RewardsAllocated(uint256 tokens)
SupplyCapChange(uint256 supplyCap)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferRecipientChange(address indexed recipient)
Unpaused(address account)
Withdraw(address indexed account, uint256 tokensTransferred)
This contract contains no constructor objects.
receive()
This contract contains no error objects.