Edgeless Wrapped Eth

Verified contract

Active on Ethereum with 321 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0eb00df23204285b76a622d11bbbc61b1008c8b86ae939f16ec3bcc224cd70c3
0x68bf963168e8e92371747642eb16c1b2b332f73bec150ba90812bc4f3b167cc7
0xda406db23019782d18b6fbf4be447c5df5929b841ffdad3d79cbf1a4891f03b2
0xf2e1e3443069f20b28b3c69d5ad09b03cd317f1ebd86b75686c4ff09392b6073
0x56519cbbc55361255658c04328304c73cae73c68cd2ceaa733741e61a5a963ab
0xdb43556c8d9095c552784ed0ba05e659378cc34e27f3d3a1f1dc33e5b30027f1
0xece2e700809e51714c81a7ac28173595b74f559c5d676279588218d67d01aff7
0xeae3a7aa571dc4e135893f92f982c8f7a240ae27be33044eb8a86748d1dc59dc
0xc1c5a2db04af83f312e912798aae5b4a838e90997572617919ef00d65fb3c7f1
0x8b8cc8487f6ee8efec86798e1a1e4c62b40438c779c60419700b8655cfe53f28

Functions
Getter at block 21302064
decimals(view returns (uint8)
18
minter(view returns (address)
0x7e0bc314535f430122cafef18eabd508d62934bf
name(view returns (string)
Edgeless Wrapped Eth
symbol(view returns (string)
ewEth
totalSupply(view returns (uint256)
20056666923965584350
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address accountuint256 amount
mint(address accountuint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed accountuint256 amount
Mint(address indexed accountuint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _minterstring namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
SenderIsNotMinter(