For The Peace
Verified contract
Active on
Ethereum with 1,340 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.42)
Native
Value
$2.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $2,421.82 |
$2.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15944189 | 2 years ago | | | 0 | 0.00086027367 | |
| 15789612 | 2 years ago | | | 0 | 0.0031707641 | |
| 15787054 | 2 years ago | | | 0 | 0.00091086497 | |
| 15786005 | 2 years ago | | | 0 | 0.00097329182 | |
| 15267560 | 2 years ago | | | 0 | 0.00022771664 | |
| 15021421 | 2 years ago | | | 0 | 0.0011637929 | |
| 15017145 | 2 years ago | | | 0 | 0.00087694210 | |
| 15012573 | 2 years ago | | | 0 | 0.00056660098 | |
| 14979749 | 2 years ago | | | 0 | 0.0017616057 | |
| 14966111 | 2 years ago | | | 0 | 0.0020103622 |
ABI
ABI objects
Getter at block 21116023
MAX_PER_TX() view returns (uint256)
10
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
2222
name() view returns (string)
For The Peace
owner() view returns (address)
0x564f483ecf701bba9fd4328bcae5e56a28f7d280
price() view returns (uint256)
1000000000000000
publicSale() view returns (bool)
true
symbol() view returns (string)
FTP
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mintMore(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setTokenUri(string _baseTokenUri)
teamMint()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()