GfoxClaim
Verified contract
Active on
Ethereum with 3,553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GFOX | ERC-20 | 230.31 | $0.000137 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590206 | 3 months ago | | | 0 | 0.00022893398 | |
| 20578768 | 3 months ago | | | 0 | 0.00023040729 | |
| 20576777 | 3 months ago | | | 0 | 0.00013572073 | |
| 20575405 | 3 months ago | | | 0 | 0.00013044187 | |
| 20571867 | 3 months ago | | | 0 | 0.00028164256 | |
| 20571238 | 3 months ago | | | 0 | 0.00054578478 | |
| 20568487 | 3 months ago | | | 0 | 0.00069422362 | |
| 20563190 | 3 months ago | | | 0 | 0.00040999812 | |
| 20562684 | 3 months ago | | | 0 | 0.00034745717 | |
| 20558531 | 3 months ago | | | 0 | 0.00011770073 |
ABI
ABI objects
Getter at block 21297987
claimStart() view returns (uint256)
1713491400
gfStaking() view returns (address)
0x80846b546baece682496caaf8b8aba62c65cb0e4
gfoxToken() view returns (address)
0x8f1cece048cade6b8a05dfa2f90ee4025f4f2662
merkleRoot() view returns (bytes32)
0x0d02f7f4cb13bc6ed4bf875d5fb7c139eb378f11bd698112fe6060601fbe36b3
owner() view returns (address)
0x4e6647a2bda8dfe75316a72e73586ecd24d0e700
Read-only
claimedAmount(address) view returns (uint256)
State-modifying
Events claim(address _account, uint256 _amount, bytes32[] _proof)
claimAndStake(address _account, uint256 _amount, bytes32[] _proof, uint256 _poolId)
recoverTokens(address _token, address _to, uint256 _amount)
renounceOwnership()
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
Claimed(address indexed account, uint256 amount, uint256 totalAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner, address _gfoxToken, address _stakeContract, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)