TimeLockStaking
Verified contract
Active on
Base with 4,318 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 |
---|---|---|---|---|---|
VIRTUAL | ERC-20 | 51.329958M | $0.427315 |
$21,934,060.93 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 | |
USA | ERC-20 | 1 | $0.001583 |
$0 | |
kurbi | ERC-20 | 1 | $0.000647 |
$0 | |
BABYVIRTUAL | ERC-20 | 4.2B | -- | -- | |
BASEFIN | ERC-20 | 200K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21856602 | 10 hours ago | | | 0 | 5.5601700e-7 | |
| 21856559 | 10 hours ago | | | 0 | 7.6752285e-7 | |
| 21842560 | 17 hours ago | | | 0 | 6.3860681e-7 | |
| 21790004 | 2 days ago | | | 0 | 6.2502399e-7 | |
| 21768137 | 2 days ago | | | 0 | 1.6689997e-7 | |
| 21745920 | 3 days ago | | | 0 | 7.3402983e-7 | |
| 21735456 | 3 days ago | | | 0 | 6.3867682e-7 | |
| 21735449 | 3 days ago | | | 0 | 7.7873826e-7 | |
| 21735442 | 3 days ago | | | 0 | 7.7882226e-7 | |
| 21735436 | 3 days ago | | | 0 | 8.9844291e-7 |
ABI
ABI objects
Getter at block 21873760
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x626f10071e2cbcc5e1545272ee99ec9212ecf483ea657663a33fd502161da11b
GOV_ROLE() view returns (bytes32)
0x0603f2636f0ca34ae3ea5a23bb826e2bd2ffd59fb1c01edc1ba10fba2899d1ba
MIN_LOCK_DURATION() view returns (uint256)
600
TOKEN_SAVER_ROLE() view returns (bytes32)
0xd9d917c4034cff8a8c5fa1e40f9fbaf906b827c33ae3ab1fcabbb616cb8ef24d
clock() view returns (uint48)
21873760
decimals() view returns (uint8)
18
depositToken() view returns (address)
0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=xVIRTUAL, version=1, chainId=8453, verifyingContract=0x33e34b8684565fcf6a9dd52a7e92c4e70211a045, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isAdminUnlock() view returns (bool)
true
isAllowDeposits() view returns (bool)
true
isAllowPositionStaking() view returns (bool)
true
maxBonus() view returns (uint256)
16000000000000000000
maxLockDuration() view returns (uint256)
126144000
name() view returns (string)
xVIRTUAL
symbol() view returns (string)
xVIRTUAL
totalSupply() view returns (uint256)
56353628015674423510074572
unit() view returns (uint256)
31536000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
curve(uint256) view returns (uint256)
delegates(address account) view returns (address)
depositsOf(address, uint256) view returns (uint256 amount, uint256 shareAmount, uint64 start, uint64 end)
getDepositsOf(address _account) view returns (struct TimeLockStakingDeposit[])
getDepositsOfLength(address _account) view returns (uint256)
getMultiplier(uint256 _lockDuration) view returns (uint256)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalDeposit(address _account) view returns (uint256)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adjustAdminUnlock()
adjustDeposits()
adjustMaxBonus(uint256 _maxBonus)
adjustMaxLockPeriod(uint256 _maxLockDuration)
adjustPositionStaking()
approve(address spender, uint256 value) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deposit(uint256 _amount, uint256 _duration, address _receiver)
grantRole(bytes32 role, address account)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
saveToken(address _token, address _receiver, uint256 _amount)
setCurve(uint256[] _curve)
setCurvePoint(uint256 _newPoint, uint256 _position)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw(uint256 _depositId, address _receiver)
Approval(address indexed owner, address indexed spender, uint256 value)
CurveChanged(address indexed sender)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
Deposited(uint256 amount, uint256 shareAmount, uint256 duration, address indexed receiver, address indexed from)
EIP712DomainChanged()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenSaved(address indexed by, address indexed receiver, address indexed token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(uint256 indexed depositId, address indexed receiver, address indexed from, uint256 amount)
constructor(string _name, string _symbol, address _depositToken, uint256 _maxBonus, uint256 _maxLockDuration, uint256[] _curve)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CheckpointUnorderedInsertion()
CurveIncreaseError()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
MaxBonusError()
NotGovError()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
ShortCurveError()
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)