Efihub

Verified contract

Active on Base with 343 txns
Deployed by via 0x1678bcff at 10761436
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x69d8bb13b976cc51bd8621881de668337bedbf8fd74bdacd666ed8528f14f9f5
0xfc0513f332eb241c742c911be135b160f85e71883e23699dd087eb2304519423
0x9d71b9ade3d6a7b63d604582ed4d8c50deca9ebaadc2264b62fd03b8de4af502
0xbd15fa1b3ee9871b420647030330f2e28d9b056303f58e5ed851519dd3ecebe8
0x61bbd70471a4306701853923b02ab9e2f5163bf57abee97dc2cb093b571d5893
0x3ec46a72fd2076bd04e4e0c929d4bf96497b0f880f683d19cc5b38898a231f1b
0x981288dfc8c1075bb0a10e6c9c2b2179ce033449cddaac8131989fc197a3958c
0xac78e69c3eeefe95c8d9b15a3c0e854c8d6d46e4c782be8843068a085a24d300
0x3899920c8ce8fcaf0e2c551570ae34c876976543006bdf643a1e4973bf3e9fca
0x2f8de28927f0d7015790a7ff6debdb05c5573cd0f03cbf00a21032e3677b3d8e

Functions
Getter at block 23157006
decimals(view returns (uint8)
18
name(view returns (string)
Efihub
symbol(view returns (string)
EFIH
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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