This contract is being backfilled. You may encounter incomplete storage history.

Onchain Summer Postcards

Verified contract

Proxy

Active on Base with 18,150 txns
Deployed by via 0x36c3c3b1 at 19070718
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
11 additional variables

No balances found for "Onchain Summer Postcards"

0x5efad7248bf903b87885379e27afdc3b3f0a8cf54174098fb3e89ee58de4031e
0x15eb94c2b42cd60b292915a49dfbc0366136af2e1cc631fcc03eedf7f0e05c66
0x35883be9209ec03a5c7821947cfc0afb665504a1ee06045b907ca23b710c59cd
0x0ffec4cbe4473487323f8b85724826597e2a19592f5d67e1ce8ee64f3e9e8b5f
0x67078a73f71b94f2d28bd80c3b9fdc4a1a15404e8eae5e9389f5dd5d3c12b686
0x63b7587c0b67cd0de57cf22bd6790def72d3b7d5a68392962805d061ee63e64c
0x92dee7851788d43bd98d63bd38f1ba4aea1fd5fa670bf54d4a261cce9b9b1c35
0xdc1ea3f18b14b9e46abcd8bbb1689ee07eed852850334a8ec80ea23a0a1d0943
0xee3f465985875c35c7389a942a9a18a0126d4acdb0f14e634c8630a04177a550
0xf11ea5d8dfd034fbdab527d56ba16bab5c313f6266eb542e880d8d92a3838cdd

Functions
Getter at block 22469531
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI(view returns (string)
https://ipfs.raribleuserdata.com/ipfs/QmXYvt4wRzFCSDdXFR1AAs7whEMA7h6hQEwN1sEMAyaA5j
feeAddress(view returns (address)
0x053f171c0d0cc9d76247d4d1cddb280bf1131390
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x053f171c0d0cc9d76247d4d1cddb280bf1131390, 500)
getLatestTokenId(view returns (uint256)
0
name(view returns (string)
Onchain Summer Postcards
nextTokenIdToMint(view returns (uint256)
1
owner(view returns (address)
0xdebcb3a54b5ffc52fcc0423ed594ebde889c7d46
price(view returns (uint256)
770000000000000
symbol(view returns (string)
OSVP
treasuryAddress(view returns (address)
0x053f171c0d0cc9d76247d4d1cddb280bf1131390
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getPackInfo(uint256 _packIdview returns (struct IOpenEditionPackPackInfo)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getUriOfBundle(uint256 _tokenIdview returns (string)
getUserData(address userview returns (struct OpenEditionPackUserData)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
packReadyToMint(uint256view returns (bool)
packsMintedByIdAndAddress(uint256addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
buy(uint256 _packIduint256 _quantitypayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _royaltyRecipientuint256 _royaltyBpsaddress _treasuryAddressaddress _feeAddress
mintTo(address _recipientuint256 _packIduint256 _quantitypayable 
multicall(bytes[] datareturns (bytes[] results)
openPack(uint256 _packIduint256 _amountToOpenreturns (uint256[] tokenIds)
preparePack(address _rewardCollectionuint256 _amountDistributedPerOpenuint128 _mintingStartTimestampuint128 _mintingEndTimestampuint128 _openStartTimestampuint128 _maxMinteablePerWalletuint256 _mintCostuint256 _mintProtocolFeestring _packUrireturns (uint256 packId)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFeeAddress(address _feeAddress
setOwner(address _newOwner
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setTreasuryAddress(address _treasuryAddress
updateSalesInfoPack(uint256 _packIdaddress _rewardCollectionuint256 _amountDistributedPerOpenuint128 _mintingStartTimestampuint128 _mintingEndTimestampuint128 _openStartTimestampuint128 _maxMinteablePerWalletuint256 _mintCostuint256 _mintProtocolFeereturns (uint256 packId)
updateStartEndTimePack(uint256 _packIduint128 _mintingStartTimestampuint128 _mintingEndTimestampreturns (uint256 packId)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FeeAddressChanged(address newFeeAddress
Initialized(uint8 version
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PackCreated(uint256 packIdaddress recipientuint256 totalPacksCreated
PackOpened(uint256 indexed packIdaddress indexed openeruint256 amountOpenedaddress rewardTokenuint256[] tokenIds
PackPrepared(uint256 indexed packIdaddress indexed rewardCollectionuint256 amountDistributedPerOpenuint128 mintStartTimestampuint128 openStartTimestampstring packUriuint256 mintCostuint128 maxMinteablePerWalletuint256 mintProtocolFee
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
TreasuryAddressChanged(address newTreasuryAddress
URI(string valueuint256 indexed id
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.