Ethereum Peppets

Verified contract

Active on Ethereum with 3,178 txns
Deployed by via 0x9b57c33a at 18950606
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethereum Peppets"

0xb2f111e592ed3acaeed3d616184a6c44cc15a239c2336cda5b9e5eff25527714
0xd2f15bd6678cf36e8e6d44ad368b52fd1cbb9c53429316c17f3335c6374a9f8e
0x2fbb4dc712fa0d9653962332c40bb340208c0c38152115230650bf413847fded
0x7b41a2dcdde3765effbf29087cf5bbd842c8afa6cbdb6083f06b7561c14beac6
0x22cbdc14622a882aa7f202d01eb05532b79165d526ce755b9db829d80d6684fe
0x246c188bfaf8ef8e23f5eef6ac625071f7b9d30c828731ced7496878b0e34a87
0xf5684029901e45842a39517b62dd71efd5017d3b1fd308c09c2082079cd205a8
0xc4b3002021676b389604a7947a0c2f9bc47a691cc17b49fd0b7b9b6949a2f6e0
0x89d97b4a13b2108492288bdc072dce4a5f966a0c291cd9f18980c2c7dce4b98b
From
0x99c0bf872cc9e95482ce430a90596cbfb2a426bfaa7a7f1f71bfe28b6e412594
From

Functions
Getter at block 20981113
baseURI(view returns (string)
ipfs://QmdJD3CtR81Dx9DfhFhCpE22LZWygBGQPJaNuqtqP4zQ4k
maxFree(view returns (uint256)
2
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
6900
name(view returns (string)
Ethereum Peppets
owner(view returns (address)
0x1d4dd8394e7f89dbe5300412cd8d59932464b219
price(view returns (uint256)
2000000000000000
sale(view returns (bool)
true
symbol(view returns (string)
PEPPET
totalSupply(view returns (uint256)
6900
Read-only
balanceOf(address ownerview returns (uint256)
counter(addressview returns (uint256)
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)
State-modifying
airdrop(address _touint256 _amount
approve(address touint256 tokenIdpayable 
freeMint(uint256 _amountpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI__
setMaxFree(uint256 _maxFree
setMaxPerTx(uint256 _maxPerTx
setMaxSupply(uint256 _maxSupply
setPrice(uint256 _price
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
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 __baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxFreeReached(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughETH(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SalePaused(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(