Dyl
Unverified contract
Proxy
Active on
Base with 390 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21948152 | a day ago | | | 0 | 1.6555781e-7 | |
| 21916167 | 2 days ago | | | 0 | 2.9412499e-7 | |
| 21830516 | 4 days ago | | | 0 | 2.9809664e-7 | |
| 21761455 | 6 days ago | | | 0 | 0.0000016063416 | |
| 21756808 | 6 days ago | | | 0 | 0.0000013537669 | |
| 21729019 | 7 days ago | | | 0 | 5.2463487e-7 | |
| 21726248 | 7 days ago | | | 0 | 1.3860150e-7 | |
| 21726148 | 7 days ago | | | 0 | 2.7377542e-7 | |
| 21703945 | 7 days ago | | | 0 | 6.6649274e-7 | |
| 21703908 | 7 days ago | | | 0 | 0.000000301079513592 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(address account, uint8 role) view returns (bool)
isMinter(address addr) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptMintership(address fromMinter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes32 tokenId_, address minter, string tokenName, string tokenSymbol, uint8 tokenDecimals)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeMintership(address minter_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address minter_)
Approval(address indexed owner, address indexed spender, uint256 value)
RolesAdded(address indexed account, uint256 accountRoles)
RolesProposed(address indexed fromAccount, address indexed toAccount, uint256 accountRoles)
RolesRemoved(address indexed account, uint256 accountRoles)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InterchainTokenServiceAddressZero()
InvalidAccount()
InvalidProposedRoles(address fromAccount, address toAccount, uint256 accountRoles)
InvalidS()
InvalidSignature()
InvalidV()
MissingAllRoles(address account, uint256 accountRoles)
MissingAnyOfRoles(address account, uint256 accountRoles)
MissingRole(address account, uint8 role)
PermitExpired()
TokenIdZero()
TokenNameEmpty()
TokenSymbolEmpty()