The JollyRoger

Unverified contract

Proxy

Active on Ethereum with 532 txns
Deployed by via 0xd5d1b823 at 20653196
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots

No balances found for "The JollyRoger "

0x13721cb5d31eab3999f459d9a803fcbf9dcd061ef5fe65cda49377071d9af577
0xbbae3d5e3d38cf82dd9acd14802731ad1fad46fc74c5748e89af8dd9ae95b96c
0x19ff964cf2b9243c24e87d48cd479a445409c66de6f350240a78a01fe6af157e
0x49d17c4ea21e5c9dcd50abf465dc6bbb73969ff3e0d124afec42075971730d28
0xb8beb659d9a8410ccd12339e1f040c6440a04a8c8fba9643746f4bb7fb75d3e9
0x9c1e1c4c17684e404aecfe9c09599ebaa75cce690614063954566639064772a6
0xdd94056a65bb13ccc7a907ffc4fd42e83b89556d6a248feb61d6c054f96300c1
0xe163c8ace23398d28305e5626d243fb4eeef1180ff328948204a84f03fdd8069
0x9ae6ea2be455b86c5f36e5ea77139b04d29688c6f87a0acd2185c6b9ececb168
0xde8d7962ed3e61dba3843d5cbb5fce29a950c9e798e7eb6b7bd8e882ce3e9cea

Functions
Getter at block 21206337
config(view returns (address signeruint16 maxSupplyuint16 reserveAmountbool offsetEnabledbool operatorFilterEnabledbool revealed)
(signer=0x10a76bef8d87812f54273ba4c9251757e37bb5f2, maxSupply=555, reserveAmount=45, offsetEnabled=true, operatorFilterEnabled=false, revealed=true)
mintSettings(view returns (uint8 statusuint16 maxPerAddressuint112 privatePriceuint112 publicPrice)
(status=2, maxPerAddress=2, privatePrice=0, publicPrice=0)
name(view returns (string)
The JollyRoger
owner(view returns (address)
0x9b55569e25158f0c2e199de746dcd5f18f522d8c
provenanceHash(view returns (string)
0x6ebb815173ab970e006e9e4e97e851ba8259682404c0b8f18f937104512f61ca
symbol(view returns (string)
TJR
tokenOffset(view returns (uint256)
360
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100000
totalSupply(view returns (uint256)
555
uri(view returns (string)
ipfs://QmTdVQnx6ypT1PXZ369vdaL8VFar4XH7hNgWgEDzoXee5H/
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(string _namestring _symbolstring _uristring _provenanceHashstruct StructERC721Config _configpayable 
initializeMint(address[] _payeesuint256[] _sharesstruct StructERC721MintSettings _mintSettingsbytes _receiptuint256 _noncepayable 
lockFunction(bytes4 id
privateMint(uint256 amountbytes signaturepayable 
publicMint(uint256 amountpayable 
release(address account
release(address tokenaddress account
releaseAll(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMintSettings(struct StructERC721MintSettings newMintSettingsbytes receiptuint256 noncepayable 
setOffset(bool useVRFpayable 
setOperatorFilter(bool enabledpayable 
setProvenanceHash(string newProvenanceHashpayable 
setRevealed(bool revealedstring newUripayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
StructERC721_ExceedsMaxPerAddress(
StructERC721_FunctionLocked(
StructERC721_InsufficientSupply(
StructERC721_InvalidConfiguration(
StructERC721_InvalidMetadataState(
StructERC721_InvalidMintStatus(
StructERC721_InvalidSignature(
StructERC721_InvalidTransactionValue(
StructERC721_NoContractMinting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(