TukuruERC1155ContractFactory

Verified contract

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

No balances found for "TukuruERC1155ContractFactory"

0x9046198509b6d476541ffc916c97ba3236120bb76952cf67507e1f04b1e18623
0x321a6ca9ad86f4c4a071f9508ea4dd3fdbc55c31562e0ef1b6c6477da5980013

Functions
Getter at block 20890093
ADMIN(view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner(view returns (address)
0x630f461cf7aab18c5b7a7e16083b49a1ea93a10b
royaltyReceiver(view returns (address)
0x1476468886c76575cdb78b2ccba37ead1b3ea181
systemRoyalty(view returns (uint256)
5
usageFee(view returns (uint256)
100000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
createWithPayment(string _namestring _symbolbool _isLockeduint96 _royaltyFeeaddress _withdrawAddresspayable 
createWithSystemRoyalty(string _namestring _symbolbool _isLockeduint96 _royaltyFeeaddress _withdrawAddress
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setRoyaltyReceiver(address _value
setSystemRoyalty(uint256 _value
setUsageFee(uint256 _value
transferOwnership(address newOwner
Events
Created(address indexed contractAddressaddress indexed ownerstring namestring symbolbool isLockeduint96 royaltyFeeaddress withdrawAddressuint256 systemRoyaltyaddress royaltyReceiver
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
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account