Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4d73…bcb7
Balances ($635.50)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,407.93 |
$0 | |
HIM | ERC-20 | 14.183381K | $0.044806 |
$635.5 | |
kurbi | ERC-20 | 0.01 | $0.000849 |
$0 | |
BLU | ERC-20 | 507.000423K | -- | -- | |
COOMER | ERC-20 | 69 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
Reps | ERC-20 | 0 | -- | -- | |
Dems | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22634500 | 4 days ago | | | 0 | 2.9910463e-7 | |
| 21406427 | a month ago | | | 0 | 2.9631015e-7 | |
| 20677228 | 2 months ago | | | 0 | 1.7296611e-7 | |
| 20462639 | 2 months ago | | | 0 | 3.2883609e-7 | |
| 20453455 | 2 months ago | | | 0 | 2.8072101e-7 | |
| 20373809 | 2 months ago | | | 0 | 2.5615758e-7 | |
| 20373746 | 2 months ago | | | 0 | 2.6676901e-7 | |
| 20361380 | 2 months ago | | | 0 | 3.1821856e-7 | |
| 20336197 | 2 months ago | | | 0 | 2.4875721e-7 | |
| 20334840 | 2 months ago | | | 0 | 2.9984525e-7 |
ABI
ABI objects
Getter at block 22825218
PRECISION() view returns (uint256)
1000000000000000000
canChangeRewardAddress() view returns (bool)
true
distributionCount() view returns (uint256)
5
newestActiveDistributionId() view returns (uint256)
0
owner() view returns (address)
0x4005dc7ec0529d9f222e36511bdcd94b9677bb24
platformFee() view returns (uint256)
100
rewardFarmers() view returns (address)
0x4d73e0b349982f75539769f4c9b4b4224bd6bcb7
Read-only
allocatedAmount(uint256 distributionId, address user) view returns (uint256)
currentAllocation(uint256 distributionId, address user) view returns (uint256)
currentAllocationPeriod(uint256 distributionId) view returns (uint256)
deposits(uint256, address) view returns (uint256 previouslyAllocated, uint256 amount, bool claimed)
distributions(uint256) view returns (uint256 totalTokensPerDeposit, uint256 uncommonRewardId, uint256 percentReturned, uint256 tokensPerSecond, bool hasUncommonReward, uint256 totalDeposited, bool rewardDistributed, uint256 lastDepositAt, bool ownerWithdrawn, uint256 platformFee, uint256 startTime, uint256 amountOUT, uint256 duration, uint256 endTime, string ipfsHash, address creator, uint256 id, string description, string name, uint256 nextActiveId, uint256 prevActiveId, address tokenIN, address tokenOUT)
ethPerToken(address token) view returns (uint256)
getActiveDistributions(address user, uint256 page, uint256 pageSize) view returns (struct RiceFieldsDistributionInfo[])
getInfo(uint256 distributionId, address user) view returns (struct RiceFieldsDistributionInfo)
getRecentDistributions(address user, uint256 page, uint256 pageSize) view returns (struct RiceFieldsDistributionInfo[])
getUserDistributions(address user, uint256 page, uint256 pageSize) view returns (struct RiceFieldsDistributionInfo[])
previousAllocation(uint256 distributionId, address user) view returns (uint256)
userDistributions(address, uint256) view returns (uint256)
State-modifying
Events claim(uint256 distributionId)
createDistribution(address tokenIN, address tokenOUT, uint256 duration, uint256 amountOUT, string name, string description, string ipfsHash, uint256 percentReturned) payable
deposit(uint256 distributionId, uint256 amount) payable
distributeReward(uint256 distributionId)
renounceOwnership()
revokeCanChangeRewardAddress()
setPlatformFee(uint256 newFee)
setRewardFarmers(address _farm)
transferOwnership(address newOwner)
withdraw(uint256 distributionId)
Claim(uint256 distributionId, address indexed user, uint256 amount, uint256 ethAmount)
Deposited(uint256 distributionId, address indexed user, uint256 amount)
DistributionCreated(uint256 id, address creator, string name, string description, uint256 duration, string ipfsHash, uint256 amountOUT, uint256 percentReturned, address tokenOUT, address tokenIN)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _farm)
This contract contains no fallback and receive objects.
This contract contains no error objects.