Ethereum

Verified contract

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

No balances found for "Ethereum"

0x99f8c497fecbd4d16073a2f8e1ccd646ec5873c58cdffe65acbafdaacd48e1ff
0x2dfd07b05d810a2c9d2407d796b149be079da924d68011196338225c0e05df68
0x63bc3719f3ba99cc4157e9f7394215704ba7e4e16ad7cb9e5c6ed730c14e2da2
0x873ea9ec6184efe347768ee108be5a3de8f27010442438b11866ac7195594db4
0x1e8f2d349751de14a3c920e32a25c9deb32eb31ed6023228c9f8529732a32dcb
0xb4b721433e4d5c682ea71118a4d5ce952e1cde86de31a9ff5f4d92c238ffee32
0x196b2808bf6dbb0b56937973e9ff7e351dd8ef9e8aa454c98ca068d00c656830
0x6b7d3016ab086d535c1c87a40b9aa87b68f896bf9e82e2411633c582b3d90a24
0x2b4383428940a49dbfc71122ca148d9c2581376616f45d15e0d48b655cb4a367
0x49320c7c095e34bbfa29446bed712b5ff9b72e102ca656c7f713cdcac8b9dd66

Functions
Getter at block 21220767
decimals(view returns (uint8)
18
generator(pure returns (string)
https://www.smartcontracts.tools/token-generator
name(view returns (string)
Ethereum
symbol(view returns (string)
ETH
totalSupply(view returns (uint256)
10000000000000000000000
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(string name_string symbol_bytes signature_address feeReceiver_
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