PUMA Digital Wearables
Verified contract
Active on
Ethereum with 1,580 txns
Slot
XX
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
Balances ($0.00)
No balances found for "PUMA Digital Wearables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288678 | 4 days ago | | | 0 | 0.00061065146 | |
| 21110789 | a month ago | | | 0 | 0.00014940006 | |
| 21040446 | a month ago | | | 0 | 0.00023857476 | |
| 20941766 | 2 months ago | | | 0 | 0.00099873158 | |
| 20941742 | 2 months ago | | | 0 | 0.0010745300 | |
| 20869029 | 2 months ago | | | 0 | 0.00076880545 | |
| 20764811 | 3 months ago | | | 0 | 0.00039993861 | |
| 20730353 | 3 months ago | | | 0 | 0.00016879660 | |
| 20602506 | 3 months ago | | | 0 | 0.000059538184 | |
| 20561098 | 3 months ago | | | 0 | 0.000047303545 |
ABI
ABI objects
Getter at block 21314099 generalConfig() view returns (string name, string symbol, string contractMetadataUrl, string tokenMetadataUrl, bool allowBuy, bool allowPublicTransfer, bool enableOpenSeaOperatorFilterRegistry, uint256 publicSaleDate, uint256 saleCloseDate, uint256 primaryRoyaltyFee, uint256 secondaryRoyaltyFee)
addresses() view returns (address recoveryAddress, address collectionOwnerAddress, address authorisationAddress, address purchaseTokenAddress, address managerPrimaryRoyaltyAddress, address customerPrimaryRoyaltyAddress, address secondaryRoyaltyAddress)
(recoveryAddress=0x4b26bdf68ac9abfb19f6146313428e7f8b6041f4, collectionOwnerAddress=0x8fb9f0baefa3265167918af66142bbcd7ffa8099, authorisationAddress=0x02baf04f2a14f9ab1b5218b896888b501a165fd4, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x87d4635a3be20df4c640ff727cd234a78ae25f15, secondaryRoyaltyAddress=0x87d4635a3be20df4c640ff727cd234a78ae25f15)
contractManager() view returns (address)
0xb4a8955a0e3e447f6e223db7d03a911e25280d6c
contractURI() view returns (string uri)
https://api.hypermint.com/metadata/e3c75d18-ec90-4507-9199-c69ef7c79851
getSupplies() view returns (uint256[] tokenSupplies)
[317, 2008]
getTokenConfigs() view returns (struct TokenConfig[] configs)
[(1000000000000000000, 4000, 0), (1000000000000000000, 4000, 0)]
name() view returns (string collectionName)
PUMA Digital Wearables
owner() view returns (address)
0x8fb9f0baefa3265167918af66142bbcd7ffa8099
symbol() view returns (string collectionSymbol)
PMAWEAR
version() view returns (string)
2.2.0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address royaltyAddress, uint256 royaltyAmount)
supplies(uint256) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool result)
tokenConfigs(uint256) view returns (uint256 price, uint256 maxSupply, uint256 maxPerTransaction)
uri(uint256) view returns (string)
State-modifying
Events addTokens(struct TokenConfig[] _tokens)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
buy(uint256 _id, uint256 _amount) payable
buyAuthorised(uint256 _id, uint256 _amount, uint256 _totalPrice, uint256 _maxPerAddress, uint256 _expires, bytes _signature) payable
mintBatch(address[] _to, uint256[][] _ids, uint256[][] _amounts)
recoverContract()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAddresses(struct Addresses _addresses)
setAllowBuy(bool _allowBuy)
setAllowPublicTransfer(bool _allowPublicTransfer)
setApprovalForAll(address operator, bool approved)
setDates(uint256 _publicSale, uint256 _saleClosed)
setEnableOpenSeaOperatorFilterRegistry(bool _enable)
setMetadataURIs(string _contractURI, string _tokenURI)
setNameAndSymbol(string _newName, string _newSymbol)
setRoyalty(uint256 _primaryFee, uint256 _secondaryFee)
setTokenConfig(uint256 _id, uint256 _price, uint256 _maxSupply, uint256 _maxPerTransaction)
transferAuthorised(address _from, address _to, uint256 _tokenId, uint256 _amount, uint256 _expires, bytes _signature)
transferContractManager(address newContractManager)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractManagerTransferred(address indexed previousContractManager, address indexed newContractManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(struct GeneralConfig _generalConfig, struct Addresses _addresses)
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
BuyDisabled()
ContractCallBlocked()
ImmutableRecoveryAddress()
InsufficientPaymentValue()
MaxPerTransactionsExceeded()
MaxSupplyExceeded()
NewSupplyTooLow()
NotAuthorised()
OperatorNotAllowed(address operator)
PayoutToCustomerFailed()
PayoutToManagerFailed()
PublicSaleClosed()
SaleClosed()
SignatureExpired()
TransfersDisabled()