Staked DeFrogs Pod
Verified contract
Active on
Ethereum with 35 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 |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 186.484645 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311735 | a day ago | | | 0 | 0.00043009774 | |
| 21274913 | 6 days ago | | | 0 | 0.00044015583 | |
| 21135918 | a month ago | | | 0 | 0.00062863848 | |
| 21010696 | a month ago | | | 0 | 0.00031896089 | |
| 20765831 | 3 months ago | | | 0 | 0.00019390609 | |
| 19511045 | 8 months ago | | | 0 | 0.00080594731 | |
| 19481088 | 8 months ago | | | 0 | 0.0012815197 | |
| 19464191 | 8 months ago | | | 0 | 0.0019417759 | |
| 19451451 | 9 months ago | | | 0 | 0.0015690856 | |
| 19441524 | 9 months ago | | | 0 | 0.0020134325 |
ABI
ABI objects
Getter at block 21318674
decimals() view returns (uint8)
18
indexFund() view returns (address)
0x037febecef1ecdeb07f5746132f2c8e48acba82d
name() view returns (string)
Staked DeFrogs Pod
poolRewards() view returns (address)
0x449931f1d2766dcec8999121a39315b58ed77e2a
stakeUserRestriction() view returns (address)
0x0000000000000000000000000000000000000000
stakingToken() view returns (address)
0x087711141d8fb5f1e245f93648cce72ee8daae56
symbol() view returns (string)
spDFROGS
totalSupply() view returns (uint256)
186484645148789135636
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStakeUserRestriction()
setStakeUserRestriction(address _user)
stake(address _user, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unstake(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
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 _stakingToken, address _rewardsToken, address _stakeUserRestriction, address _feeRouter, address _v3TwapUtilities)
This contract contains no fallback and receive objects.
This contract contains no error objects.