FarmV2
Verified contract
Active on
Ethereum with 15,322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbbc2…3505
Balances ($1,406,994.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERN | ERC-20 | 639.543107K | $2.20 |
$1,406,994.84 | |
ETRNL | ERC-20 | 1.465419M | -- | -- | |
WHACKD | ERC-20 | 41.216K | -- | -- | |
TITAN | ERC-20 | 7.3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242985 | 8 hours ago | | | 0 | 0.00087350866 | |
| 21240697 | 15 hours ago | | | 0 | 0.0010032660 | |
| 21240379 | 17 hours ago | | | 0 | 0.0010768119 | |
| 21240304 | 17 hours ago | | | 0 | 0.00071495751 | |
| 21240161 | 17 hours ago | | | 0 | 0.00062928821 | |
| 21237905 | a day ago | | | 0 | 0.0021543431 | |
| 21235911 | a day ago | | | 0 | 0.00095538570 | |
| 21233450 | 2 days ago | | | 0 | 0.00089551910 | |
| 21222661 | 3 days ago | | | 0 | 0.0021643145 | |
| 21222613 | 3 days ago | | | 0 | 0.0023630580 |
ABI
ABI objects
Getter at block 21245303
COLLECTION_ROLE() view returns (bytes32)
0x40a5c770eee7730548a6335e1f372e76bf4759f6fda1a932bd9cfc33106f0b4c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
limit() view returns (uint256)
10000000000000000000000
total() view returns (uint256)
639543107171219105173004
Read-only
farmed(address sender) view returns (uint256)
farmedStart(address sender) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
rewardedStones(address staker) view returns (uint256)
stakers(address) view returns (uint256 amount, uint256 stones, uint256 timestamp, bool oldStaker)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(uint256 amount)
giveAway(address _address, uint256 stones)
grantRole(bytes32 role, address account)
payment(address buyer, uint256 amount) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sell(uint256 stones, address from, address to)
setTokenAddress(address token_, address farmv1_)
withdraw(uint256 amount)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.