L1cmETH

Verified contract

Implementation

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

No balances found for "L1cmETH"

No transactions found for "L1cmETH"


Functions
Getter at block 20789251
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
blocklist(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
maxTotalSupply(view returns (uint256)
0
name(view returns (string)
sanctionsList(view returns (address)
0x0000000000000000000000000000000000000000
status(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlocked(address accountview returns (bool)
isSanctioned(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address _fromuint256 _amount
grantRole(bytes32 roleaddress account
initialize(struct L1cmETHInit init
mint(address _touint256 _amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setBlocklist(address _blocklist
setMaxTotalSupply(uint256 newMaxTotalSupplypayable 
setSanctionsList(address _sanctionsList
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlocklistSet(address oldBlocklistaddress newBlocklist
Initialized(uint64 version
ProtocolConfigChanged(bytes4 indexed setterSelectorstring setterSignaturebytes value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SanctionsListSet(address oldSanctionsListaddress newSanctionsList
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
BlockedAccount(
BlocklistZeroAddress(
ChainNotExpected(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
MaxSupplyOutOfBound(
NotInitializing(
Paused(
SanctionedAccount(
SanctionsListZeroAddress(
UnexpectedInitializeParams(