Peace Coin

Verified contract

Active on Ethereum with 1,280 txns
Deployed by via 0x51252079 at 19339212
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,386.2
ERC-20
Value $100.1
0x2afd9cc48b0c947e7688245e7080c36a76b641d85f5391bbf0e18055196dfbe4
0x90dc2c8e340e4d111685fc18b3005c3ee6dca3caf1d237d95818a25ea68255b1
0x6157bdaf275b669e33b57bbbef94affb46e65280e98a3fd7f0fcfd2a63b4a01f
0xc485f49420697438b7fbdffbb150ead5de5085cd11b82fe0a78bd29d0be3a3e2
0x34d4c7457ad1350c923b3c7d4359951be48250a0a870257b8d790ceb7e001bb1
0xb5186750ee237bb45b67be6f0a533b3011df2410d135ac62d4a32f5cd17b5f43
0xede0b160ef4f693659dbc313af4986e3496440c72bb4803513307482ed7771d3
0x192af28dd324feefd7837407957f2d6f95501a064d37a1e433728c0d80b7b294
0xfd5606bc0fc528ee8eceb4065646a36c9cf3b013a2b3e6afa5887bd8df091cdf
0x473f4eb61ca68c174c7c432517b1d49ae50eb2d51b65b5cf367b7a499df85470

Functions
Getter at block 21294720
MAX_FEE(view returns (uint256)
10
buyFee(view returns (uint256)
0
decimals(view returns (uint8)
18
name(view returns (string)
Peace Coin
owner(view returns (address)
0xc0b37f18e3a6c2436347f2678003838392d6654a
sellFee(view returns (uint256)
0
swapPair(view returns (address)
0x6cccc97d41fc549fac8d18b64a0321a5d423b2f9
symbol(view returns (string)
PC
totalSupply(view returns (uint256)
99000000000000000000000000
transferFee(view returns (uint256)
0
vault(view returns (address)
0x6923aef00a8dcdef02a7a331632cf745db284485
x477b50f8(view returns (bool)
false
xb0008749(view returns (bool)
false
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
x038d6314(address userview returns (bool[])
x8fb61e91(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
x0e8ca187(address newOwner
x14150a66(uint256 _buyFee
x5cbe022d(
x684a45bb(address _swapPair
x7e18bc7d(uint256 _transferFee
x8a4e1f3e(
x8f7c5fd5(address[] usersList
xa1922145(uint256 _sellFee
xa44fdecc(
xd889c7ed(address[] usersList
xd8f8789c(address _vaultAddress
xde60aaa7(
xfa9e52df(address[] usersList
xfb3a1297(address[] usersList
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _initialOwneraddress _vaultAddress
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account