SeigniorageMining
Verified contract
Active on
Ethereum with 103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b51…c6c8
0x380b…a1f3
0x8373…7abd
Balances ($0.00)
No balances found for "SeigniorageMining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10898859 | 4 years ago | | | 0 | 0.048956352 | |
| 10898660 | 4 years ago | | | 0 | 0.058786020 | |
| 10892711 | 4 years ago | | | 0 | 0.053989248 | |
| 10892501 | 4 years ago | | | 0 | 0.062475516 | |
| 10890293 | 4 years ago | | | 0 | 0.054676986 | |
| 10890283 | 4 years ago | | | 0 | 0.048886200 | |
| 10890189 | 4 years ago | | | 0 | 0.098281260 | |
| 10885839 | 4 years ago | | | 0 | 0.068630400 | |
| 10882442 | 4 years ago | | | 0 | 0.13063560 | |
| 10872344 | 4 years ago | | | 0 | 0.045753600 |
ABI
ABI objects
Getter at block 21333219 totalLockedDollars() view returns (uint256) totalUnlockedDollars() view returns (uint256)
getDistributionToken() view returns (address)
0x6b583cf4aba7bf9d6f8a51b3f1f7c7b2ce59bf15
getStakingToken() view returns (address)
0xa54f47c67305069138c59b8f4e24d06cdf147175
isOwner() view returns (bool)
false
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xa54f47c67305069138c59b8f4e24d06cdf147175
totalLocked() view returns (uint256)
423480530187768
totalLockedShares() view returns (uint256)
423480530187721968596
totalStaked() view returns (uint256)
55905368800209843623891
totalStakingShares() view returns (uint256)
55905368800209843623891000000
totalUnlocked() view returns (uint256)
21336021054713
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.