EthixToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x59eda5a7 at 11503594
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots

No balances found for "EthixToken"

No transactions found for "EthixToken"


Functions
Getter at block 20925004
DOMAIN_SEPARATOR(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERMIT_TYPEHASH(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
0
getChainId(pure returns (uint256 chainId)
1
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
version(view returns (string)
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
nonces(addressview returns (uint256)
State-modifying
__BaseTokenUpgradeable_init(address _initialAccountuint256 _initialBalancestring _namestring _symbolstring _EIP712Name
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(
permit(address _holderaddress _spenderuint256 _nonceuint256 _expirybool _alloweduint8 _vbytes32 _rbytes32 _s
transfer(address recipientuint256 amountreturns (bool)
transferAndCall(address _touint256 _valuebytes _datareturns (bool success)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Transfer(address indexed fromaddress indexed touint256 valuebytes data
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.