Staked TENET
Verified contract
Proxy
Active on
Ethereum with 326 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TENET | ERC-20 | 140.070005K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19844428 | 7 months ago | | | 0 | 0.00031831198 | |
| 19704444 | 8 months ago | | | 0 | 0.0012434496 | |
| 19496349 | 9 months ago | | | 0 | 0.0011526645 | |
| 19424743 | 9 months ago | | | 0 | 0.0028772741 | |
| 19422621 | 9 months ago | | | 0 | 0.0038354060 | |
| 19396479 | 9 months ago | | | 0 | 0.0060828834 | |
| 19358722 | 9 months ago | | | 0 | 0.0062406766 | |
| 19323438 | 9 months ago | | | 0 | 0.0041567281 | |
| 19230014 | 10 months ago | | | 0 | 0.0033121102 | |
| 19225419 | 10 months ago | | | 0 | 0.0014893161 |
ABI
ABI objects
Getter at block 21384781
DOMAIN_SEPARATOR() view returns (bytes32)
0x439f69829b927e338e82bfed8f5fdf1a2b1fa69268889fc3ac3cc0699ad05754
MAX_BPS() view returns (uint256)
10000
decimals() view returns (uint8)
18
distributor() view returns (address)
0x0000000000000000000000000000000000000000
minAmount() view returns (uint256)
0
name() view returns (string)
Staked TENET
owner() view returns (address)
0x222ef892716743e315518d458538ca8e7f0a6e29
penaltyBP() view returns (uint16)
1600
penaltyDays() view returns (uint16)
14
shareBonusBPPer1MTokens() view returns (uint32)
50000
stakingToken() view returns (address)
0x9663677b81c2d427e81c01ef7315ea96546f5bb1
symbol() view returns (string)
stTENET
totalShares() view returns (uint192)
102735447009786929000000
totalSupply() view returns (uint256)
97475841800000000000000
treasury() view returns (address)
0xfbc7578783d26bb4fd30a9e8178ede79274694a3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUnstaked(address) view returns (uint256)
calculateShares(uint256 _amount) view returns (uint192 shares)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
stakerStakeCount(address _stakerAddress) view returns (uint256)
stakers(address, uint256) view returns (bool unstaked, uint128 amount, uint48 stakedTimestamp, uint16 penaltyDays, uint16 penaltyBP, uint192 shares)
withdrawals(address, uint256) view returns (bool withdrawn, uint48 withdrawalTimestamp)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelUnstake(uint256 _stakeIndex)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _stakingToken, uint16 _penaltyDays, uint16 _penaltyBP, address _treasury, uint32 _shareBonusBPPer1MTokens, uint256 _minAmount, address _distributor)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setDistributor(address _distributor)
setMinAmount(uint256 _minAmount)
setPenaltyBP(uint16 _penaltyBP)
setPenaltyDays(uint16 _penaltyDays)
setShareBonusBPPer1MTokens(uint32 _shareBonusBPPer1MTokens)
setTreasury(address _treasury)
stake(uint128 _amount)
stakeFor(address _user, uint128 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 _stakeIndex)
withdraw(uint256 _stakeIndex, bool _force)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDistributor(address distributor)
SetMinAmount(uint256 minAmount)
SetPenaltyBP(uint16 penaltyBP)
SetPenaltyDays(uint16 penaltyDays)
SetShareBonusBPPer1MTokens(uint32 shareBonusBPPer1MTokens)
SetTreasury(address treasury)
Staked(address indexed staker, uint256 indexed stakeIndex, uint128 amount, uint48 stakedTimestamp, uint16 penaltyDays, uint16 penaltyBP, uint128 totalSupply, uint192 shares, uint192 totalShares)
Transfer(address indexed from, address indexed to, uint256 value)
Unstaked(address indexed staker, uint256 indexed stakeIndex, uint128 amount, uint16 penaltyDays, uint128 totalSupply, uint192 shares, uint192 totalShares)
Withdrawn(address indexed staker, uint256 indexed stakeIndex, uint256 amount, uint256 penaltyAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.