Staked pHAM (BASE)
Verified contract
Active on
Base with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
vAMM-pHAM/pwBLT | ERC-20 | 5.949647K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19360478 | 3 months ago | | | 0 | 7.8222624e-7 | |
| 15908894 | 5 months ago | | | 0 | 7.6108922e-7 | |
| 15678905 | 5 months ago | | | 0 | 0.0000022947878 | |
| 15417154 | 6 months ago | | | 0 | 0.0000023439106 | |
| 15416801 | 6 months ago | | | 0 | 7.6562490e-7 | |
| 14989073 | 6 months ago | | | 0 | 7.8799358e-7 | |
| 14513901 | 6 months ago | | | 0 | 0.0000083098680 |
ABI
ABI objects
Getter at block 22919758
INDEX_FUND() view returns (address)
0x2c8d2fc58b80acb3b307c165af8f3ee296e6a271
POOL_REWARDS() view returns (address)
0x28e472a22c2eb505819573843544ae14c3c0853a
decimals() view returns (uint8)
18
indexFund() view returns (address)
0x2c8d2fc58b80acb3b307c165af8f3ee296e6a271
name() view returns (string)
Staked pHAM (BASE)
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolRewards() view returns (address)
0x28e472a22c2eb505819573843544ae14c3c0853a
stakeUserRestriction() view returns (address)
0x0000000000000000000000000000000000000000
stakingToken() view returns (address)
0x03ff264046b085450649a993cdd65dcdd01a893e
symbol() view returns (string)
spHAM
totalSupply() view returns (uint256)
5949647286359992360279
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
externalRewardHook(address _token0, address _token1)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStakeUserRestriction()
renounceOwnership()
setStakeUserRestriction(address _user)
setStakingToken(address _stakingToken)
stake(address _user, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed executor, address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unstake(address indexed user, uint256 amount)
constructor(string _name, string _symbol, address _pairedLpToken, address _rewardsToken, address _stakeUserRestriction, address _feeRouter, address _rewardsWhitelist, address _dexAdapter, address _v3TwapUtilities)
This contract contains no fallback and receive objects.
This contract contains no error objects.