IncentivePoolContract
Verified contract
Active on
Ethereum with 3 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 "IncentivePoolContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6304763 | 6 years ago | | | 0 | 0.00025690800 | |
| 6304754 | 6 years ago | | | 0 | 0.00027743400 | |
| 6304739 | 6 years ago | | | 0 | 0.00011365500 |
ABI
ABI objects
Getter at block 21173254
ROLE_OPERATOR() view returns (string)
operator
getIncentiveNum() view returns (uint256 yearSum, uint256 daySum, uint256 currentYear)
(yearSum=146966400000000000000000000, daySum=402647671232876712328767, currentYear=7)
openingTime() view returns (uint256)
1536681600
owner() view returns (address)
0x3e561ca1211cc758008445779be9404de9202897
Read-only
checkRole(address _operator, string _role) view
getIncentiveNumByTime(uint256 _time) view returns (uint256 yearSum, uint256 daySum, uint256 currentYear)
hasRole(address _operator, string _role) view returns (bool)
State-modifying
Events addOperater(address _operator)
removeOperater(address _operator)
renounceOwnership()
setOpeningTime(uint32 _newOpeningTime)
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.