TukuruERC1155

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf268f980 at 20369054
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TukuruERC1155"

No transactions found for "TukuruERC1155"


Functions
Getter at block 20853655
ADMIN(view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER(view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
PIEMENT(view returns (bytes32)
0x5049454d454e5400000000000000000000000000000000000000000000000000
baseExtension(view returns (string)
baseURI(view returns (string)
getBalance(view returns (uint256)
0
isLocked(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
royaltyReceiver(view returns (address)
0x0000000000000000000000000000000000000000
royaltyReceiverCurrency(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
systemRoyalty(view returns (uint256)
0
usageFee(view returns (uint256)
100000000000000000
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
currencies(uint256view returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowlistSale(uint256view returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
locked(uint256view returns (bool)
maxSupply(uint256view returns (uint256)
mintCosts(uint256view returns (uint256)
mintLimit(uint256view returns (uint256)
mintedAmount(uint256addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
withdrawSettings(uint256view returns (address receiveruint256 ratio)
State-modifying
airdrop(uint256[] _tokenIdsaddress[] _addressesuint256[] _amounts
allowlistMint(address _addressuint256 _tokenIduint256 _amountuint256 _allowlistedAmountbytes32[] _merkleProofpayable 
emitLockState(uint256 _tokenId
externalMint(address _addressuint256 _tokenIduint256 _amount
grantRole(bytes32 roleaddress account
initialize(address _ownerstring _namestring _symbolbool _isLockeduint96 _royaltyFeeaddress _withdrawAddressuint256 _systemRoyaltyaddress _royaltyReceiveraddress _royaltyReceiverCurrencyaddress _piementMinterstring _prefBaseURI
mint(address _addressuint256 _tokenIduint256 _amountpayable 
piementAllowlistMint(address _addressuint256 _tokenIduint256 _amountuint256 _allowlistedAmountbytes32[] _merkleProofpayable 
piementMint(address _addressuint256 _tokenIduint256 _amountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setAllowlistSalesInfo(uint256 _tokenIduint256 _mintCostuint256 _maxSupplybytes32 _merkleRootaddress _currency
setApprovalForAll(address _operatorbool _approved
setIsLocked(bool _isLocked
setMetadataBase(string _baseURIstring _baseExtension
setSalesInfo(uint256 _tokenIduint256 _mintCostuint256 _maxSupplyuint256 _mintLimitaddress _currency
setWithdrawSettings(struct TukuruERC1155WithdrawSetting[] _value
transferOwnership(address newOwner
updateToNoSystemRoyalty(payable 
withdraw(uint256 _withdrawAmount
withdrawCurrency(address _currencyAddressuint256 _withdrawAmount
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint64 version
Locked(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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
Unlocked(uint256 tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringsInsufficientHexLength(uint256 valueuint256 length