Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,143.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GURU | ERC-20 | 190.64588K | $0.025426 |
$4,847.43 | |
USDC | ERC-20 | 95.553193 | $1.00 |
$95.55 | |
SCALE | ERC-20 | 250 | $0.304031 |
$76.01 | |
DEGEN | ERC-20 | 3.521065K | $0.019198 |
$67.6 | |
SPACE | ERC-20 | 1.996395K | $0.012422 |
$24.8 | |
UP | ERC-20 | 2.025804K | $0.010675 |
$21.63 | |
SEAM | ERC-20 | 3 | $0.998302 |
$2.99 | |
NOGS | ERC-20 | 66.086957K | $0.000021 |
$1.36 | |
USDz | ERC-20 | 1.123 | $0.99546 |
$1.12 | |
MOLTEN | ERC-20 | 4 | $0.254974 |
$1.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740193 | 2 hours ago | | | 0 | 0.000023561091 | |
| 22740094 | 2 hours ago | | | 0 | 0.000024834020 | |
| 22739917 | 2 hours ago | | | 0 | 0.000024014654 | |
| 22739736 | 2 hours ago | | | 0 | 0.000023348866 | |
| 22739542 | 2 hours ago | | | 0 | 0.000024015920 | |
| 22739422 | 2 hours ago | | | 0 | 0.000026302507 | |
| 22739202 | 2 hours ago | | | 0 | 0.000023514786 | |
| 22738940 | 3 hours ago | | | 0 | 0.000024939921 | |
| 22738816 | 3 hours ago | | | 0 | 0.000023329036 | |
| 22738647 | 3 hours ago | | | 0 | 0.000024015920 |
ABI
ABI objects
Getter at block 22743499
ethFee() view returns (uint256)
0
name() view returns (string)
boost
nextBoostId() view returns (uint256)
299
owner() view returns (address)
0xc83a9e69012312513328992d454290be85e95101
symbol() view returns (string)
BOOST
tokenFee() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
boosts(uint256) view returns (address token, uint256 balance, address guard, uint48 start, uint48 end)
claimed(uint256, address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenFeeBalances(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(struct IBoostClaimConfig _claimConfig, bytes _signature)
claimMultiple(struct IBoostClaimConfig[] _claimConfigs, bytes[] _signatures)
collectEthFees(address _recipient)
collectTokenFees(address _token, address _recipient)
deposit(uint256 _boostId, uint256 _amount)
mint(string _strategyURI, address _token, uint256 _amount, address _owner, address _guard, uint48 _start, uint48 _end) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setEthFee(uint256 _ethFee)
setTokenFee(uint256 _tokenFee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAndBurn(uint256 _boostId, address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burn(uint256 boostId)
Claim(struct IBoostClaimConfig claim)
Deposit(uint256 boostId, address sender, uint256 amount)
EthFeeSet(uint256 ethFee)
EthFeesCollected(address recipient)
Mint(uint256 boostId, address owner, struct IBoostBoostConfig boost, string strategyURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenFeeSet(uint256 tokenFee)
TokenFeesCollected(address token, address recipient)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _protocolOwner, string name, string symbol, string version, uint256 _ethFee, uint256 _tokenFee)
This contract contains no fallback and receive objects.
BoostDepositRequired()
BoostDoesNotExist()
BoostEndDateBeforeStart()
BoostEndDateInPast()
BoostEnded()
BoostNotEnded(uint256 end)
BoostNotStarted(uint256 start)
ClaimingPeriodStarted()
InsufficientBoostBalance()
InsufficientEthFee()
InvalidGuard()
InvalidRecipient()
InvalidSignature()
InvalidTokenFee()
OnlyBoostOwner()
RecipientAlreadyClaimed()