Peace Coin
Verified contract
Active on
Ethereum with 1,280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,486.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PC | ERC-20 | 474.724464 | $2.92 |
$1,386.2 | |
USDT | ERC-20 | 100 | $1.001 |
$100.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294628 | 19 minutes ago | | | 0 | 0.00098199545 | |
| 21294365 | an hour ago | | | 0 | 0.0010436044 | |
| 21286653 | a day ago | | | 0 | 0.00068697749 | |
| 21286018 | a day ago | | | 0 | 0.00035444610 | |
| 21285596 | a day ago | | | 0 | 0.00046215690 | |
| 21285112 | a day ago | | | 0 | 0.00048854057 | |
| 21285014 | a day ago | | | 0 | 0.00087048470 | |
| 21284656 | a day ago | | | 0 | 0.00027103991 | |
| 21284508 | a day ago | | | 0 | 0.00020701003 | |
| 21284482 | a day ago | | | 0 | 0.00030500497 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
x038d6314(address user) view returns (bool[])
x8fb61e91(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (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)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _initialOwner, address _vaultAddress)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)