Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3b48…aee0
Balances ($64,298.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOS | ERC-20 | 7.144303T | $0.00 |
$64,298.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270381 | 20 hours ago | | | 0 | 0.00037790714 | |
| 21260738 | 2 days ago | | | 0 | 0.00045517040 | |
| 21256755 | 3 days ago | | | 0 | 0.00065254180 | |
| 21255905 | 3 days ago | | | 0 | 0.00055344686 | |
| 21255538 | 3 days ago | | | 0 | 0.00051749717 | |
| 21239201 | 5 days ago | | | 0 | 0.00073522325 | |
| 21227311 | 7 days ago | | | 0 | 0.00053267673 | |
| 21227301 | 7 days ago | | | 0 | 0.00061075975 | |
| 21202918 | 10 days ago | | | 0 | 0.00089224017 | |
| 21191101 | 12 days ago | | | 0 | 0.00075297190 |
ABI
ABI objects
Getter at block 21276318
config() view returns (uint64 periodFinish, uint64 periodStart, uint128 totalReward)
(periodFinish=1672916400, periodStart=1641380400, totalReward=20000000000000000000000000000000)
decimals() view returns (uint8)
18
frozenRewards() view returns (uint256)
0
getSOSPool() view returns (uint256)
7144303111938054244010995512774
name() view returns (string)
veSOS
owner() view returns (address)
0x20f1da6b7913f62e09c9c03b5f9feffc82c8bc18
sos() view returns (address)
0x3b484b82567a09e2588a13d54d032153f0c0aee0
symbol() view returns (string)
veSOS
totalSupply() view returns (uint256)
3297022684524569327361713869526
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addRewardSOS(uint256 _sosAmount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _sosAmount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
renounceOwnership()
setPeriod(uint64 _periodStart, uint64 _rewardsDuration)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sos, uint64 _periodStart, uint64 _rewardsDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.