Wrapped Ethlas Token
Verified contract
Active on
Base with 94,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WELS | ERC-20 | 1.5K | $0.016537 |
$24.81 | |
USA | ERC-20 | 1 | $0.000833 |
$0 | |
OHNO | ERC-20 | 6.280037K | -- | -- | |
LZPZ | ERC-20 | 5.001K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
CWH | ERC-20 | 707 | -- | -- | |
NORUNN | ERC-20 | 200 | -- | -- | |
UWE | ERC-20 | 200 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740227 | an hour ago | | | 0 | 0.000000200112148352 | |
| 22739269 | an hour ago | | | 0 | 0.0000030504593 | |
| 22737632 | 2 hours ago | | | 0 | 0.000000108502472736 | |
| 22737188 | 3 hours ago | | | 0 | 0.0000030492090 | |
| 22737088 | 3 hours ago | | | 0 | 2.4387984e-7 | |
| 22736744 | 3 hours ago | | | 0 | 1.9659235e-7 | |
| 22736493 | 3 hours ago | | | 0 | 1.4108809e-7 | |
| 22736487 | 3 hours ago | | | 0 | 2.2392758e-7 | |
| 22736394 | 3 hours ago | | | 0 | 1.9511639e-7 | |
| 22735624 | 3 hours ago | | | 0 | 0.0000030467082 |
ABI
ABI objects
Getter at block 22741824
circulatingSupply() view returns (uint256)
224798496528558597077671777
decimals() view returns (uint8)
18
ethlasFeesId() view returns (string)
EthlasFees
ethlasWallet() view returns (address)
0x564a18b95b0eddf323bd9f404835d175f74976af
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
Wrapped Ethlas Token
owner() view returns (address)
0xe905793c0851ffe628f64b50f671af5a517a58ef
registryAddr() view returns (address)
0x841dee9e35f30cfba5e02ecd6662c099c614f4eb
symbol() view returns (string)
WELS
totalSupply() view returns (uint256)
224798496528558597077671777
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAddr(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256 _amount, uint64 _nonce)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, bytes indexed _toAddress, uint256 _amount, uint64 _nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _regAddr, address _ethlasWallet, string _ethlasFeesId, string _name, string _symbol, address _layerZeroEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.