prints.cool prints

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x0a4077b0 at 6001659
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "prints.cool prints"

No transactions found for "prints.cool prints"


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