Robots.Farm Locked
Verified contract
Active on
Base with 11,090 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Robots.Farm Locked"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749178 | a minute ago | | | 0 | 0.000016720188 | |
| 22747210 | an hour ago | | | 0 | 0.0000022289930 | |
| 22746724 | an hour ago | | | 0 | 0.0000016681496 | |
| 22744603 | 3 hours ago | | | 0 | 0.0000011504480 | |
| 22744287 | 3 hours ago | | | 0 | 0.000017272001 | |
| 22744156 | 3 hours ago | | | 0 | 0.000016720188 | |
| 22742781 | 4 hours ago | | | 0 | 0.0000010210226 | |
| 22742667 | 4 hours ago | | | 0 | 0.000017272001 | |
| 22741734 | 4 hours ago | | | 0 | 8.1969420e-7 | |
| 22741158 | 4 hours ago | | | 0 | 0.000016563252 |
ABI
ABI objects
Getter at block 22749207
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
boostBaseStake() view returns (uint256)
1500000000000000000000000
boostLimit() view returns (uint256)
100000
decimals() view returns (uint8)
18
maxBoost() view returns (uint256)
100000
name() view returns (string)
Robots.Farm Locked
owner() view returns (address)
0xad1613cf70b62c4e1542ae29b3faddfceffbe8fc
paused() view returns (bool)
false
penaltyPool() view returns (address)
0xb0d13326b9a23052251df7d7eb19e25e087459fe
perUnit() view returns (uint256)
6973149779451
pool() view returns (uint256)
265573055992324028321888002
previous() view returns (address)
0xcca8a697f4ff918a77d6991b200d171eb4f32896
rate() view returns (uint256)
600000000
symbol() view returns (string)
LRBF
token() view returns (address)
0x15de59489de5e7f240d72f787dc4a292b8199339
totalAmount() view returns (uint256)
808281330681100992881893374990
totalReward() view returns (uint256)
2866983977223384705285280
totalSupply() view returns (uint256)
262706072015100643616602722
updateTime() view returns (uint256)
1732287735
Read-only
allowance(address owner, address spender) view returns (uint256)
available(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
boost(address account) view returns (uint256)
boostAdjustment(uint256 boostValue, uint256 staked) view returns (uint256)
boosts(address) view returns (uint256 stakeBoost, uint256 stakeBoostExpire)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
staked(address account) view returns (uint256)
stakes(address) view returns (uint256 staked, uint256 reward, uint256 rewardsPerUnitPaid)
supportsInterface(bytes4 interfaceId) view returns (bool)
users(address) view returns (uint256 payed)
verify(bytes data, uint256 timestamp, bytes signature) view
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate()
mint(address to, uint256 amount)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBoostBaseStake(uint256 value)
setBoostLimit(uint256 _limit)
setPenaltyPool(address _penaltyPool)
setPool(uint256 _pool)
setRate(uint256 _rate)
setStakeBoost(address account, uint256 value, uint256 expire, uint256 fee, uint256 timestamp, bytes signature) payable
setWitness(address _witness)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateStake(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.