Triangulated Pepe

Verified contract

Active on Ethereum with 23 txns
Deployed by via 0x836a3a97 at 16736821
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional variables

No balances found for "Triangulated Pepe"

0x743f29873ba2dae80284f585f74bf42f26acc39bd79890de389fc091431c5179
0x2f4176a9aa208cdc66df21fa603ea707ddbdf907d832bc758f0a04c5c1abe2ac
0xb518051ef23d8a6667c9b7d1bc343de368f458cb28096c3a15531559b3013ab7
0xbfb63c73f756e37372b09b4d0218719416fa5c176bd5405930b9105420d636af
0x01a37298557e8c5b025797a0c67f4147d55611d9a19d849b2069484340b0fb9b
0x9ce51016a044909c10bf6019d3a25982bc9621494349cba35c79ef59febb93c3
0x1b5306d56fbf4839030f229e63e1502865d47e887de454c4ef1b93fa2f920b81
0xb1bedd71aaab0d6f048aaf39c596b69a15b0b1bf1e7b75d282baed20028e0e52
0xf138cb3d0559e5fab88f5402012b4a87307e8d5750b08d2947aa0422eacbe037
0x218a356469f8b67387eccc07d757f026584e8566f2b2ce3e6480e7fddd4fcc24

Functions
Getter at block 20917979
MAX_SUPPLY(view returns (uint256)
69
PRESALE_MAX_SUPPLY(view returns (uint256)
69
baseTokenURI(view returns (string)
ipfs://bafybeidluwoqcvu7eg7b7wtpnxj2d3cwgxjbnejgfc42s2lmp6ag3dksp4/
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPresaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
metadataFrozen(view returns (bool)
false
name(view returns (string)
Triangulated Pepe
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x33a34e27a81436ba9d79276406a285e89a8bd8a8
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
presaleMintsAllowedPerAddress(view returns (uint256)
1
presaleMintsAllowedPerTransaction(view returns (uint256)
69
presalePrice(view returns (uint256)
100000000000000000
publicMintsAllowedPerAddress(view returns (uint256)
5
publicMintsAllowedPerTransaction(view returns (uint256)
69
publicPrice(view returns (uint256)
100000000000000000
royaltyAddress(view returns (address)
0xd792957b5665225a35958a9793affab1f1791a8e
royaltyFee(view returns (uint96)
1000
symbol(view returns (string)
TriPep
totalSupply(view returns (uint256)
7
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)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutBasisPoints(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
freezePayoutAddresses(
gift(address[] receiversuint256[] mintNumber
mint(uint256 numTokenspayable 
pause(
presaleMint(bytes32 messageHashbytes signatureuint256 numTokensuint256 maximumAllowedMintspayable 
reduceMaxSupply(uint256 _newMaxSupply
reducePresaleMaxSupply(uint256 _newPresaleMaxSupply
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed
setPresalePrice(uint256 _presalePrice
setPresaleSignerAddress(address _presaleSignerAddress
setPresaleState(bool _saleActiveState
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed
setPublicPrice(uint256 _publicPrice
setPublicSaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateOperatorFilterRegistryAddress(address newRegistry
updatePayoutAddressesAndBasisPoints(address[] _payoutAddressesuint256[] _payoutBasisPoints
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(