Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xffe9…9a6b
0x0913…c977
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRI | ERC-20 | 79.677357M | -- | -- | |
MRI | ERC-20 | 23.230004M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17538707 | a year ago | | | 0 | 0.0038550182 | |
| 17536318 | a year ago | | | 0 | 0.0028602470 | |
| 17095678 | 2 years ago | | | 0 | 0.0062716953 | |
| 17062147 | 2 years ago | | | 0 | 0.0054200425 | |
| 17050602 | 2 years ago | | | 0 | 0.0037359185 | |
| 17033136 | 2 years ago | | | 0 | 0.0033330995 | |
| 16902270 | 2 years ago | | | 0 | 0.0021792069 | |
| 16822592 | 2 years ago | | | 0 | 0.0032615215 | |
| 16723539 | 2 years ago | | | 0 | 0.0025728219 | |
| 16722918 | 2 years ago | | | 0 | 0.0025993292 |
ABI
ABI objects
Getter at block 21434762
LpToken() view returns (address)
0x0913ddae242839f8995c0375493f9a1a3bddc977
Vault() view returns (address)
0xffe93e63e94da7a44739b6abfa25b81ced979a6b
devAddress() view returns (address)
0x07f1be02f87d9b2ee7da9191c690cb7ccc36cc27
owner() view returns (address)
0x26f8d863819210a81d3ca079720e71056f0f1823
purpose() view returns (bool)
true
tellerClosedTime() view returns (uint256)
1674417323
tellerOpen() view returns (bool)
false
totalLP() view returns (uint256)
22467589707326306536769631
totalWeight() view returns (uint256)
23982813335558837011205856
Read-only
commitmentInfo(uint256) view returns (uint256 bonus, uint256 duration, uint256 penalty, uint256 deciAdjustment, bool isActive)
getUserInfo(address _user) view returns (uint256, uint256, uint256, uint256, uint256)
providerInfo(address) view returns (uint256 LPDepositedRatio, uint256 userWeight, uint256 lastClaimedTime, uint256 commitmentIndex, uint256 committedAmount, uint256 commitmentEndTime)
State-modifying
Events addCommitment(uint256 _bonus, uint256 _days, uint256 _penalty, uint256 _deciAdjustment)
breakCommitment()
claimExternal()
commit(uint256 _amount, uint256 _commitmentIndex)
depositLP(uint256 _amount)
renounceOwnership()
setPurpose(address _address, bool _status)
tellerClosedWithdraw()
toggleCommitment(uint256 _index)
toggleTeller()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(address indexed provider, bool indexed success)
Commited(address indexed provider, uint256 indexed commitedAmount)
CommitmentBroke(address indexed provider, uint256 indexed tokenSentAmount)
CommitmentToggled(uint256 index, bool status)
LpDeposited(address indexed provider, uint256 indexed amount)
NewCommitmentAdded(uint256 bonus, uint256 time, uint256 penalty, uint256 deciAdjustment)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurposeSet(address devAddress, bool purposeStatus)
TellerDeployed()
TellerToggled(address teller, bool status)
Withdrew(address indexed provider, uint256 indexed amount)
constructor(address _LpToken, address _Vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.