prints.cool prints

Unverified contract

Proxy

Active on Base with 9 txns
Deployed by via 0x73441f21 at 6157022
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.78
0xf36f30ad1cc83ced0e5980025e9c39a24485bfa5f93d12c8db9c99d5e1921ce8
0xd4dd487d0f10640444c480de228aede10c5ea68bfc4c820464f653f9b0f32f55
0x50e3c4715d4dd5ac60d3b0156db641b438735b32f2775c67bc30fcdbdac72f53
0x76129629222d6e76a3dcf7146861c6e669a784286fb646d9aa951f880845742a
0x7ea9173dd48ff0f8f44e13e22c2bb930f7e85583485bbe72c152e9bb45eca4ef
0xa077c5df69f4d66427498dba99060684dd958310969cfd58987c88f79dbb0f26
0x1ca4a59d6285a5ffee3fe6ffb0ba81a6b5f147bde4e40a2b8bba58d7594722d8
0x4fed3cc875900b22d7c3451d004ffe87139fec075df79ba176346f5201005d22
0x6bb8abe1db9031d342cc01429bdbde3584df4d61cf638461adbe112346ebb031

Functions
Getter at block 23685801
config(view returns (address)
0x6f37a09269e67ede41307d359b5b4afaa70d8caf
creator(view returns (address)
0x537648840f379405fa52ee80b7cae2b3c6812936
currentSupply(view returns (uint256)
8
getPost(view returns (struct Post)
(0x426d5699d8cd3fc9fd20dcc2dbb8c5344f8e4d3c, 2)
name(pure returns (string)
prints.cool prints
owner(view returns (address)
0x537648840f379405fa52ee80b7cae2b3c6812936
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(