ERC20Facet

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x8624c109 at 11477309
Slot
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"

No transactions found for "ERC20Facet"


Functions
Getter at block 20823411
decimals(pure returns (uint8)
18
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _ofview returns (uint256)
State-modifying
approve(address _spenderuint256 _amountreturns (bool)
burn(address _fromuint256 _amount
decreaseApproval(address _spenderuint256 _amountreturns (bool)
increaseApproval(address _spenderuint256 _amountreturns (bool)
initialize(uint256 _initialSupplystring _namestring _symbol
mint(address _receiveruint256 _amount
setName(string _name
setSymbol(string _symbol
transfer(address _touint256 _amountreturns (bool)
transferFrom(address _fromaddress _touint256 _amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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

This contract contains no error objects.