Vote-escrowed OX
Verified contract
Active on
Ethereum with 3,670 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 |
---|---|---|---|---|---|
OX | ERC-20 | 313.328154M | $0.004315 |
$1,351,982.79 | |
HQG | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069555 | a month ago | | | 0 | 0.0025850951 | |
| 20982119 | a month ago | | | 0 | 0.0038955610 | |
| 20866904 | 2 months ago | | | 0 | 0.0025905155 | |
| 20748353 | 3 months ago | | | 0 | 0.0017147874 | |
| 20126159 | 5 months ago | | | 0 | 0.0025076051 | |
| 20126158 | 5 months ago | | | 0 | 0.0024828996 | |
| 20094558 | 5 months ago | | | 0 | 0.0010387455 | |
| 20094531 | 5 months ago | | | 0 | 0.0012571534 | |
| 19987315 | 6 months ago | | | 0 | 0.0020701496 | |
| 19961927 | 6 months ago | | | 0 | 0.0044974347 |
ABI
ABI objects
Getter at block 21299511
MAXTIME() view returns (uint256)
31536000
MINTIME() view returns (uint256)
1209600
decimals() view returns (uint8)
18
epoch() view returns (uint256)
4040
name() view returns (string)
Vote-escrowed OX
supply() view returns (uint256)
313328154313000000000000000
symbol() view returns (string)
veOX
token() view returns (address)
0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f
totalSupply() view returns (uint256)
97101462214066774819866
Read-only
balanceOf(address addr) view returns (uint256)
balanceOfAt(address addr, uint256 _block) view returns (uint256)
balanceOfAtT(address addr, uint256 _t) view returns (uint256)
get_last_user_slope(address addr) view returns (int128)
locked(address) view returns (int128 amount, uint256 end)
locked__end(address _addr) view returns (uint256)
point_history(uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
slope_changes(uint256) view returns (int128)
totalSupplyAt(uint256 _block) view returns (uint256)
totalSupplyAtT(uint256 t) view returns (uint256)
user_point_epoch(address) view returns (uint256)
user_point_history(address, uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
user_point_history__ts(address _addr, uint256 _idx) view returns (uint256)
State-modifying
Events checkpoint()
create_lock(uint256 _value, uint256 _unlock_time)
create_lock_as_minter(address _addr, uint256 _value, uint256 _unlock_time)
deposit_for(address _addr, uint256 _value)
increase_amount(uint256 _value)
increase_unlock_time(uint256 _unlock_time)
withdraw()
Deposit(address indexed provider, uint256 value, uint256 indexed locktime, uint8 deposit_type, uint256 ts)
Supply(uint256 prevSupply, uint256 supply)
Withdraw(address indexed provider, uint256 value, uint256 ts)
constructor(address token_addr)
This contract contains no fallback and receive objects.
This contract contains no error objects.