NotifyHelperStateful
Verified contract
Active on
Ethereum with 8 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 "NotifyHelperStateful"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13850693 | 3 years ago | | | 0 | 0.0035061660 | |
| 13850692 | 3 years ago | | | 0 | 0.0035115930 | |
| 13850295 | 3 years ago | | | 0 | 0.0098971290 | |
| 13850045 | 3 years ago | | | 0 | 0.24552168 | |
| 13831655 | 3 years ago | | | 0 | 0.0029913570 | |
| 13831653 | 3 years ago | | | 0 | 0.0029867340 | |
| 13831624 | 3 years ago | | | 0 | 0.0036634170 | |
| 13831622 | 3 years ago | | | 0 | 0.0036619680 |
ABI
ABI objects
Getter at block 21289468
VESTING_DENOMINATOR() view returns (uint256)
3
VESTING_NUMERATOR() view returns (uint256)
2
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
farm() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
notifyHelperIFARM() view returns (address)
0x8af7eb5a93076f6a2316261ac8d42f97adaab64e
notifyHelperRegular() view returns (address)
0xe20c31e3d08027f5aface84a3a46b7b3b165053c
reserve() view returns (address)
0xd00fce4966821da1edd1221a02af0afc876365e4
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
totalPercentage() view returns (uint256)
15740
vestingEscrow() view returns (address)
0xfed53aa679c2c1948473a08202f6203ebda20fd6
Read-only
getConfig(uint256 totalAmount) view returns (address[], uint256[], uint256[])
notificationExists(address poolAddress) view returns (bool)
notifications(uint256) view returns (address poolAddress, uint8 notificationType, uint256 percentage, bool vests)
numbers(uint256) view returns (uint256)
poolToIndex(address) view returns (uint256)
State-modifying
Events emergencyDrain(address token, uint256 amount)
notifyPools(uint256 total, uint256 timestamp)
setChanger(address who, bool value)
setNotifier(address who, bool value)
setPool(address poolAddress, uint256 poolPercentage, uint8 notificationType, bool vests)
setPoolBatch(address[] poolAddress, uint256[] poolPercentage, uint8[] notificationType, bool[] vests)
setStorage(address _store)
setVesting(uint256 _numerator, uint256 _denominator)
setVestingEscrow(address _escrow)
transferGovernance(address target, address newStorage)
ChangerSet(address indexed account, bool value)
NotifierSet(address indexed account, bool value)
PoolChanged(address indexed pool, uint256 percentage, uint256 notificationType, bool vests)
Vesting(address pool, uint256 amount)
constructor(address _storage, address _notifyHelperRegular, address _farm, address _notifyHelperIFARM, address _escrow, address _reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.