MagicStaking
Verified contract
Active on
Ethereum with 3,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0c7…ac9a
Balances ($29,382.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAGIC | ERC-20 | 54.051209K | $0.543599 |
$29,382.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16479621 | 2 years ago | | | 0 | 0.0018023539 | |
| 14558439 | 3 years ago | | | 0 | 0.0028051813 | |
| 14522565 | 3 years ago | | | 0 | 0.0065480296 | |
| 14399433 | 3 years ago | | | 0 | 0.0032103065 | |
| 14264419 | 3 years ago | | | 0 | 0.0088145831 | |
| 14242967 | 3 years ago | | | 0 | 0.0033234820 | |
| 14229696 | 3 years ago | | | 0 | 0.0035753246 | |
| 14147568 | 3 years ago | | | 0 | 0.0050462006 | |
| 14126675 | 3 years ago | | | 0 | 0.0062611915 | |
| 14118768 | 3 years ago | | | 0 | 0.0066955583 |
ABI
ABI objects
Getter at block 21290621
_timeLock() view returns (uint256)
1633539600
owner() view returns (address)
0x3577a25a1cf6b5b254798101aab6b23a3bed8b28
stakedToken() view returns (address)
0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a
totalStaked() view returns (uint256)
54051209182246693347044
totalSupply() view returns (uint256)
54051209182246693347044
unlockTime() view returns (uint256)
1633539600
Read-only
balanceOf(address account) view returns (uint256)
depositBalances(address) view returns (uint256)
State-modifying
Events alterTimelock(uint256 _timeStamp)
renounceOwnership()
stake(uint256 amount) payable
stakeFor(address forWhom, uint256 amount) payable
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 timeStamp)
TimelockEnd(uint256 timeStamp)
Withdrawn(address indexed user, uint256 amount)
constructor(address _stakedToken, uint256 _unlockTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.