Wholecoin

Verified contract

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

No balances found for "Wholecoin"

0xae62f873572783b3aeb924dc7d200363a2c9e7ee9f502ff6624485df5e7a50e8
0x5895375ea2bf490fd5df87ad272c9e2b14c72974d0ba99a9a9b321e14b516afc
0x12fb4494c5bfb0118753ba2848e3d62b481c7eff3ef380818defefa6d17eca57
0xc6bed0a379f423bfa7648ac0242bee76329282383dddebbf5fd4c46285b41ae8
0x3b21376fb884ce5d8a49b76d2a6aa33a9e60628a5897213242c84b56ecd7327c
0x2156cbc5c04f2494ece39a12b5af1136ce84a1481804752699067558605f47cd
0x6171a51d2bca7de98080e04dd49b559bd1b3dd4a93ec41c67638eedaed3dfc93
0x5a347a7eac85f0a573f69f764594e357567c5cb20f0b1f92689ff919df425512
0xa71430653be93f1c10fe2814916adee728c3ce7be60797cc63b9ba0a501dcc66
0xf5984e5a4eb1f45256b3fcd8a0d3a4427f92e2d2700d5dc7e67ca0c14c1fca26

Functions
Getter at block 20904982
decimals(view returns (uint8)
0
name(view returns (string)
Wholecoin
symbol(view returns (string)
WHOLE
totalSupply(view returns (uint256)
100000
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_uint8 decimals_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