StaticCollateralOracle

Verified contract

Active on Ethereum with 943 txns
Deployed by via 0x606ebe7c at 16692177
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StaticCollateralOracle"

0x8f3f23c87b62d12475f036857f12855db8f6542ca7c45b4074095475e28cc005
0x629358d75fa98ad5d6e4dfd05ccfc83b05c16de1aad576cc9dd7830e32987ffd
0x7b6227d396e2043c5f56d8c1ff3c2e6011fe798c1e72fb3f9d3ea5950faf23a3
0x2b4dc8e8e92db229082381a1a007bab298bbd9ffa2eb53a37ef5542cdf50495a
0x87f4050f06144754156a6175acd145e826dcd1c9110168f24f78415d4bd84789
0x7baaf7b97dcf4d58a3138a68d5367552e55b21ffd8705bfbdfe76e944bf51bba
0x54cd6e7bbdbe08ee8c925873e8bdc7d361332644917ca2601f0484cbd8e37421
0x61ed718d8441e5361dce088fa51f0bc41b49d861237ef7f93e838176f68a3b26
0x41c779582ed16f45e734ea7fe2bd16975439a12f0c3737fc9b550e9f0d83f353
0x871c024ee867e30f50c03b9e0a5f03c2a7e520fb32d8a571d970c977786b6b45

Functions
Getter at block 21220113
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
IMPLEMENTATION_VERSION(view returns (string)
1.0
PARAMETER_ADMIN_ROLE(view returns (bytes32)
0xf0b50f04623eeaacfa1f202e062a3001c925a35c6b75d6903e67b43f44bbf152
currencyToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
collateralValue(address collateralTokenuint256 collateralTokenIdview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCollateralValue(address collateralTokenuint256 collateralValue_
Events
CollateralValueUpdated(address indexed collateralTokenuint256 collateralValue
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address currencyToken_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAddress(
UnsupportedCollateral(