TwelvePepes
Verified contract
Proxy
Active on
Ethereum with 3,294 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "TwelvePepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103443 | 3 days ago | | | 0 | 0.00011180733 | |
| 21102332 | 3 days ago | | | 0 | 0.00016005550 | |
| 21006313 | 16 days ago | | | 0 | 0.00026772920 | |
| 20844468 | a month ago | | | 0 | 0.00030259357 | |
| 20741245 | 2 months ago | | | 0 | 0.00011217580 | |
| 20709283 | 2 months ago | | | 0 | 0.000088389774 | |
| 20650078 | 2 months ago | | | 0 | 0.00012670817 | |
| 20558544 | 3 months ago | | | 0 | 0.000029390440 | |
| 20497328 | 3 months ago | | | 0 | 0.00016313607 | |
| 20370416 | 3 months ago | | | 0 | 0.00017475326 |
ABI
ABI objects
Getter at block 21124390 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SALES_MANAGER_ROLE() view returns (bytes32)
0x5ebbf78043a2215b522b1366a193ec74dd1f54e441e841a87b9653246a9c49a6
config() view returns (address metadataRenderer, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient)
(metadataRenderer=0x5914d9a241008b9f02f22811bf3a77e02b84d226, editionSize=2000, royaltyBPS=690, fundsRecipient=0x56165edd86bb11522ec229a2addfadb97dbddeca)
contractURI() view returns (string)
ipfs://bafybeibdjtcua2bdvi7nco3wvjj566pk4aldcyi2w46g7u55tx22bx2cqe/metadata
contractVersion() view returns (uint32)
11
factoryUpgradeGate() view returns (address)
0x8da5ac3a39d3b8bcaa1fc15a01506cf4f5e79830
marketFilterDAOAddress() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
metadataRenderer() view returns (address)
0x5914d9a241008b9f02f22811bf3a77e02b84d226
name() view returns (string)
TwelvePepes
owner() view returns (address)
0x56165edd86bb11522ec229a2addfadb97dbddeca
saleDetails() view returns (struct IERC721DropSaleDetails)
(true, true, 6900000000000000, 1678179600, 18446744073709551615, 1678169065, 18446744073709551615, 0x749587cd0416bfa9ed3e5e99ed7918a33389ab5694e6346e55d0925cb103c6db, 42, 2000, 2000)
salesConfig() view returns (uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
(publicSalePrice=6900000000000000, maxSalePurchasePerAddress=42, publicSaleStart=1678179600, publicSaleEnd=18446744073709551615, presaleStart=1678169065, presaleEnd=18446744073709551615, presaleMerkleRoot=0x749587cd0416bfa9ed3e5e99ed7918a33389ab5694e6346e55d0925cb103c6db)
symbol() view returns (string)
TWEP
totalSupply() view returns (uint256)
2000
zoraERC721TransferHelper() view returns (address)
0x909e9efe4d87d1a6018c2065ae642b6d0447bc91
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address user) view returns (bool)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
mintedPerAddress(address minter) view returns (struct IERC721DropAddressMintDetails)
ownerOf(uint256 tokenId) view returns (address)
presaleMintsByAddress(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
zoraFeeForAmount(uint256 quantity) view returns (address recipient, uint256 fee)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
adminMintAirdrop(address[] recipients) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
callMetadataRenderer(bytes data) returns (bytes)
finalizeOpenEdition()
grantRole(bytes32 role, address account)
initialize(string _contractName, string _contractSymbol, address _initialOwner, address _fundsRecipient, uint64 _editionSize, uint16 _royaltyBPS, bytes[] _setupCalls, address _metadataRenderer, bytes _metadataRendererInit)
manageMarketFilterDAOSubscription(bool enable)
multicall(bytes[] data) returns (bytes[] results)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFundsRecipient(address newRecipientAddress)
setMetadataRenderer(address newRenderer, bytes setupRenderer)
setOwner(address newOwner)
setSaleConfiguration(uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
updateMarketFilterSettings(bytes args) returns (bytes)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
FundsReceived(address indexed source, uint256 amount)
FundsRecipientChanged(address indexed newAddress, address indexed changedBy)
FundsWithdrawn(address indexed withdrawnBy, address indexed withdrawnTo, uint256 amount, address feeRecipient, uint256 feeAmount)
MetadataUpdate(uint256 _tokenId)
MintFeePayout(uint256 mintFeeAmount, address mintFeeRecipient, bool success)
OpenMintFinalized(address indexed sender, uint256 numberOfMints)
OwnerCanceled(address indexed previousOwner, address indexed potentialNewOwner)
OwnerPending(address indexed previousOwner, address indexed potentialNewOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sale(address indexed to, uint256 indexed quantity, uint256 indexed pricePerToken, uint256 firstPurchasedTokenId)
SalesConfigChanged(address indexed changedBy)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMetadataRenderer(address sender, address renderer)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
Access_MissingRoleOrAdmin(bytes32 role)
Access_OnlyAdmin()
Access_WithdrawNotAllowed()
Admin_InvalidUpgradeAddress(address proposedAddress)
Admin_UnableToFinalizeNotOpenEdition()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExternalMetadataRenderer_CallFailed()
MarketFilterDAOAddressNotSupportedForChain()
MintFee_FundsSendFailure()
MintToZeroAddress()
MintZeroQuantity()
Mint_SoldOut()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
Presale_Inactive()
Presale_MerkleNotApproved()
Presale_TooManyForAddress()
Purchase_TooManyForAddress()
Purchase_WrongPrice(uint256 correctPrice)
RemoteOperatorFilterRegistryCallFailed()
Sale_Inactive()
Setup_RoyaltyPercentageTooHigh(uint16 maxRoyaltyBPS)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Withdraw_FundsSendFailure()