AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 5,361 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x297d…188a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$TRDL | ERC-20 | 2.149007M | -- | -- | |
SLP | ERC-20 | 880.826754 | -- | -- | |
vBTC++ | ERC-20 | 527.879447 | -- | -- | |
UNI-V2 | ERC-20 | 97.904099 | -- | -- | |
Mare | ERC-20 | 55.502534 | -- | -- | |
UNI-V2 | ERC-20 | 19.669123 | -- | -- | |
UNI-V2 | ERC-20 | 3.446281 | -- | -- | |
UNI-V2 | ERC-20 | 1.111194 | -- | -- | |
UNI-V2 | ERC-20 | 0.01757 | -- | -- | |
vNFT | ERC-20 | 0.000267 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068028 | a month ago | | | 0 | 0.0020118427 | |
| 21068026 | a month ago | | | 0 | 0.0028092085 | |
| 20432175 | 4 months ago | | | 0 | 0.00094922462 | |
| 20432174 | 4 months ago | | | 0 | 0.0010419655 | |
| 20016061 | 6 months ago | | | 0 | 0.00098555240 | |
| 20016059 | 6 months ago | | | 0 | 0.0011434293 | |
| 19594391 | 8 months ago | | | 0 | 0.0017535444 | |
| 19594391 | 8 months ago | | | 0 | 0.0019828002 | |
| 19366703 | 9 months ago | | | 0 | 0.016058706 | |
| 19021942 | 10 months ago | | | 0 | 0.0064976278 |
ABI
ABI objects
Getter at block 21268732
devFundDivRate() view returns (uint256)
80
granularity() view returns (uint8)
7
lastBlockHeight() view returns (uint256)
21068026
latestPos() view returns (uint8)
1
owner() view returns (address)
0xb61b683cdccca879166885841004586847be793c
poolLength() view returns (uint256)
14
startBlock() view returns (uint256)
11021639
strudelPerBlock() view returns (uint256)
1000000000000000000
totalAllocPoint() view returns (uint256)
4
windowSize() view returns (uint256)
44800
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
observations(uint256) view returns (uint256)
pendingStrudel(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accStrudelPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initVariance(address token_, uint256 windowSize_, uint8 granularity_)
initialize(address _strudel, uint256 _strudelPerBlock, uint256 _startBlock, uint256 _lastBlockHeight, uint256 _windowSize)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDevFundDivRate(uint256 _devFundDivRate)
setStrudelPerBlock(uint256 _strudelPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateVariance()
withdraw(uint256 _pid, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.