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.37)
Native
Value
$0.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000104 | $3,583.86 |
$0.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11045108 | 9 months ago | | | 0 | 0.000013192432 | |
| 6123582 | a year ago | | | 0 | 0.000013672437 | |
| 6121009 | a year ago | | | 0.000059 | 0.000016886969 | |
| 6102680 | a year ago | | | 0.000046 | 0.000016886969 | |
| 6093718 | a year ago | | | 0.00008 | 0.000024620346 | |
| 6087238 | a year ago | | | 0 | 0.00019788451 | |
| 6087227 | a year ago | | | 0.000019 | 0.00025330202 | |
| 6086994 | a year ago | | | 0.000014 | 0.00025330202 | |
| 6086848 | a year ago | | | 0.000021 | 0.00036260103 |
ABI
ABI objects
Getter at block 23233770
config() view returns (address)
0x6f37a09269e67ede41307d359b5b4afaa70d8caf
creator() view returns (address)
0xadbdd4a37a683d2e23a4f8d495065d2df7403cd3
currentSupply() view returns (uint256)
6
getPost() view returns (struct Post)
(0x44ffdde09777643a31ad884c2c4b01cf0c795a50, 1)
name() pure returns (string)
prints.cool prints
owner() view returns (address)
0xadbdd4a37a683d2e23a4f8d495065d2df7403cd3
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()