DAOStaking
Verified contract
Proxy
Active on
Ethereum with 6,233 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 5 additional slots
Balances ($22,460.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STANDARD | ERC-20 | 5.821554M | $0.003858 |
$22,460.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21126048 | 11 days ago | | | 0 | 0.0086272957 | |
| 21113503 | 13 days ago | | | 0 | 0.00093201600 | |
| 21100471 | 14 days ago | | | 0 | 0.0013690200 | |
| 21056581 | 21 days ago | | | 0 | 0.0013979520 | |
| 21012911 | a month ago | | | 0 | 0.0016089789 | |
| 21006746 | a month ago | | | 0 | 0.0010266419 | |
| 20997279 | a month ago | | | 0 | 0.0018640320 | |
| 20997090 | a month ago | | | 0 | 0.0018639360 | |
| 20989449 | a month ago | | | 0 | 0.0018722302 | |
| 20989442 | a month ago | | | 0 | 0.0027775359 |
ABI
ABI objects
Getter at block 21204108
MAX_LOCK() view returns (uint256)
31536000
stakeborgTokenStaked() view returns (uint256)
5821554297708042501465988
Read-only
balanceAtTs(address user, uint256 timestamp) view returns (uint256)
balanceOf(address user) view returns (uint256)
delegatedPower(address user) view returns (uint256)
delegatedPowerAtTs(address user, uint256 timestamp) view returns (uint256)
multiplierAtTs(address user, uint256 timestamp) view returns (uint256)
multiplierOf(address user) view returns (uint256)
stakeAtTs(address user, uint256 timestamp) view returns (struct LibStakingStorageStake)
stakeborgTokenStakedAtTs(uint256 timestamp) view returns (uint256)
userDelegatedTo(address user) view returns (address)
userLockedUntil(address user) view returns (uint256)
votingPower(address user) view returns (uint256)
votingPowerAtTs(address user, uint256 timestamp) view returns (uint256)
State-modifying
Events delegate(address to)
deposit(uint256 amount)
depositAndLock(uint256 amount, uint256 timestamp)
initDaoStaking(address _stakeborgToken, address _rewards)
lock(uint256 timestamp)
stopDelegate()
withdraw(uint256 amount)
Delegate(address indexed from, address indexed to)
DelegatedPowerDecreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
DelegatedPowerIncreased(address indexed from, address indexed to, uint256 amount, uint256 to_newDelegatedPower)
Deposit(address indexed user, uint256 amount, uint256 newBalance)
Lock(address indexed user, uint256 timestamp)
Withdraw(address indexed user, uint256 amountWithdrew, uint256 amountLeft)
constructor(struct IDiamondCutFacetCut[] _diamondCut, address _owner)
fallback()
receive()
This contract contains no error objects.