LiquidityProtectionSettings
Verified contract
Active on
Ethereum with 164 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
Balances ($0.00)
No balances found for "LiquidityProtectionSettings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11777710 | 4 years ago | | | 0 | 0.0066394740 | |
| 11777706 | 4 years ago | | | 0 | 0.0066378060 | |
| 11777581 | 4 years ago | | | 0 | 0.019151082 | |
| 11731682 | 4 years ago | | | 0 | 0.0029686080 | |
| 11705054 | 4 years ago | | | 0 | 0.0032469150 | |
| 11673073 | 4 years ago | | | 0 | 0.0019377270 | |
| 11672806 | 4 years ago | | | 0 | 0.0046029420 | |
| 11672500 | 4 years ago | | | 0 | 0.0014224580 | |
| 11641938 | 4 years ago | | | 0 | 0.0027830700 | |
| 11628580 | 4 years ago | | | 0 | 0.0042055280 |
ABI
ABI objects
Getter at block 21285812 poolWhitelist() view returns (address[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_MINTED_TOKENS_ADMIN() view returns (bytes32)
0x2fed02d87db534c4f8377829440f789dcba284a8182dfa8b9fbb81fb7d2419d5
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)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
Read-only
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) view returns (uint256)
networkTokensMinted(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addPoolToWhitelist(address _poolAnchor)
decNetworkTokensMinted(address _poolAnchor, uint256 _amount)
grantRole(bytes32 role, address account)
incNetworkTokensMinted(address _poolAnchor, uint256 _amount)
removePoolFromWhitelist(address _poolAnchor)
renounceRole(bytes32 role, address account)
restoreRegistry()
restrictRegistryUpdate(bool _onlyOwnerCanUpdateRegistry)
revokeRole(bytes32 role, address account)
setAverageRateMaxDeviation(uint32 _averageRateMaxDeviation)
setDefaultNetworkTokenMintingLimit(uint256 _limit)
setLockDuration(uint256 _lockDuration)
setMinNetworkCompensation(uint256 _minCompensation)
setMinNetworkTokenLiquidityForMinting(uint256 _minimum)
setNetworkTokenMintingLimit(address _poolAnchor, uint256 _limit)
setProtectionDelays(uint256 _minProtectionDelay, uint256 _maxProtectionDelay)
transferOwnership(address _newOwner)
updateRegistry()
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)
NetworkTokensMintedUpdated(address indexed _poolAnchor, uint256 _prevAmount, uint256 _newAmount)
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)
constructor(address _networkToken, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.