prints.cool prints
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "prints.cool prints"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "prints.cool prints"
ABI
ABI objects
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 owner) view returns (uint256)
fees(uint256 totalCost_) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
price(uint256 tokenIndex_) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
totalPrice(uint256 quantity_) view returns (uint256 sum)
totalRefund(uint256 quantity_) view returns (uint256 sum)
State-modifying
Events approve(address spender, uint256 id)
burn(uint256[] tokenIds_)
initialize(struct InitializePrintsParams params_)
mint(uint256 quantity_) payable returns (uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerNotFactory()
CallerNotProtocolOwner()
InsufficientEtherSent()
NotOwnerOfPrint(uint256 tokenId)
PRBMath_MulDiv18_Overflow(uint256 x, uint256 y)
PRBMath_MulDiv_Overflow(uint256 x, uint256 y, uint256 denominator)
PRBMath_UD60x18_Convert_Overflow(uint256 x)
Paused()
RefundBurnFailed()
RefundMintFailed()
TransferProceedsToCreatorFailed()
TransferProceedsToProtocolTeamFailed()