SeigniorageMining
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8507…d090
0x8445…9566
0xf2e7…a243
Balances ($0.00)
No balances found for "SeigniorageMining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10870698 | 4 years ago | | | 0 | 0.072535350 | |
| 10870652 | 4 years ago | | | 0 | 0.077922240 | |
| 10870619 | 4 years ago | | | 0 | 0.082364832 | |
| 10870605 | 4 years ago | | | 0 | 0.084909930 | |
| 10844384 | 4 years ago | | | 0 | 0.045739640 | |
| 10842063 | 4 years ago | | | 0 | 0.083509712 | |
| 10842053 | 4 years ago | | | 0 | 0.070978284 | |
| 10842048 | 4 years ago | | | 0 | 0.042370068 | |
| 10842045 | 4 years ago | | | 0 | 0.086256742 | |
| 10841987 | 4 years ago | | | 0 | 0.093852990 |
ABI
ABI objects
Getter at block 21102659 totalLockedDollars() view returns (uint256) totalUnlockedDollars() view returns (uint256)
getDistributionToken() view returns (address)
0x6b583cf4aba7bf9d6f8a51b3f1f7c7b2ce59bf15
getStakingToken() view returns (address)
0x728102a5ba2c67f2250002c0a4418724019862ae
isOwner() view returns (bool)
false
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x728102a5ba2c67f2250002c0a4418724019862ae
totalLocked() view returns (uint256)
132615905631677
totalLockedShares() view returns (uint256)
132615905631659056337
totalStaked() view returns (uint256)
51124129455111993
totalStakingShares() view returns (uint256)
51124129455111993000000
totalUnlocked() view returns (uint256)
6126331811
unlockScheduleCount() view returns (uint256)
1
Read-only
totalStakedFor(address addr) view returns (uint256)
totalUserDollarRewards(address user) view returns (uint256)
totalUserDollarRewardsFixed(address user) view returns (uint256)
totalUserShareRewards(address user) view returns (uint256)
unlockSchedules(uint256) view returns (uint256 initialLockedShares, uint256 unlockedShares, uint256 lastUnlockTimestampSec, uint256 startAtSec, uint256 endAtSec, uint256 durationSec)
State-modifying
Events changeStakingToken(address stakingToken)
lockTokens(uint256 amount, uint256 startTimeSec, uint256 durationSec)
renounceOwnership()
stake(uint256 amount, bytes data)
stakeFor(address user, uint256 amount, bytes data)
transferOwnership(address newOwner)
unlockTokens() returns (uint256)
unstake(uint256 amount, bytes data)
unstakeQuery(uint256 amount) returns (uint256, uint256)
updateAccounting() returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
DollarsClaimed(address indexed user, uint256 amount)
DollarsUnlocked(uint256 amount, uint256 total)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
TokensClaimed(address indexed user, uint256 amount)
TokensLocked(uint256 amount, uint256 durationSec, uint256 total)
TokensUnlocked(uint256 amount, uint256 total)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address stakingToken, address shareToken, address dollarToken, uint256 maxUnlockSchedules, uint256 initialSharesPerToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.