CompensationClaims
Verified contract
Active on
Ethereum with 427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CompensationClaims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12675420 | 3 years ago | | | 0 | 0.00040681000 | |
| 12675405 | 3 years ago | | | 0 | 0.00040681000 | |
| 12266956 | 4 years ago | | | 0 | 0.0079810000 | |
| 12150938 | 4 years ago | | | 0 | 0.014288500 | |
| 12139018 | 4 years ago | | | 0 | 0.0081528501 | |
| 12131139 | 4 years ago | | | 0 | 0.0071442500 | |
| 12116630 | 4 years ago | | | 0 | 0.011767000 | |
| 12112953 | 4 years ago | | | 0 | 0.0074804501 | |
| 12080670 | 4 years ago | | | 0 | 0.0075645000 | |
| 12024709 | 4 years ago | | | 0 | 0.014120400 |
ABI
ABI objects
Getter at block 21284274
adjuster() view returns (address)
0x71f78361537a6f7b6818e7a760c8bc0146d93f50
decimals() view returns (uint8)
18
end() view returns (uint256)
1618893308
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
isAdjusterLocked() view returns (bool)
true
isGovernor() view returns (bool)
false
token() view returns (address)
0x2a8e1e676ec238d8a992307b495b45b3feaa5e86
totalClaims() view returns (uint256)
22826678677392712548930
Read-only
balanceOf(address _account) view returns (uint256)
State-modifying
Events claim(address _recipient)
claimGovernance()
collect(address _coin)
lockAdjuster()
setClaims(address[] _addresses, uint256[] _amounts)
start(uint256 _seconds)
transferGovernance(address _newGovernor)
unlockAdjuster()
Claim(address indexed recipient, uint256 amount)
ClaimSet(address indexed recipient, uint256 amount)
Collect(address indexed coin, uint256 amount)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
Lock()
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
Start(uint256 end)
Unlock()
constructor(address _token, address _adjuster)
This contract contains no fallback and receive objects.
This contract contains no error objects.