Super PUMA Comics - Deprecated

Verified contract

Active on Ethereum with 19 txns
Deployed by via 0x238baa29 at 16915217
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 6 additional slots

No balances found for "Super PUMA Comics - Deprecated"

0x2182b5813aa28ec4210896b002f2b6b0743303755551d7042b9ff35f21a629ce
From
0x2f8b35aedbf399ad232714aaf5e536f68c92ad2d6259b48befe9a56a8a229a8c
0x27f23e1687e06a14b0b0ee538449383890c51e001b61d406e6c03cf305cdebb4
0x7845fd713c21a196b6ba94b049b1857c2b171aecc8f1c0c0c004764828621262
0xacd9dfb25b01fa1bba90eca693fd50699c50cb4d89dca3f590345520b7343881
0x078375e0c14ff0f666343af15ff886e7237c6509293b63ad28329a66211cb9d7
0x2b9fb08e4fe0af985d2412cc3ee701724e2969f49039b0ef385fde56c4316855
0xc540181e12f3189fa7d902928fc9f6befc08ec3ce6732388be197481c6c5f980
0xab0610bab60bee97351e795758bfadcb9057869944a8f663263f1567cb647c1d
0xd95693daa9000d7a2a75a5780f9c242d5d11297f55652887d1f46a57a481b5e4

Functions
Getter at block 20893584
addresses(view returns (address recoveryAddressaddress collectionOwnerAddressaddress authorisationAddressaddress purchaseTokenAddressaddress managerPrimaryRoyaltyAddressaddress customerPrimaryRoyaltyAddressaddress secondaryRoyaltyAddress)
(recoveryAddress=0x4b26bdf68ac9abfb19f6146313428e7f8b6041f4, collectionOwnerAddress=0x8fb9f0baefa3265167918af66142bbcd7ffa8099, authorisationAddress=0xd106f8594841d54fe07850d333e778044c16c1b6, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x41197b19945ad480a11fbbf970f2ea0cae6642fc, secondaryRoyaltyAddress=0x41197b19945ad480a11fbbf970f2ea0cae6642fc)
contractManager(view returns (address)
0xb4a8955a0e3e447f6e223db7d03a911e25280d6c
contractURI(view returns (string uri)
https://api.hypermint.com/metadata/55c7c132-16ff-4fa0-a00a-ebc6418eceb9
 
generalConfig(view returns (string namestring symbolstring contractMetadataUrlstring tokenMetadataUrlbool allowBuybool allowPublicTransferbool enableOpenSeaOperatorFilterRegistryuint256 publicSaleDateuint256 saleCloseDateuint256 primaryRoyaltyFeeuint256 secondaryRoyaltyFee)
getSupplies(view returns (uint256[] tokenSupplies)
[8087]
getTokenConfigs(view returns (struct TokenConfig[] configs)
[(0, 10000, 1)]
name(view returns (string collectionName)
Super PUMA Comics - Deprecated
owner(view returns (address)
0x8fb9f0baefa3265167918af66142bbcd7ffa8099
symbol(view returns (string collectionSymbol)
SPComic
version(view returns (string)
2.2.0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address royaltyAddressuint256 royaltyAmount)
supplies(uint256view returns (uint256)
supportsInterface(bytes4 _interfaceIdview returns (bool result)
tokenConfigs(uint256view returns (uint256 priceuint256 maxSupplyuint256 maxPerTransaction)
uri(uint256view returns (string)
State-modifying
addTokens(struct TokenConfig[] _tokens
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
buy(uint256 _iduint256 _amountpayable 
buyAuthorised(uint256 _iduint256 _amountuint256 _totalPriceuint256 _maxPerAddressuint256 _expiresbytes _signaturepayable 
mintBatch(address[] _touint256[][] _idsuint256[][] _amounts
recoverContract(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setAddresses(struct Addresses _addresses
setAllowBuy(bool _allowBuy
setAllowPublicTransfer(bool _allowPublicTransfer
setApprovalForAll(address operatorbool approved
setDates(uint256 _publicSaleuint256 _saleClosed
setEnableOpenSeaOperatorFilterRegistry(bool _enable
setMetadataURIs(string _contractURIstring _tokenURI
setNameAndSymbol(string _newNamestring _newSymbol
setRoyalty(uint256 _primaryFeeuint256 _secondaryFee
setTokenConfig(uint256 _iduint256 _priceuint256 _maxSupplyuint256 _maxPerTransaction
transferAuthorised(address _fromaddress _touint256 _tokenIduint256 _amountuint256 _expiresbytes _signature
transferContractManager(address newContractManager
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractManagerTransferred(address indexed previousContractManageraddress indexed newContractManager
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(struct GeneralConfig _generalConfigstruct Addresses _addresses
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(
BuyDisabled(
ContractCallBlocked(
ImmutableRecoveryAddress(
InsufficientPaymentValue(
MaxPerTransactionsExceeded(
MaxSupplyExceeded(
NewSupplyTooLow(
NotAuthorised(
OperatorNotAllowed(address operator
PublicSaleClosed(
SaleClosed(
SignatureExpired(
TransfersDisabled(