PauseEnforcer
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($208.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 138.775842 | $0.999967 |
$138.77 | |
USDC | ERC-20 | 66.274276 | $0.999334 |
$66.23 | |
CERE | ERC-20 | 1.5K | $0.002404 |
$3.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675205 | 3 months ago | | | 0 | 0.000036736501 | |
| 20675194 | 3 months ago | | | 0 | 0.000043457186 | |
| 20675190 | 3 months ago | | | 0 | 0.000030120266 | |
| 20470603 | 4 months ago | | | 0 | 0.00038800245 | |
| 20468866 | 4 months ago | | | 0 | 0.00035804225 | |
| 19117173 | 10 months ago | | | 0 | 0.00063824356 | |
| 19117160 | 10 months ago | | | 0 | 0.00092796248 | |
| 19117121 | 10 months ago | | | 0 | 0.00067903106 | |
| 19117119 | 10 months ago | | | 0 | 0.00091984012 | |
| 19116927 | 10 months ago | | | 0 | 0.00067580808 |
ABI
ABI objects
Getter at block 21247140
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SENTRY_ROLE() view returns (bytes32)
0x5bea60102f2a7acc9e82b1af0e3bd4069661102bb5dd143a6051cd1980dded1c
emergency() view returns (bool)
false
target() view returns (address)
0x64192819ac13ef72bf6b5ae239ac672b43a9af08
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
grantSentry(address _sentry)
renounceRole(bytes32 role, address account)
resetEmergency()
revokeRole(bytes32 role, address account)
revokeSentry(address _sentry)
triggerPause()
triggerUnpause()
EmergencyPaused(address account)
EmergencyUnpaused(address account)
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 _target, address _admin, address[] _sentries)
This contract contains no fallback and receive objects.
This contract contains no error objects.