The Bonfire is Open to All

Verified contract

Proxy

Active on Ethereum with 4,447 txns
Deployed by via 0x29bde37c at 16187508
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
11 additional variables

No balances found for "The Bonfire is Open to All"

0xf311a6a4651965375fb2e2a017f61b259314fb8fca8bd2f4a0adc7405b7e5185
0xb375c688f16df09030e0ba50a67a416fb51970342fc4e084975dcbde964bb394
From
0xaaaf7005974dd70929aa92c8384593b292196238fb2f1bddcb8b6afae66dcff7
0x40ad21aec4336532be0e8a2b20ba621f774655a362f40cd7a013870f466e8e04
0x506fed64951540adc91118358131cc1a22aa8aa3779b673a6effd5dd1e11c482
0x9d067c8bac49f900d1f3afa3fe4e41fbc459f3fcf5286e5a5533e4693c8e0db0
0xebc27e30fedfc30fec9ba59b6d14c5419c69d3ade64b4900da2d153164923f1c
0x9259a34da7981344cbde98143c4cf3a0057fd145869a7d5fd85c3c9d9fbc91cd
0x157b2bcdff3799e0b27033f041e0879f773fa754e9462dc0fbd9f63657a1d16a
0x55f952e59f0d76e27d53ec4ee3c32d59317af5e715470763813cb065b51daa28

Functions
Getter at block 21259183
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmWtm2gnkiJUYkKZdhQ7QCUDEbpktshxhNkxTN5Fcqnq3U/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x7acc1f792556a1dff2bab8c7c51342f2be49be7f, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x3e265a520656b8d0823ae9a69b509bab2c46a60b, 0)
name(view returns (string)
The Bonfire is Open to All
nextTokenIdToMint(view returns (uint256)
1
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFeeRecipient(view returns (address)
0x3e265a520656b8d0823ae9a69b509bab2c46a60b
primarySaleRecipient(view returns (address)
0x7acc1f792556a1dff2bab8c7c51342f2be49be7f
symbol(view returns (string)
BONFIRE
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
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
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

This contract contains no error objects.