Peach

Verified contract

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

No balances found for "Peach"

0xd1aef4504fad4c99ada720f183d5118c77793c31cbcbf5ff7f47d8ba15a81c14
0xe5bc8dd0adc1372e31a9c05483d4f4e6f40089a896fffccb3e48e8622e988ceb
0x1c08a6dac110400a4377a7b541f2ee68ed8eca183d22a0c7f6d52086f5abe4a9
0xdb1004583e55e583786279cbc7b5a037e4e5b903ff6360387acfac3a90860291
0xbf759c6374efe81fdd1193abb846ba85069b877134c194c5f134615ca64b7259
0x609481d409220380852fb3c83fc917b0b83227cd6336108595a07ee85d3c557e
0x837bcd707d7d1ca754f736f45bd36edd5677f44f3de2df8350032f086015d9b1
0x0a68f5c018ef685dd979a1e3074d84d5d351d0c263dc0b212f99c1f5cfa195e1
0x1323852fc5741f30d04e650a086cc2692d0e1c0c1c5fd7dd5f81e359ffb5030a
0x2039d645942feaadf5b9b82525c40976122b619cd05a2373f009dad75a50d7d2

Functions
Getter at block 21207671
decimals(view returns (uint8)
18
name(view returns (string)
Peach
symbol(view returns (string)
PCH
totalSupply(view returns (uint256)
1000000000000000000000000000
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 namestring symboluint256 totalSupply_
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