Exponential Meal

Verified contract

Active on Ethereum with 285 txns
Deployed by via 0xb47f8b7e at 20638072
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Exponential Meal"

0x50dec70f5182acf054383e072fee9c4c419b37e485ee4c9e581b0410a8d1389c
0xb29b843a1633a08807157a27cd2e2808679ad99602da593adb39f27fdb8ab347
0xb95c082f1e97b093575a7aff799449601a4cc683228ec203f81fa9b85a78f9a4
0x6c63b327796d525f4bb2b85e6ff876dcb242ea487fc8658956318a7bd54e5367
0xae01f250757e063ce6c97c344b963685380d9fd17676526eea1fbc5edb6aac5f
0xc192596587c85911422ae43923a769fcc1b31d7e65f29e35795a470da735d085
0x8fe0e97b11072d74c78ab8de4147a3f7250764eaae0999656b15c4c1ffed39f6
0x9043bc9085bc1c7c5a61efacc57ce8f28edeeda4a01914eee57f239b574925de
0xb4fbd755b1c97741e706780210f54581fd84defbeaefa10e7438e090a9845140
0x31d100930fa1d6b6b8e6e86b4586dbc22e302c715a579792803629917b64c99e

Functions
Getter at block 21267236
decimals(view returns (uint8)
18
name(view returns (string)
Exponential Meal
symbol(view returns (string)
EXEX
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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