Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,930,563.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 15.072277M | $0.327128 |
$4,930,563.78 | |
ZRO | ERC-20 | 5.5B | -- | -- | |
OSEA | ERC-20 | 4.731066M | -- | -- | |
LAYER ZERO | ERC-20 | 2.111789M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247668 | 2 hours ago | | | 0 | 0.0027554946 | |
| 21246194 | 6 hours ago | | | 0 | 0.0039344640 | |
| 21246055 | 7 hours ago | | | 0 | 0.0039179590 | |
| 21245634 | 8 hours ago | | | 0 | 0.0036476453 | |
| 21244459 | 12 hours ago | | | 0 | 0.0034771151 | |
| 21244453 | 12 hours ago | | | 0 | 0.0035340354 | |
| 21244448 | 12 hours ago | | | 0 | 0.0032827310 | |
| 21244444 | 12 hours ago | | | 0 | 0.0033127736 | |
| 21244434 | 12 hours ago | | | 0 | 0.0037086105 | |
| 21243143 | 17 hours ago | | | 0 | 0.0026619229 |
ABI
ABI objects
Getter at block 21248121
MAXTIME() view returns (uint256)
94608000
MINTIME() view returns (uint256)
2419200
controller() view returns (address)
0x1d7c6783328c145393e84fb47a7f7c548f5ee28d
decimals() view returns (uint8)
18
epoch() view returns (uint256)
94595
name() view returns (string)
veSTG
owner() view returns (address)
0x1d7c6783328c145393e84fb47a7f7c548f5ee28d
supply() view returns (uint256)
15072251524703758781046786
symbol() view returns (string)
veSTG
token() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
totalSupply() view returns (uint256)
3681434590152541989199107
transfersEnabled() view returns (bool)
true
unlocked() view returns (bool)
false
version() view returns (string)
1.0.0
Read-only
balanceOf(address addr) view returns (uint256)
balanceOfAt(address addr, uint256 _block) view returns (uint256)
balanceOfAtT(address addr, uint256 _t) view returns (uint256)
contracts_whitelist(address) view returns (bool)
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 add_to_whitelist(address addr)
changeController(address _newController)
checkpoint()
create_lock(uint256 _value, uint256 _unlock_time)
deposit_for(address _addr, uint256 _value)
increase_amount(uint256 _value)
increase_amount_and_time(uint256 _value, uint256 _unlock_time)
increase_unlock_time(uint256 _unlock_time)
remove_from_whitelist(address addr)
renounceOwnership()
transferOwnership(address newOwner)
unlock()
withdraw()
withdraw_and_create_lock(uint256 _value, uint256 _unlock_time)
Deposit(address indexed provider, uint256 value, uint256 indexed locktime, uint8 deposit_type, uint256 ts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Supply(uint256 prevSupply, uint256 supply)
Withdraw(address indexed provider, uint256 value, uint256 ts)
constructor(address token_addr, uint256 min_time)
This contract contains no fallback and receive objects.
This contract contains no error objects.