Voting Escrow OLAS
Verified contract
Active on
Ethereum with 0 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Voting Escrow OLAS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Voting Escrow OLAS"
ABI
ABI objects
Getter at block 21189100
decimals() view returns (uint8)
18
name() view returns (string)
Voting Escrow OLAS
symbol() view returns (string)
veOLAS
token() view returns (address)
0x0001a500a6b18995b03f44bb040a5ffc28e45cb0
totalNumPoints() view returns (uint256 numPoints)
521
totalSupply() view returns (uint256 supply)
233871905100572137976681313
totalSupplyLocked() view returns (uint256 vPower)
50675409098592162265751182
ve() view returns (address)
0x7e01a500805f8a52fad229b3015ad130a332b7b3
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256 balance)
balanceOfAt(address account, uint256 blockNumber) view returns (uint256 balance)
delegates(address) view returns (address)
getLastUserPoint(address account) view returns (struct PointVoting pv)
getNumUserPoints(address account) view returns (uint256 userNumPoints)
getPastTotalSupply(uint256 blockNumber) view returns (uint256 vPower)
getPastVotes(address account, uint256 blockNumber) view returns (uint256 balance)
getUserPoint(address account, uint256 idx) view returns (struct PointVoting uPoint)
getVotes(address account) view returns (uint256 balance)
lockedEnd(address account) view returns (uint256 unlockTime)
mapSlopeChanges(uint64 ts) view returns (int128 slopeChange)
mapSupplyPoints(uint256 idx) view returns (struct PointVoting sPoint)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 blockNumber) view returns (uint256 supplyAt)
totalSupplyLockedAtT(uint256 ts) view returns (uint256 vPower)
State-modifying
Events approve(address, uint256) returns (bool)
delegate(address)
delegateBySig(address, uint256, uint256, uint8, bytes32, bytes32)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
This contract contains no event objects.
constructor(address _ve, address _token)
fallback()
ImplementedIn(address veToken)
NonDelegatable(address veToken)
NonTransferable(address veToken)
WrongTimestamp(uint256 minTimeStamp, uint256 providedTimeStamp)
ZeroAddress()