StaticCollateralOracle
Verified contract
Active on
Ethereum with 943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StaticCollateralOracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17209665 | 2 years ago | | | 0 | 0.0039204258 | |
| 17209592 | 2 years ago | | | 0 | 0.0039665857 | |
| 17208906 | 2 years ago | | | 0 | 0.0029384354 | |
| 17208884 | 2 years ago | | | 0 | 0.0032107233 | |
| 17208230 | 2 years ago | | | 0 | 0.0027233327 | |
| 17207468 | 2 years ago | | | 0 | 0.0026032684 | |
| 17207403 | 2 years ago | | | 0 | 0.0024954934 | |
| 17206052 | 2 years ago | | | 0 | 0.0036051726 | |
| 17205983 | 2 years ago | | | 0 | 0.0037199942 | |
| 17205966 | 2 years ago | | | 0 | 0.0038215154 |
ABI
ABI objects
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 collateralToken, uint256 collateralTokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCollateralValue(address collateralToken, uint256 collateralValue_)
CollateralValueUpdated(address indexed collateralToken, uint256 collateralValue)
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 currencyToken_)
This contract contains no fallback and receive objects.
InvalidAddress()
UnsupportedCollateral()