Rarible Vote-Escrow
Verified contract
Active on
Ethereum with 0 txns
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 48 additional slots
-
variable spans 5 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Rarible Vote-Escrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Rarible Vote-Escrow"
ABI
ABI objects
Getter at block 21159934
WEEK() view returns (uint256)
50400
counter() view returns (uint256)
0
decimals() view returns (uint8)
18
getWeek() view returns (uint256)
419
migrateTo() view returns (address)
0x0000000000000000000000000000000000000000
minCliffPeriod() view returns (uint256)
0
minSlopePeriod() view returns (uint256)
0
name() view returns (string)
Rarible Vote-Escrow
owner() view returns (address)
0x0000000000000000000000000000000000000000
startingPointWeek() view returns (uint256)
0
stopped() view returns (bool)
false
symbol() view returns (string)
veRARI
token() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
totalSupplyLine() view returns (struct LibBrokenLineLine initial)
(0, 0, 0)
Read-only
balanceOf(address account) view returns (uint256)
delegates(address account) view returns (address)
getAccountAndDelegate(uint256 id) view returns (address account, address delegate)
getAvailableForWithdraw(address account) view returns (uint256 value)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getStake(uint256 amount, uint256 slope, uint256 cliff) view returns (uint256 stakeAmount, uint256 stakeSlope)
getVotes(address account) view returns (uint256)
locked(address account) view returns (uint256)
State-modifying
Events __Staking_init(address _token, uint256 _startingPointWeek, uint256 _minCliffPeriod, uint256 _minSlopePeriod)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
delegateTo(uint256 id, address newDelegate)
migrate(uint256[] id)
renounceOwnership()
restake(uint256 id, address newDelegate, uint256 newAmount, uint256 newSlope, uint256 newCliff) returns (uint256)
setMinCliffPeriod(uint256 newMinCliffPeriod)
setMinSlopePeriod(uint256 newMinSlopePeriod)
setStartingPointWeek(uint256 newStartingPointWeek)
stake(address account, address _delegate, uint256 amount, uint256 slope, uint256 cliff) returns (uint256)
startMigration(address to)
stop()
transferOwnership(address newOwner)
withdraw()
Delegate(uint256 indexed id, address indexed account, address indexed delegate, uint256 time)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Migrate(address indexed account, uint256[] id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restake(uint256 indexed id, address indexed account, address indexed delegate, uint256 counter, uint256 time, uint256 amount, uint256 slope, uint256 cliff)
SetMinCliffPeriod(uint256 indexed newMinCliffPeriod)
SetMinSlopePeriod(uint256 indexed newMinSlopePeriod)
SetStartingPointWeek(uint256 indexed newStartingPointWeek)
StakeCreate(uint256 indexed id, address indexed account, address indexed delegate, uint256 time, uint256 amount, uint256 slope, uint256 cliff)
StartMigration(address indexed account, address indexed to)
StopStaking(address indexed account)
Withdraw(address indexed account, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.