Rarible Vote-Escrow
Verified contract
Proxy
Active on
Ethereum with 1,859 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0xfca5…41cf
-
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 ($673,397.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RARI | ERC-20 | 303.33214K | $2.22 |
$673,397.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287216 | a day ago | | | 0 | 0.0018593827 | |
| 21281784 | 2 days ago | | | 0 | 0.0045854213 | |
| 21276943 | 3 days ago | | | 0 | 0.0049211073 | |
| 21275284 | 3 days ago | | | 0 | 0.0011621278 | |
| 21271056 | 4 days ago | | | 0 | 0.00057886491 | |
| 21271026 | 4 days ago | | | 0 | 0.0031494031 | |
| 21262473 | 5 days ago | | | 0 | 0.0061971910 | |
| 21262455 | 5 days ago | | | 0 | 0.0013970489 | |
| 21260875 | 5 days ago | | | 0 | 0.0026067171 | |
| 21258118 | 5 days ago | | | 0 | 0.0015519966 |
ABI
ABI objects
Getter at block 21296651
WEEK() view returns (uint256)
50400
counter() view returns (uint256)
1437
decimals() view returns (uint8)
18
getWeek() view returns (uint256)
113
migrateTo() view returns (address)
0x0000000000000000000000000000000000000000
minCliffPeriod() view returns (uint256)
3
minSlopePeriod() view returns (uint256)
1
name() view returns (string)
Rarible Vote-Escrow
owner() view returns (address)
0xb23bcd4f668365b1c9ec4b4df79915bf8c76c5b5
startingPointWeek() view returns (uint256)
309
stopped() view returns (bool)
false
symbol() view returns (string)
veRARI
token() view returns (address)
0xfca59cd816ab1ead66534d82bc21e7515ce441cf
totalSupply() view returns (uint256)
100902957935495879874474
totalSupplyLine() view returns (struct LibBrokenLineLine initial)
(112, 102014160723693739693799, 1111202788197859819325)
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)
getLock(uint256 amount, uint256 slopePeriod, uint256 cliff) view returns (uint256 lockAmount, uint256 lockSlope)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
locked(address account) view returns (uint256)
roundTimestamp(uint256 ts) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__Locking_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)
lock(address account, address _delegate, uint256 amount, uint256 slopePeriod, uint256 cliff) returns (uint256)
migrate(uint256[] id)
relock(uint256 id, address newDelegate, uint256 newAmount, uint256 newSlopePeriod, uint256 newCliff) returns (uint256)
renounceOwnership()
setMinCliffPeriod(uint256 newMinCliffPeriod)
setMinSlopePeriod(uint256 newMinSlopePeriod)
setStartingPointWeek(uint256 newStartingPointWeek)
start()
startMigration(address to)
stop()
transferOwnership(address newOwner)
updateAccountLines(address account, uint256 time)
updateAccountLinesBlockNumber(address account, uint256 blockNumber)
updateTotalSupplyLine(uint256 time)
updateTotalSupplyLineBlockNumber(uint256 blockNumber)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
LockCreate(uint256 indexed id, address indexed account, address indexed delegate, uint256 time, uint256 amount, uint256 slopePeriod, uint256 cliff)
Migrate(address indexed account, uint256[] id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Relock(uint256 indexed id, address indexed account, address indexed delegate, uint256 counter, uint256 time, uint256 amount, uint256 slopePeriod, uint256 cliff)
SetMinCliffPeriod(uint256 indexed newMinCliffPeriod)
SetMinSlopePeriod(uint256 indexed newMinSlopePeriod)
SetStartingPointWeek(uint256 indexed newStartingPointWeek)
StartLocking(address indexed account)
StartMigration(address indexed account, address indexed to)
StopLocking(address indexed account)
Withdraw(address indexed account, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.