SeigniorageMining
Verified contract
Active on
Ethereum with 1,691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6735…e566
0x7235…f49d
0x7619…b6f2
Balances ($0.00)
No balances found for "SeigniorageMining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16023703 | 2 years ago | | | 0 | 0.0061881750 | |
| 14113221 | 3 years ago | | | 0 | 0.026162586 | |
| 13910861 | 3 years ago | | | 0 | 0.042040039 | |
| 13909007 | 3 years ago | | | 0 | 0.039503948 | |
| 13796557 | 3 years ago | | | 0 | 0.014306852 | |
| 13359187 | 3 years ago | | | 0 | 0.054909000 | |
| 13142826 | 3 years ago | | | 0 | 0.030476656 | |
| 12887182 | 3 years ago | | | 0 | 0.0038513750 | |
| 12884412 | 3 years ago | | | 0 | 0.0040849080 | |
| 12726398 | 3 years ago | | | 0 | 0.0066148190 |
ABI
ABI objects
Getter at block 21247784
getDistributionToken() view returns (address)
0x39795344cbcc76cc3fb94b9d1b15c23c2070c66d
getStakingToken() view returns (address)
0x18f238a96392a8fabb87065b5129dd00192e6cb1
isOwner() view returns (bool)
false
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x18f238a96392a8fabb87065b5129dd00192e6cb1
totalLocked() view returns (uint256)
0
totalLockedDollars() view returns (uint256)
0
totalLockedShares() view returns (uint256)
0
totalStaked() view returns (uint256)
17683962851036141
totalStakingShares() view returns (uint256)
17683962851036141000000
totalUnlocked() view returns (uint256)
20816462848025
totalUnlockedDollars() view returns (uint256)
0
unlockScheduleCount() view returns (uint256)
2
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.