Simple Grain
Verified contract
Active on
Ethereum with 2,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($41,658.83)
Native
Value
$41,658.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 16.968698 | $2,455.04 |
$41,658.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103763 | 3 days ago | | | 0 | 0.00016707816 | |
| 21096266 | 4 days ago | | | 0 | 0.00014271391 | |
| 21093487 | 4 days ago | | | 0 | 0.00094462341 | |
| 21093442 | 4 days ago | | | 0 | 0.0013290680 | |
| 21071931 | 7 days ago | | | 0 | 0.00068881025 | |
| 21046854 | 11 days ago | | | 0 | 0.00021457061 | |
| 20998456 | 17 days ago | | | 0 | 0.00024080088 | |
| 20994314 | 18 days ago | | | 0 | 0.00085115898 | |
| 20994260 | 18 days ago | | | 0 | 0.00095543624 | |
| 20972801 | 21 days ago | | | 0 | 0.00098885054 |
ABI
ABI objects
Getter at block 21123409
BONDING_SUPPLY() view returns (uint256)
44444444444444400000000000000000
FARM_SUPPLY() view returns (uint256)
22222222222222200000000000000000
LIQUIDITY_PERCENT() view returns (uint256)
10
PRECISION() view returns (uint256)
1000000000000000000
TOTAL_SUPPLY() view returns (uint256)
111111111111111000000000000000000
bondingEndTime() view returns (uint256)
1709263967
bondingPeriod() view returns (uint256)
1296000
bondingStartTime() view returns (uint256)
1707967967
currentAllocationPeriod() view returns (uint256)
103320
decimals() view returns (uint8)
18
farm() view returns (address)
0x36cd5ec81abeb77a1246d97a19209e5c6c39f488
lastBondedAt() view returns (uint256)
1709160647
liquidityDeployed() view returns (bool)
true
name() view returns (string)
Simple Grain
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
RICE
timeSinceStart() view returns (uint256)
22865400
tokensPerSecond() view returns (uint256)
34293552812071296296296296296296296296296296
totalBonded() view returns (uint256)
672199296446810782587
totalSupply() view returns (uint256)
111111111111111000000000000000000
totalTokensPerBond() view returns (uint256)
11533147825480165515324746922899
uniswapPair() view returns (address)
0x4581ce7a1b68f32fce97cf9f516f3550053b32a6
Read-only
allocatedAmount(address user) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bonds(address) view returns (uint256 previouslyAllocated, uint256 amount, bool claimed)
getInfo(address user) view returns (uint256[9])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bond() payable
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyClaim()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Bonded(address indexed user, uint256 amount)
Claim(address indexed user, uint256 amount, uint256 ethAmount)
EmergencyClaim(address indexed user, uint256 ethAmount)
LiquidityAdded(uint256 tokenAmount, uint256 ethAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _bondingPeriod, address _farm, address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.