Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
No balances found for "ERC20Facet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC20Facet"
ABI
ABI objects
Getter at block 21162116
decimals() pure returns (uint8)
18
name() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _of) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseApproval(address _spender, uint256 _amount) returns (bool)
increaseApproval(address _spender, uint256 _amount) returns (bool)
initialize(uint256 _initialSupply, string _name, string _symbol)
mint(address _receiver, uint256 _amount)
setName(string _name)
setSymbol(string _symbol)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.