FilthyPeasants

Verified contract

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

No balances found for "FilthyPeasants"

0xb4a1d362eda1bf94ba4a281c443471ba8ff4d9eaf1596aeca42e5ea4e89dcfc3
0x0cc4cb6511e1212c587a458c185727713d0a966e4b4ec8bdb5cb30755c60dc9f
From
0xb0597e3e6f74980ec6d0ebefd99bea86e9bbd70762f32e44839286baa2ac65c1
0xbc5fdddf5adb4557acb5b862340c6de5910c774f0c3d6c3d409e92b5aa399d5a
0xfb574e594261f42dbf08574ad7b2bf5186c621c205fa9f77e956de99a6b2d0f2
0x4d922e6fa9b8ecf39d3e4a84f983d79147c43a2dd43b69ee133357dc71437ba6
0x33d1ab3dfcf9fb6480222f01e59bd648ebe9e541ed84b59bc45b7c4385d8fa2f
0xac703b4996becc553b4aa13f1d0a4b15cf5af8ef9d3eb5c2d5288667c8c6a97e
0xd2373202fcc4e0f113efb41b1360ab71188a1423c069d4f1685bb8e7c6ad19e4
0x649d8a3ed96f8cfb6dc2c37eb9526e392d8c1937439075aa1f63bec2701e2292

Functions
Getter at block 20979618
cost(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
333
name(view returns (string)
FilthyPeasants
owner(view returns (address)
0x2f9ddb7f520a6dd4685d2d51c1e77f3ef42eb9fe
paused(view returns (bool)
false
symbol(view returns (string)
PEASANTS
totalSupply(view returns (uint256)
333
uriPrefix(view returns (string)
https://filthy-peasants.s3.eu-west-1.amazonaws.com/json/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(