prints.cool prints

Unverified contract

Proxy

Active on Base with 6 txns
Deployed by via 0xe348a281 at 6607758
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.12
0x5fa2e19ae29d04325a7f4acc0239ae8fc85d0d6a5dbb2260e15fb82b51176c9e
0x97463d9228c9305c6201b3c2c3f4479d99c4b909cf3ba176f1985377dcd68794
0xc5292fa934f650403feeed58a6bd6de46e96f8fc33ddeeffda4b54aa1e6d380e
0xe15ab7eeac0479187dfb1e7478e0fdaac877d9eac0d59661a591a2398f833274
0x6d8503e323a62f30c5343c203411f75910ee88e7523dafd20c7868015dc33c31
0x6897d7a53b9697274b3ab1748062328d5f3e9ff0679c3847c0e95bb10aab7ffe

Functions
Getter at block 23591210
config(view returns (address)
0x6f37a09269e67ede41307d359b5b4afaa70d8caf
creator(view returns (address)
0x8b60cfb04d43857f53b783c68ea5612e59a273ca
currentSupply(view returns (uint256)
3
getPost(view returns (struct Post)
(0x4c131edefd2ac5697313671ec8e7ab13e4a73e32, 1)
name(pure returns (string)
prints.cool prints
owner(view returns (address)
0x8b60cfb04d43857f53b783c68ea5612e59a273ca
symbol(pure returns (string)
PRINTS
Read-only
balanceOf(address ownerview returns (uint256)
fees(uint256 totalCost_view returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
price(uint256 tokenIndex_view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
totalPrice(uint256 quantity_view returns (uint256 sum)
totalRefund(uint256 quantity_view returns (uint256 sum)
State-modifying
approve(address spenderuint256 id
burn(uint256[] tokenIds_
initialize(struct InitializePrintsParams params_
mint(uint256 quantity_payable returns (uint256[] tokenIds)
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 id
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotFactory(
CallerNotProtocolOwner(
InsufficientEtherSent(
NotOwnerOfPrint(uint256 tokenId
PRBMath_MulDiv18_Overflow(uint256 xuint256 y
PRBMath_MulDiv_Overflow(uint256 xuint256 yuint256 denominator
PRBMath_UD60x18_Convert_Overflow(uint256 x
Paused(
RefundBurnFailed(
RefundMintFailed(
TransferProceedsToCreatorFailed(
TransferProceedsToProtocolTeamFailed(