Voting Escrow OLAS
Verified contract
Active on
Ethereum with 311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLAS | ERC-20 | 233.861604M | $2.37 |
$554,252,000.82 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293916 | a day ago | | | 0 | 0.0034746183 | |
| 21281262 | 3 days ago | | | 0 | 0.0041119229 | |
| 21241642 | 9 days ago | | | 0 | 0.0015216667 | |
| 21160306 | 20 days ago | | | 0 | 0.0046318806 | |
| 21136064 | 23 days ago | | | 0 | 0.0030830023 | |
| 21103218 | a month ago | | | 0 | 0.0014121656 | |
| 21061827 | a month ago | | | 0 | 0.00070595386 | |
| 21061492 | a month ago | | | 0 | 0.0014378629 | |
| 20927569 | 2 months ago | | | 0 | 0.0030174639 | |
| 20891608 | 2 months ago | | | 0 | 0.0017294416 |
ABI
ABI objects
Getter at block 21303042
decimals() view returns (uint8)
18
name() view returns (string)
Voting Escrow OLAS
supply() view returns (uint256)
233861603721326293620781793
symbol() view returns (string)
veOLAS
token() view returns (address)
0x0001a500a6b18995b03f44bb040a5ffc28e45cb0
totalNumPoints() view returns (uint256)
527
totalSupply() view returns (uint256)
233861603721326293620781793
totalSupplyLocked() view returns (uint256)
48917712671742226964701905
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256 balance)
balanceOfAt(address account, uint256 blockNumber) view returns (uint256 balance)
delegates(address account) view returns (address)
getLastUserPoint(address account) view returns (struct PointVoting pv)
getNumUserPoints(address account) view returns (uint256 accountNumPoints)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256 balance)
getUserPoint(address account, uint256 idx) view returns (struct PointVoting)
getVotes(address account) view returns (uint256)
lockedEnd(address account) view returns (uint256 unlockTime)
mapLockedBalances(address) view returns (uint128 amount, uint64 endTime)
mapSlopeChanges(uint64) view returns (int128)
mapSupplyPoints(uint256) view returns (int128 bias, int128 slope, uint64 ts, uint64 blockNumber, uint128 balance)
mapUserPoints(address, uint256) view returns (int128 bias, int128 slope, uint64 ts, uint64 blockNumber, uint128 balance)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 blockNumber) view returns (uint256 supplyAt)
totalSupplyLockedAtT(uint256 ts) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
checkpoint()
createLock(uint256 amount, uint256 unlockTime)
createLockFor(address account, uint256 amount, uint256 unlockTime)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
depositFor(address account, uint256 amount)
increaseAmount(uint256 amount)
increaseUnlockTime(uint256 unlockTime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Deposit(address indexed account, uint256 amount, uint256 locktime, uint8 depositType, uint256 ts)
Supply(uint256 previousSupply, uint256 currentSupply)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 amount, uint256 ts)
constructor(address _token, string _name, string _symbol)
This contract contains no fallback and receive objects.
InsufficientAllowance(uint256 provided, uint256 expected)
LockExpired(address account, uint256 deadline, uint256 curTime)
LockNotExpired(address account, uint256 deadline, uint256 curTime)
LockedValueNotZero(address account, uint256 amount)
MaxUnlockTimeReached(address account, uint256 maxUnlockTime, uint256 providedUnlockTime)
NoValueLocked(address account)
NonDelegatable(address account)
NonTransferable(address account)
NonZeroValue()
Overflow(uint256 provided, uint256 max)
OwnerOnly(address sender, address owner)
UnlockTimeIncorrect(address account, uint256 minUnlockTime, uint256 providedUnlockTime)
WrongArrayLength(uint256 numValues1, uint256 numValues2)
WrongBlockNumber(uint256 providedBlockNumber, uint256 actualBlockNumber)
ZeroAddress()
ZeroValue()