Slingshot Onchain Summer

Unverified contract

Proxy

Active on Base with 1,601 txns
Deployed by via 0x67cdbf6d at 2413398
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 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
14 additional variables

No balances found for "Slingshot Onchain Summer"

0xe2a5e0695f3a9faac40a57eb9f86dc16e7d21893065324ad77f530c8e7e3835e
0xb617569c46dbd4506c4423e3441412ef2e145a63520862b14c59e565b3c818f9
0xc8b1cc8647f1f7675f8c8091d30bf880799ed67cb452e911100be8a7dcbb26c1
0x908fca04e1ba50a0a97f0dddb72895422c53118f5f2bbffdc6626bde32ad316b
0x8ec63ba5c2fc857d051fb51b8b5520ca37ac52af1b410a90032ce16e42cf9559
0x58ae4f9620c188a3c0ec275447065bb4002857cc7229014cbac08ec1150ab542
0xe8a8e1eabe3cea0efacdedc44597bd02727cc3ff005d3f4a5a7b49a5613a310c
0x92009452d5b9d4c06b538db114fc01298d45202661975748d8c30a2892277811
0xface0ee5a83dfb0bfcb530ed6da51540256fe580ec7645daafaba421b6d4c127
0x6f3b4d6fd37ed78a05743b3755810e7fd6be2054ce211e29010fc19bcf98b49d

Functions
Getter at block 22758776
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmQ7pC9VeHJYgFLeR5dMyQHmjWhskVykDVHBf4dgZ698yZ
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x17e1f2a87f874d4c5e56d323cab45a4301d0325d, 500)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3, 690000000000000)
getPlatformFeeInfo(view returns (addressuint16)
(0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3, 0)
getPlatformFeeType(view returns (uint8)
1
name(view returns (string)
Slingshot Onchain Summer
nextTokenIdToMint(view returns (uint256)
2
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x17e1f2a87f874d4c5e56d323cab45a4301d0325d
platformFeeRecipient(view returns (address)
0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3
primarySaleRecipient(view returns (address)
0x17e1f2a87f874d4c5e56d323cab45a4301d0325d
symbol(view returns (string)
SOCS
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
saleRecipientForToken(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verify(struct ITokenERC1155MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _touint256 _tokenIdstring _uriuint256 _amount
mintWithSignature(struct ITokenERC1155MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
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
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
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
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uriuint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC1155MintRequest mintRequest
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator