LiquidityProtectionSettings
Verified contract
Active on
Ethereum with 399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "LiquidityProtectionSettings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14972630 | 2 years ago | | | 0 | 0.0011148671 | |
| 14972630 | 2 years ago | | | 0 | 0.0010378815 | |
| 14837063 | 3 years ago | | | 0 | 0.0017231727 | |
| 14837058 | 3 years ago | | | 0 | 0.0028259197 | |
| 14756114 | 3 years ago | | | 0 | 0.0060645578 | |
| 14756109 | 3 years ago | | | 0 | 0.0098618207 | |
| 14755120 | 3 years ago | | | 0 | 0.011774204 | |
| 14755093 | 3 years ago | | | 0 | 0.022448745 | |
| 14716748 | 3 years ago | | | 0 | 0.00097335224 | |
| 14716745 | 3 years ago | | | 0 | 0.0010318851 |
ABI
ABI objects
Getter at block 21292254 poolWhitelist() view returns (address[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_OWNER() view returns (bytes32)
0x9f4e1c871d5fdd0aee1cd182666698a4492b24c6832aac230d07b11046af5a89
averageRateMaxDeviation() view returns (uint32)
5000
defaultNetworkTokenMintingLimit() view returns (uint256)
20000000000000000000000
lockDuration() view returns (uint256)
86400
maxProtectionDelay() view returns (uint256)
8640000
minNetworkCompensation() view returns (uint256)
10000000000000000
minNetworkTokenLiquidityForMinting() view returns (uint256)
1000000000000000000000
minProtectionDelay() view returns (uint256)
2592000
networkToken() view returns (address)
0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
onlyOwnerCanUpdateRegistry() view returns (bool)
false
owner() view returns (address)
0x840321c60505fff2c33175098d127287c736610c
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
subscribers() view returns (address[])
[0x318fEA7e45A7D3aC5999DA7e1055F5982eEB3E67]
Read-only
addLiquidityDisabled(address poolAnchor, address reserveToken) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isPoolSupported(address poolAnchor) view returns (bool)
isPoolWhitelisted(address poolAnchor) view returns (bool)
networkTokenMintingLimits(address poolAnchor) view returns (uint256)
State-modifying
Events acceptOwnership()
addPoolToWhitelist(address poolAnchor)
addSubscriber(address subscriber)
disableAddLiquidity(address poolAnchor, address reserveToken, bool disable)
grantRole(bytes32 role, address account)
removePoolFromWhitelist(address poolAnchor)
removeSubscriber(address subscriber)
renounceRole(bytes32 role, address account)
restoreRegistry()
restrictRegistryUpdate(bool _onlyOwnerCanUpdateRegistry)
revokeRole(bytes32 role, address account)
setAverageRateMaxDeviation(uint32 deviation)
setDefaultNetworkTokenMintingLimit(uint256 amount)
setLockDuration(uint256 duration)
setMinNetworkCompensation(uint256 amount)
setMinNetworkTokenLiquidityForMinting(uint256 amount)
setNetworkTokenMintingLimit(address poolAnchor, uint256 amount)
setProtectionDelays(uint256 minDelay, uint256 maxDelay)
transferOwnership(address _newOwner)
updateRegistry()
AddLiquidityDisabled(address indexed poolAnchor, address indexed reserveToken, bool disabled)
AverageRateMaxDeviationUpdated(uint32 prevAverageRateMaxDeviation, uint32 newAverageRateMaxDeviation)
DefaultNetworkTokenMintingLimitUpdated(uint256 prevDefault, uint256 newDefault)
LockDurationUpdated(uint256 prevLockDuration, uint256 newLockDuration)
MinNetworkCompensationUpdated(uint256 prevMinNetworkCompensation, uint256 newMinNetworkCompensation)
MinNetworkTokenLiquidityForMintingUpdated(uint256 prevMin, uint256 newMin)
NetworkTokenMintingLimitUpdated(address indexed poolAnchor, uint256 prevLimit, uint256 newLimit)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
PoolWhitelistUpdated(address indexed poolAnchor, bool added)
ProtectionDelaysUpdated(uint256 prevMinProtectionDelay, uint256 newMinProtectionDelay, uint256 prevMaxProtectionDelay, uint256 newMaxProtectionDelay)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SubscriberUpdated(address indexed subscriber, bool added)
constructor(address token, address registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.