TempleStaking
Verified contract
Active on
Ethereum with 13,911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f66…3a85
Balances ($6,932,071.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TEMPLE | ERC-20 | 2.888363M | $2.40 |
$6,932,071.49 | |
TEMPLE | ERC-20 | 26.918637M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203080 | an hour ago | | | 0 | 0.0012234004 | |
| 21195648 | a day ago | | | 0 | 0.0030556667 | |
| 21191560 | 2 days ago | | | 0 | 0.0017303564 | |
| 21182765 | 3 days ago | | | 0 | 0.0035105739 | |
| 21178638 | 3 days ago | | | 0 | 0.0044918180 | |
| 21172868 | 4 days ago | | | 0 | 0.0038878890 | |
| 21168350 | 5 days ago | | | 0 | 0.0030414494 | |
| 21167068 | 5 days ago | | | 0 | 0.0050377851 | |
| 21154846 | 7 days ago | | | 0 | 0.0011844525 | |
| 21134215 | 10 days ago | | | 0 | 0.0011748594 |
ABI
ABI objects
Getter at block 21203472
EXIT_QUEUE() view returns (address)
0x1f667edf04d8abf8409bf579a3f1bbf8ec263a85
OG_TEMPLE() view returns (address)
0x654590f810f01b51dc7b86915d4632977e49ea33
TEMPLE() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
accumulationFactor() view returns (int128)
72061229505985401315
currentEpoch() view returns (uint256)
1144
epochSizeSeconds() view returns (uint256)
86400
epy() view returns (int128)
18446744073709551616
lastUpdatedEpoch() view returns (uint256)
1144
owner() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
startTimestamp() view returns (uint256)
1632880800
Read-only
balance(uint256 amountOgTemple) view returns (uint256)
getAccumulationFactor(uint256 _scale) view returns (uint256)
getEpy(uint256 _scale) view returns (uint256)
State-modifying
Events renounceOwnership()
setEpy(uint256 _numerator, uint256 _denominator)
setExitQueue(address _EXIT_QUEUE)
stake(uint256 _amountTemple) returns (uint256 amountOgTemple)
stakeFor(address _staker, uint256 _amountTemple) returns (uint256 amountOgTemple)
transferOwnership(address newOwner)
unstake(uint256 _amountOgTemple)
AccumulationFactorUpdated(uint256 _epochsProcessed, uint256 _currentEpoch, uint256 _accumulationFactor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeCompleted(address _staker, uint256 _amount, uint256 _lockedUntil)
UnstakeCompleted(address _staker, uint256 _amount)
constructor(address _TEMPLE, address _EXIT_QUEUE, uint256 _epochSizeSeconds, uint256 _startTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.