ParameterControl
Verified contract
Active on
Ethereum with 6 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 "ParameterControl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15586401 | 2 years ago | | | 0 | 0.00016625185 | |
| 15519995 | 2 years ago | | | 0 | 0.00057840697 | |
| 15073318 | 2 years ago | | | 0 | 0.00040587388 | |
| 14896274 | 2 years ago | | | 0 | 0.0019782563 | |
| 14896257 | 2 years ago | | | 0 | 0.0022910884 | |
| 14765861 | 3 years ago | | | 0 | 0.0041859646 |
ABI
ABI objects
Getter at block 21213008
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
admin() view returns (address)
0x25ba272695b064f33b843c32834f847255ff25dc
Read-only
get(string key) view returns (string)
getInt(string key) view returns (int256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUInt256(string key) view returns (uint256)
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)
set(string key, string value)
setInt(string key, int256 value)
setUInt256(string key, uint256 value)
updateAdmin(address admin_)
AdminChanged(address previousAdmin, address newAdmin)
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)
SetEvent(string key, string value)
constructor(address admin_)
This contract contains no fallback and receive objects.
This contract contains no error objects.