Ethix
Verified contract
Proxy
Active on
Ethereum with 2,294 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
Balances ($101.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHIX | ERC-20 | 550.43 | $0.184433 |
$101.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332451 | 2 hours ago | | | 0 | 0.00097621526 | |
| 21305246 | 4 days ago | | | 0 | 0.00025278400 | |
| 21254317 | 11 days ago | | | 0 | 0.00061036843 | |
| 21206664 | 18 days ago | | | 0 | 0.00055461403 | |
| 21179688 | 21 days ago | | | 0 | 0.0048536420 | |
| 21177965 | 22 days ago | | | 0 | 0.0011798431 | |
| 21162863 | 24 days ago | | | 0 | 0.00069847242 | |
| 21131893 | a month ago | | | 0 | 0.00084516402 | |
| 21131592 | a month ago | | | 0 | 0.00071078129 | |
| 21119686 | a month ago | | | 0 | 0.00015249258 |
ABI
ABI objects
Getter at block 21332900
DOMAIN_SEPARATOR() view returns (bytes32)
0xb797908f22fa2c728256dc2ed507360eaf227941684413c639800e11f709a110
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
decimals() view returns (uint8)
18
getChainId() pure returns (uint256 chainId)
1
name() view returns (string)
Ethix
symbol() view returns (string)
ETHIX
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__BaseTokenUpgradeable_init(address _initialAccount, uint256 _initialBalance, string _name, string _symbol, string _EIP712Name)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
permit(address _holder, address _spender, uint256 _nonce, uint256 _expiry, bool _allowed, uint8 _v, bytes32 _r, bytes32 _s)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.