Opacity
Verified contract
Active on
Ethereum with 11,901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPCT | ERC-20 | 10.769446K | $0.001756 |
$18.92 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147578 | 2 days ago | | | 0 | 0.00036159295 | |
| 21143491 | 2 days ago | | | 0 | 0.0012201714 | |
| 21091974 | 9 days ago | | | 0 | 0.00029247931 | |
| 21070705 | 12 days ago | | | 0 | 0.00034065589 | |
| 21020281 | 19 days ago | | | 0 | 0.00047171351 | |
| 21015997 | 20 days ago | | | 0 | 0.00055650860 | |
| 21013450 | 20 days ago | | | 0 | 0.00041308077 | |
| 20994973 | 23 days ago | | | 0 | 0.00055969055 | |
| 20982787 | 25 days ago | | | 0 | 0.00054261137 | |
| 20981555 | 25 days ago | | | 0 | 0.00045244465 |
ABI
ABI objects
Getter at block 21158816
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals() view returns (uint8)
18
name() view returns (string)
Opacity
paused() view returns (bool)
false
symbol() view returns (string)
OPCT
totalSupply() view returns (uint256)
130000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.