SeigniorageMining
Verified contract
Active on
Ethereum with 112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7856…0bec
0xa292…081a
0xbf9c…22a2
Balances ($0.00)
No balances found for "SeigniorageMining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10900446 | 4 years ago | | | 0 | 0.090113280 | |
| 10895677 | 4 years ago | | | 0 | 0.047878950 | |
| 10895234 | 4 years ago | | | 0 | 0.038668279 | |
| 10895124 | 4 years ago | | | 0 | 0.056988338 | |
| 10894196 | 4 years ago | | | 0 | 0.10214176 | |
| 10894182 | 4 years ago | | | 0 | 0.13905260 | |
| 10893832 | 4 years ago | | | 0 | 0.095927040 | |
| 10888662 | 4 years ago | | | 0 | 0.072958400 | |
| 10888529 | 4 years ago | | | 0 | 0.10625834 | |
| 10886770 | 4 years ago | | | 0 | 0.11308552 |
ABI
ABI objects
Getter at block 21169641 totalLockedDollars() view returns (uint256) totalUnlockedDollars() view returns (uint256)
getDistributionToken() view returns (address)
0x6b583cf4aba7bf9d6f8a51b3f1f7c7b2ce59bf15
getStakingToken() view returns (address)
0xab7b749a56322e15ecd685077ccb69ac9fc5dc0e
isOwner() view returns (bool)
false
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xab7b749a56322e15ecd685077ccb69ac9fc5dc0e
totalLocked() view returns (uint256)
212299039193355
totalLockedShares() view returns (uint256)
212299039193302891989
totalStaked() view returns (uint256)
23797403760294
totalStakingShares() view returns (uint256)
23797403760294000000
totalUnlocked() view returns (uint256)
1982105042835
unlockScheduleCount() view returns (uint256)
1
Read-only
totalStakedFor(address addr) view returns (uint256)
totalUserDollarRewards(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.