Ethereum

Verified contract

Active on Ethereum with 716 txns
Deployed by via 0x7c8aa701 at 18619641
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x5a916234c3190579abb5247ef4ff9d4d4c4d94131be5736973a0e02ce1959673
0xb4574fbb9e5c1ec0b8d5ac1539b81401773a325528c1344b2853a024df836745
0xd11b920ea1ef627935f522e548e3d8e2c48d8aebad0cf58b0a0480f913ca0f61
0x0f4290d89c7bf463223db9c20d3ffe196abccb3f61922052cb6743f194ab5580
0x36ca255bd39ba47fddbea395423915cfd285fc9f70667783085be8c1df495b7b
0xae80703db02c4e8f5eb96165dff7221b77c1aaf190f9b68fe494746af4970ce7
0x4999bfc0b8c622d08299490f71fd6d7fb8364ece20646d835ae456405fafd565
0x49ae44ee8ba9d62eb8f4deac1f30c3e61b5dd4bb09fb36b342014f6fbdfe074a
0x4f60a2397a1ba0bef83d05f8de76649532b98ff615e1223635922f776add058c
0xe81179c45a1c9eb1e95a480764b928ab42d5b5c14d910b7117555cd6db698913

Functions
Getter at block 20906808
decimals(view returns (uint8)
18
generator(pure returns (string)
https://www.smartcontracts.tools
name(view returns (string)
Ethereum
symbol(view returns (string)
ETH
totalSupply(view returns (uint256)
1000000000000000000000000000000000
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_uint256 initialBalance_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