Dyl

Unverified contract

Proxy

Active on Base with 390 txns
Deployed by via 0xabdb4a67 at 9665282
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd438edae0b55923a6ed872352af35f49a98607993715fb58f72a87fcec073b1f
0x7914aaab6565e6c0415c36a1b38513bb2488406855d028354a3f9ccbc5f384c0
0x6b3108e11e761dcd4bcce0461fb5ab70bbd11d17f9951783ce1dae0ae3c8d6de
0xbf17326ff9b278a71dc03421804b79f28370c63f374830b0846bffb649577018
0x1457e192003e18bb838185ee787fd5bd8d46b30edf6ea71b8ec0e280945efb0c
0xb9d57366f957fcbdf6179d509e15e9e1e352a3aa2c148e4831d3a6e1b61ae89e
0x68302a2cbafafa7619f0aa36a329bd5a20ec1bb993b7527f71e7e7a4aa964088
0xc41b7382de9640a212c795f3c28c5f18cb1b4f4ed1226a67099356e67df5a7ca
0x4d16499227f2d378d2fc435e49ec8c67471a4bd90e87625fdf3f29a158fb99f5
0x4df4c2f0a6e53c5087d844ae4d99f3ea1a0d178203a330bc9de2da2231297c36

Functions
Getter at block 22010742
DOMAIN_SEPARATOR(view returns (bytes32)
0x741fae3d79ce2aee7c6f94789207522ee94c006af0b4c27ed954a0160a047a7b
decimals(view returns (uint8)
18
interchainTokenId(view returns (bytes32)
0xb643a7c0e11051cdaf21815e355b9cb89263c1462442fe2335326d173c92e45c
interchainTokenService(view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name(view returns (string)
Dyl
nameHash(view returns (bytes32)
0xff5841288e882673797d154e4ae5eb639e6a9ed5097ac3b3b41b94f73f67fb1d
symbol(view returns (string)
Dyl
totalSupply(view returns (uint256)
62622111297200455204745060
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
hasRole(address accountuint8 roleview returns (bool)
isMinter(address addrview returns (bool)
nonces(addressview returns (uint256)
State-modifying
acceptMintership(address fromMinter
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(bytes32 tokenId_address minterstring tokenNamestring tokenSymboluint8 tokenDecimals
interchainTransfer(string destinationChainbytes recipientuint256 amountbytes metadatapayable 
interchainTransferFrom(address senderstring destinationChainbytes recipientuint256 amountbytes metadatapayable 
mint(address accountuint256 amount
permit(address issueraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
proposeMintership(address minter_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferMintership(address minter_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RolesAdded(address indexed accountuint256 accountRoles
RolesProposed(address indexed fromAccountaddress indexed toAccountuint256 accountRoles
RolesRemoved(address indexed accountuint256 accountRoles
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InterchainTokenServiceAddressZero(
InvalidAccount(
InvalidProposedRoles(address fromAccountaddress toAccountuint256 accountRoles
InvalidS(
InvalidSignature(
InvalidV(
MissingAllRoles(address accountuint256 accountRoles
MissingAnyOfRoles(address accountuint256 accountRoles
MissingRole(address accountuint8 role
PermitExpired(
TokenIdZero(
TokenNameEmpty(
TokenSymbolEmpty(