PepemonFactory

Verified contract

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

No balances found for "PepemonFactory"

0x7becc0a803ccfd3efaff373396f13f96ccb5a8657ef3ee14788459fdf757ad73
0xe221fc73e5db0482830df183e9b5990db8db363dce7ff60e525c476e792393d1
0x47986db4bbd5848d58d57ddd078ff9173db4e77784e9b1a2b574b72180c097bc
From
0x3914a862fa2d51a57494eccec2e602f95abad5e4e34c35d0adc951ef3200aec1
0xc1aecdb9ef0a9874eaee90de50102629bbd9ea46536766385e74523beb2288e1
0xee9acca5b47fd5d66d0458bdd83d76f5c10017b667fa54bdd380f26e7c789d87
0x03315ccd0d63166dcaae917fd40c92a0428d529dab705dc436cdfb71140efe76
0x97d761205cb9ccea061ae313d962421a9ce23a36c6b42c61cc3f4f5143352be7
0xe71c337cc95d3a26fec2cb0d121b16b08f6596bd76213c773b0a76b744dbd1f1
0x8f6d489795e8978105d0a06087d6ea44daa884ebd727cb575b31cd28cd6c979a

Functions
Getter at block 20902949
contractURI(view returns (string)
https://pepemon.finance/api/pepemon-erc1155
isOwner(view returns (bool)
false
name(view returns (string)
PepemonFactory
owner(view returns (address)
0x29725cb1fbd4c7e38116a34651b93bae7581bbf1
symbol(view returns (string)
PEPEMON
Read-only
balanceOf(address _owneruint256 _idview returns (uint256)
balanceOfBatch(address[] _ownersuint256[] _idsview returns (uint256[])
creators(uint256view returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool isOperator)
isMinter(address accountview returns (bool)
isWhitelistAdmin(address accountview returns (bool)
maxSupply(uint256 _idview returns (uint256)
supportsInterface(bytes4 _interfaceIDview returns (bool)
tokenMaxSupply(uint256view returns (uint256)
tokenSupply(uint256view returns (uint256)
totalSupply(uint256 _idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
addMinter(address account
addWhitelistAdmin(address account
airdrop(uint256 _idaddress[] _addresses
burn(address _accountuint256 _iduint256 _amount
create(uint256 _maxSupplyuint256 _initialSupplystring _uribytes _datareturns (uint256 tokenId)
endMinting(uint256 _id
mint(address _touint256 _iduint256 _quantitybytes _data
removeMinter(address account
removeWhitelistAdmin(address account
renounceMinter(
renounceOwnership(
renounceWhitelistAdmin(
safeBatchTransferFrom(address _fromaddress _touint256[] _idsuint256[] _amountsbytes _data
safeTransferFrom(address _fromaddress _touint256 _iduint256 _amountbytes _data
setApprovalForAll(address _operatorbool _approved
setBaseMetadataURI(string newURI
setContractURI(string newURI
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
MinterAdded(address indexed account
MinterRemoved(address indexed account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed _operatoraddress indexed _fromaddress indexed _touint256[] _idsuint256[] _amounts
TransferSingle(address indexed _operatoraddress indexed _fromaddress indexed _touint256 _iduint256 _amount
URI(string _uriuint256 indexed _id
WhitelistAdminAdded(address indexed account
WhitelistAdminRemoved(address indexed account
Constructor
constructor(address _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.