RefundStaking
Verified contract
Active on
Ethereum with 423 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x415f…920b
Balances ($0.00)
No balances found for "RefundStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18391647 | a year ago | | | 0 | 0.00078581575 | |
| 18391614 | a year ago | | | 0 | 0.0018034218 | |
| 18391607 | a year ago | | | 0 | 0.0014362308 | |
| 18391603 | a year ago | | | 0 | 0.0020780078 | |
| 18391489 | a year ago | | | 0 | 0.0011567142 | |
| 18391382 | a year ago | | | 0 | 0.0011937477 | |
| 18391371 | a year ago | | | 0 | 0.0010196803 | |
| 18391367 | a year ago | | | 0 | 0.0015464953 | |
| 18391286 | a year ago | | | 0 | 0.00087705305 | |
| 18391280 | a year ago | | | 0 | 0.0015166176 |
ABI
ABI objects
Getter at block 21101409
Initalized() view returns (bool)
true
Token() view returns (address)
0x415ff1afc201eec50beff210a2f456674046920b
TokenDedicatiAlloStaking() view returns (uint256)
0
isStakingLive() view returns (bool)
false
multisig() view returns (address)
0xc1e9aa4f082b8fc48cee06114691fe4f995bdf84
owner() view returns (address)
0xc1e9aa4f082b8fc48cee06114691fe4f995bdf84
paused() view returns (bool)
true
safeSeconds() view returns (uint256)
15
totalSupply() view returns (uint256)
567732450885210934898262874851
Read-only
_alreadyStaked(address holder) view returns (bool)
amountStaked(address holder) view returns (uint256)
lastTimeClaim(address holder) view returns (uint256)
pendingRewards(address account) view returns (uint256)
rewards(address) view returns (uint256)
rewardsPaid(address holder) view returns (uint256)
whenStaking(address holder) view returns (uint256)
State-modifying
Events claimReward()
compound()
renounceOwnership()
reset()
setStakingLive()
setToken(address _token)
setTokenDedicatiAlloStaking(uint256 amount)
stake(uint256 amount)
transferMultiSig(address newMultiSig)
transferOwnership(address newOwner)
unPause()
withdraw(uint256 amount)
ClaimRewards(uint256 amount)
MultiSigTransferred(address indexed oldMultiSig, address indexed newMultiSig)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WithdrawFromStaking(uint256 amount)
staking(uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.