Goldfinch V2 LP Staking Tokens
Verified contract
Proxy
Active on
Ethereum with 10,108 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
18 additional
variables
Balances ($3,121,140.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIDU | ERC-20 | 3.657567M | $0.526865 |
$1,927,043.98 | |
GFI | ERC-20 | 760.570946K | $1.57 |
$1,194,096.38 | |
fidu-usdc-f | ERC-20 | 2.02488K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254740 | a day ago | | | 0 | 0.0012566732 | |
| 21252177 | 2 days ago | | | 0 | 0.0059426629 | |
| 21248118 | 2 days ago | | | 0 | 0.0016454001 | |
| 21248109 | 2 days ago | | | 0 | 0.0018278338 | |
| 21245824 | 2 days ago | | | 0 | 0.0028434357 | |
| 21245160 | 3 days ago | | | 0 | 0.0097789272 | |
| 21215059 | 7 days ago | | | 0 | 0.00074372100 | |
| 21207182 | 8 days ago | | | 0 | 0.00050182555 | |
| 21207146 | 8 days ago | | | 0 | 0.0044376114 | |
| 21206591 | 8 days ago | | | 0 | 0.0012525686 |
ABI
ABI objects
Getter at block 21263232
owner() view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
_tokenIdTracker() view returns (uint256 _value)
2813
accumulatedRewardsPerToken() view returns (uint256)
14905486555725025839
baseURI() view returns (string)
https://us-central1-goldfinch-frontends-prod.cloudfunctions.net/stakingRewardsTokenMetadata/
config() view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
currentEarnRatePerToken() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
1732416755
maxRate() view returns (uint256)
3397477733780437
maxRateAtPercent() view returns (uint256)
500000000000000000
minRate() view returns (uint256)
0
minRateAtPercent() view returns (uint256)
2000000000000000000
name() view returns (string)
Goldfinch V2 LP Staking Tokens
paused() view returns (bool)
false
rewardPerToken() view returns (uint256)
14905486555725025839
rewardsAvailable() view returns (uint256)
1615795
symbol() view returns (string)
GFI-V2-LPS
targetCapacity() view returns (uint256)
100000000000000000000000000
totalStakedSupply() view returns (uint256)
3660609582807802350094977
totalSupply() view returns (uint256)
2813
vestingLength() view returns (uint256)
31536000
Read-only
supportsInterface(bytes4 id) view returns (bool)
balanceOf(address owner) view returns (uint256)
claimableRewards(uint256 tokenId) view returns (uint256 rewards)
earnedSinceLastCheckpoint(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBaseTokenExchangeRate(uint8 positionType) view returns (uint256)
getEffectiveMultiplierForPositionType(uint8 positionType) view returns (uint256)
getPosition(uint256 tokenId) view returns (struct StakedPosition position)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
optimisticClaimable(uint256 tokenId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
positionCurrentEarnRate(uint256 tokenId) view returns (uint256)
positionToAccumulatedRewardsPerToken(uint256) view returns (uint256)
positions(uint256) view returns (uint256 amount, struct Rewards rewards, uint256 leverageMultiplier, uint256 lockedUntil, uint8 positionType, uint256 unsafeEffectiveMultiplier, uint256 unsafeBaseTokenExchangeRate)
stakedBalanceOf(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalOptimisticClaimable(address owner) view returns (uint256)
totalVestedAt(uint256 start, uint256 end, uint256 time, uint256 grantedAmount) pure returns (uint256 rewards)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__initialize__(address owner, address _config)
addToStake(uint256 tokenId, uint256 amount)
approve(address to, uint256 tokenId)
depositAndStake(uint256 usdcAmount) returns (uint256)
depositToCurve(uint256 fiduAmount, uint256 usdcAmount)
depositToCurveAndStake(uint256 fiduAmount, uint256 usdcAmount)
depositToCurveAndStakeFrom(address nftRecipient, uint256 fiduAmount, uint256 usdcAmount)
depositWithPermitAndStake(uint256 usdcAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256)
getReward(uint256 tokenId) returns (uint256)
grantRole(bytes32 role, address account)
kick(uint256 tokenId)
loadRewards(uint256 rewards)
pause()
removeRewards(uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setEffectiveMultiplier(uint256 multiplier, uint8 positionType)
setRewardsParameters(uint256 _targetCapacity, uint256 _minRate, uint256 _maxRate, uint256 _minRateAtPercent, uint256 _maxRateAtPercent)
stake(uint256 amount, uint8 positionType) returns (uint256)
transferFrom(address from, address to, uint256 tokenId)
unpause()
unstake(uint256 tokenId, uint256 amount)
unstakeMultiple(uint256[] tokenIds, uint256[] amounts)
updatePositionEffectiveMultiplier(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
AddToStake(address indexed user, uint256 indexed tokenId, uint256 amount, uint8 positionType)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DepositedAndStaked(address indexed user, uint256 depositedAmount, uint256 indexed tokenId, uint256 amount)
DepositedToCurve(address indexed user, uint256 fiduAmount, uint256 usdcAmount, uint256 tokensReceived)
DepositedToCurveAndStaked(address indexed user, uint256 fiduAmount, uint256 usdcAmount, uint256 indexed tokenId, uint256 amount)
EffectiveMultiplierUpdated(address indexed who, uint8 positionType, uint256 multiplier)
Paused(address account)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 indexed tokenId, uint256 reward)
RewardRemoved(uint256 reward)
RewardsParametersUpdated(address indexed who, uint256 targetCapacity, uint256 minRate, uint256 maxRate, uint256 minRateAtPercent, uint256 maxRateAtPercent)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(address indexed user, uint256 indexed tokenId, uint256 amount, uint8 positionType, uint256 baseTokenExchangeRate)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unstaked(address indexed user, uint256 indexed tokenId, uint256 amount, uint8 positionType)
UnstakedMultiple(address indexed user, uint256[] tokenIds, uint256[] amounts)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.