SyncusStaking
Verified contract
Active on
Ethereum with 4,866 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($100,326.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNC | ERC-20 | 494.19342M | $0.000203 |
$100,326.21 | |
veSYNC | ERC-20 | 6.69592T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187384 | 3 days ago | | | 0 | 0.0093431857 | |
| 21187372 | 3 days ago | | | 0 | 0.0093527109 | |
| 21175496 | 5 days ago | | | 0 | 0.014103465 | |
| 21157386 | 8 days ago | | | 0 | 0.0065500190 | |
| 21121459 | 13 days ago | | | 0 | 0.0018140314 | |
| 21085783 | 18 days ago | | | 0 | 0.0035145637 | |
| 21072732 | 19 days ago | | | 0 | 0.0088957453 | |
| 21071844 | 19 days ago | | | 0 | 0.0053879054 | |
| 21067218 | 20 days ago | | | 0 | 0.0041848725 | |
| 20864899 | 2 months ago | | | 0 | 0.0070796445 |
ABI
ABI objects
Getter at block 21211496
Sync() view returns (address)
0xa41d2f8ee4f47d3b860a149765a7df8c3287b7f0
contractBalance() view returns (uint256)
494193419917727429
distributor() view returns (address)
0x70c96600fa892d74455c9c09021cdc4978e5c509
epoch() view returns (uint256 number, uint256 distribute, uint32 length, uint32 endTime)
(number=624, distribute=193313749878983, length=28800, endTime=1719833339)
index() view returns (uint256)
1339282719
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0xafa3533adeef8e076b792083eb0ee6fa3fe03b4c
taxOnStake() view returns (uint256)
250
taxOnUnstake() view returns (uint256)
2000
totalBonus() view returns (uint256)
0
veSync() view returns (address)
0x216c9bb7380cde431662e37e30098d838d7e1dc8
warmupContract() view returns (address)
0x1ab9a8acad9617faf15439c02be0d3a96a5d01ed
warmupPeriod() view returns (uint256)
0
Read-only
warmupInfo(address) view returns (uint256 deposit, uint256 gons, uint256 expiry, bool lock)
State-modifying
Events claim(address _recipient)
forfeit()
giveLockBonus(uint256 _amount)
pullManagement()
pushManagement(address newOwner_)
rebase()
renounceManagement()
returnLockBonus(uint256 _amount)
setContract(uint8 _contract, address _address)
setTaxOnStake(uint256 _taxOnStake)
setTaxOnUnstake(uint256 _taxOnUnstake)
setTaxReceiver(address _taxReceiver)
setWarmup(uint256 _warmupPeriod)
stake(uint256 _amount, address _recipient) returns (bool)
toggleDepositLock()
unstake(uint256 _amount, bool _trigger)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
constructor(address _Sync, address _veSync, uint32 _epochLength, uint256 _firstEpochNumber, uint32 _firstEpochTime, address _taxReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.