ERC20FixedSupply

Verified contract

Active on Ethereum with 333 txns
Deployed by via 0x57dec79b at 16740099
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd85b404f919f872e828dd7575f9a593f52022f134132c1d845371bc95ce1da71
0x8f77105d81102e4be99af7f3d552862fa8d7b9a5d086ae80e2959cc9be021119
0xcb0b8a4af52c336af734a702e3170703c1363f3503bd4d80193cce48aeda5ad3
0x9769f976177bf0f4403f0824b300f207139fffbcb276636c52c71444305b380a
0x55db4c2976d6b6fc189e6294a9c25e25b7721af8aeade70465f31997d2f05d68
0x6fa5487b03df38b54241ac2db42d647378d070e0b2853726a3061146e0e90860
0xbd294e6ef1770a1701012bdb3cd0987be187964f445815c8df5549bd3c93d1d1
0x4eb7b3d9ea36776b4c0b8e8f2e6feb259c3be4ce0e82b36096634f01154096bb
0x9abb3db79c319cf89a7d7eb88370b2da0a2a32cd95a33bcc084a37a87da4bfad
0x4d66ed3a980ca4b13dd50e6f6339d296abc318a8da4c8e37843b230268b030fe

Functions
Getter at block 21311133
decimals(view returns (uint8)
6
name(view returns (string)
ETH
symbol(view returns (string)
ETH
totalSupply(view returns (uint256)
1000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint8 decimalsuint256 totalSupplyaddress adminAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.