Voting Escrow OLAS

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x9aec3afa at 17094305
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "Voting Escrow OLAS"

No transactions found for "Voting Escrow OLAS"


Functions
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(addressaddressview returns (uint256)
balanceOf(address accountview returns (uint256 balance)
balanceOfAt(address accountuint256 blockNumberview returns (uint256 balance)
delegates(addressview returns (address)
getLastUserPoint(address accountview returns (struct PointVoting pv)
getNumUserPoints(address accountview returns (uint256 userNumPoints)
getPastTotalSupply(uint256 blockNumberview returns (uint256 vPower)
getPastVotes(address accountuint256 blockNumberview returns (uint256 balance)
getUserPoint(address accountuint256 idxview returns (struct PointVoting uPoint)
getVotes(address accountview returns (uint256 balance)
lockedEnd(address accountview returns (uint256 unlockTime)
mapSlopeChanges(uint64 tsview returns (int128 slopeChange)
mapSupplyPoints(uint256 idxview returns (struct PointVoting sPoint)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupplyAt(uint256 blockNumberview returns (uint256 supplyAt)
totalSupplyLockedAtT(uint256 tsview returns (uint256 vPower)
State-modifying
approve(addressuint256returns (bool)
delegate(address
delegateBySig(addressuint256uint256uint8bytes32bytes32
transfer(addressuint256returns (bool)
transferFrom(addressaddressuint256returns (bool)
Events

This contract contains no event objects.

Constructor
constructor(address _veaddress _token
Fallback and receive
fallback(
Errors
ImplementedIn(address veToken
NonDelegatable(address veToken
NonTransferable(address veToken
WrongTimestamp(uint256 minTimeStampuint256 providedTimeStamp
ZeroAddress(