GuiseStakeDistributorTokenV2
Verified contract
Active on
Ethereum with 321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7721…afb8
0x9a6f…06da
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GUISE | ERC-20 | 149.795385K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19941841 | 6 months ago | | | 0 | 0.0026585043 | |
| 19852719 | 7 months ago | | | 0 | 0.0013598103 | |
| 19801916 | 7 months ago | | | 0 | 0.0012067600 | |
| 19743662 | 7 months ago | | | 0 | 0.0013980957 | |
| 19435429 | 9 months ago | | | 0 | 0.016141043 | |
| 19307159 | 9 months ago | | | 0 | 0.0089307054 | |
| 19306294 | 9 months ago | | | 0 | 0.0077264554 | |
| 19225825 | 10 months ago | | | 0 | 0.0075596301 | |
| 19206144 | 10 months ago | | | 0 | 0.0065277283 | |
| 19204091 | 10 months ago | | | 0 | 0.0082966790 |
ABI
ABI objects
Getter at block 21316908
GUISE() view returns (address)
0x7721a4cb6190edb11d47f51c20968436eccdafb8
distributorV1() view returns (address)
0x9a6f0891564325ab3846a50cf256a2fe7f1506da
owner() view returns (address)
0x4d3ed90e516e6fff8497385ebf4b7f4175da8838
totalDistributedReward() view returns (uint256)
912000000000000000000000
weekNo() view returns (uint256)
6
Read-only
claimUpToWeek(address to) view returns (uint256)
hasClaimed(uint256, address) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
rewards(uint256) view returns (uint256)
totalClaimed(address) view returns (uint256)
State-modifying
Events claim(struct GuiseStakeDistributorTokenV2Reward[] claims, address to)
distributeWeeklyReward(bytes32 _merkleRootOfWeek, uint256 _amountGuiseReward)
emergencyWithdrawETH()
emergencyWithdrawToken(address _token)
renounceOwnership()
transferOwnership(address newOwner)
Claim(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
AlreadyClaimed()
NotInMerkle()