prints.cool prints
Unverified contract
Proxy
Active on
Base with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.78)
Native
Value
$0.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000198 | $3,928.64 |
$0.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6248540 | a year ago | | | 0 | 0.000013672437 | |
| 6248040 | a year ago | | | 0 | 0.000013672437 | |
| 6213213 | a year ago | | | 0.000165 | 0.000020753608 | |
| 6197704 | a year ago | | | 0.000059 | 0.000016886969 | |
| 6176470 | a year ago | | | 0.000046 | 0.000016886969 | |
| 6161730 | a year ago | | | 0.000035 | 0.000016636966 | |
| 6159884 | a year ago | | | 0.000026 | 0.000016886969 | |
| 6159561 | a year ago | | | 0.000044 | 0.000024620346 | |
| 6158281 | a year ago | | | 0.00001 | 0.000020307003 |
ABI
ABI objects
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 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()