The JollyRoger
Unverified contract
Proxy
Active on
Ethereum with 532 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
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "The JollyRoger "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104554 | 14 days ago | | | 0 | 0.00024097351 | |
| 21102899 | 14 days ago | | | 0 | 0.00016389960 | |
| 21099478 | 15 days ago | | | 0 | 0.00021304675 | |
| 21060120 | 20 days ago | | | 0 | 0.00026778601 | |
| 20960320 | a month ago | | | 0 | 0.00038127708 | |
| 20954492 | a month ago | | | 0 | 0.00064648606 | |
| 20953974 | a month ago | | | 0 | 0.00062308501 | |
| 20932622 | a month ago | | | 0 | 0.00046859747 | |
| 20882884 | a month ago | | | 0 | 0.00033604712 | |
| 20881571 | a month ago | | | 0 | 0.00033208489 |
ABI
ABI objects
Getter at block 21206337
config() view returns (address signer, uint16 maxSupply, uint16 reserveAmount, bool offsetEnabled, bool operatorFilterEnabled, bool revealed)
(signer=0x10a76bef8d87812f54273ba4c9251757e37bb5f2, maxSupply=555, reserveAmount=45, offsetEnabled=true, operatorFilterEnabled=false, revealed=true)
mintSettings() view returns (uint8 status, uint16 maxPerAddress, uint112 privatePrice, uint112 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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, string _uri, string _provenanceHash, struct StructERC721Config _config) payable
initializeMint(address[] _payees, uint256[] _shares, struct StructERC721MintSettings _mintSettings, bytes _receipt, uint256 _nonce) payable
lockFunction(bytes4 id)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
releaseAll() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMintSettings(struct StructERC721MintSettings newMintSettings, bytes receipt, uint256 nonce) payable
setOffset(bool useVRF) payable
setOperatorFilter(bool enabled) payable
setProvenanceHash(string newProvenanceHash) payable
setRevealed(bool revealed, string newUri) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
receive()
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()