Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRIT | ERC-20 | 43.903145K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11619406 | 4 years ago | | | 0 | 0.0030435901 | |
| 11527288 | 4 years ago | | | 0 | 0.0027507150 | |
| 11402760 | 4 years ago | | | 0 | 0.0016371961 | |
| 11399096 | 4 years ago | | | 0 | 0.00057643756 | |
| 11353776 | 4 years ago | | | 0 | 0.00090045780 | |
| 11349690 | 4 years ago | | | 0 | 0.0013500306 | |
| 11349660 | 4 years ago | | | 0 | 0.00063566360 | |
| 11338122 | 4 years ago | | | 0 | 0.0030190300 | |
| 11331797 | 4 years ago | | | 0 | 0.012507410 | |
| 11325144 | 4 years ago | | | 0 | 0.0048304480 |
ABI
ABI objects
Getter at block 21304250
available() view returns (uint256)
41707988191777796214932
balance() view returns (uint256)
239362646483686417643957
controller() view returns (address)
0xd944765701051440178220e01df5f5638f39a903
decimals() view returns (uint8)
18
getPricePerFullShare() pure returns (uint256)
1000000000000000000
governance() view returns (address)
0x71d2506dc153458f79fa9cf1adce270ef3b04b46
lockingDuration() view returns (uint256)
604800
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
cCrit
symbol() view returns (string)
cCRIT
token() view returns (address)
0xf00ea2f3761a730f414aee6dfdc7857b6a3ef086
totalSupply() view returns (uint256)
239362646483686417643957
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositedAt(address) view returns (uint256)
isLocked(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setLockingDuration(uint256 _time)
setMin(uint256 _min)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.