NinjaDAOonehourDrawingEventNFT

Unverified contract

Proxy

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

No balances found for "NinjaDAOonehourDrawingEventNFT"

0x6e363a8e9dfadc09489213c62b0136c870e3c9291006a4cb4777d5b7cfebe10e
0xe71ab057c172d0f10f0dec35a33063e00936b07570363f1210dcb2a5553efb75
0xa02c315e700927c2c38c643654492bc78d69ceaaff8f618135f0315236bad66b
0x781f6af5e3db493dcc8277ce02fdce746f2bd09bc4baa2e767afc3feeaada4db
0x6037c2e83124dd4a8b8e766d65d82eb9df5392e22cff3533d517b87fd862ba87
0x78992291980892c4cdf259d56ef1896065efce154cb9f6da0b002f8b0d63476f
0x3089d6f9e07f22d6d99123073c435dffd96a556683f55249847cd76b73df9f20
0xdef2a50ee45367d3b239eadd915dd8e402e78925877894720375f882e5b47f0d
0x28d2eb04b317581e4a33e42a11c4c20797c67eb677fc2fb846afbde9e09f0010
0x51884f00928ebd8b05210f6235a942adcfbdd83b79c1d7265b3b4648e81dcdcc

Functions
Getter at block 21385186
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)
.json
baseURI(view returns (string)
https://tukuru-metadata.mad-member-tools.com/metadata/1/0x6e3c8847d59a055aa08632a27a215670e9ad0e03/
getBalance(view returns (uint256)
0
isLocked(view returns (bool)
false
name(view returns (string)
NinjaDAOonehourDrawingEventNFT
owner(view returns (address)
0x658966bec9ad11088a3810c5a989b0ee187abad0
royaltyReceiver(view returns (address)
0x1476468886c76575cdb78b2ccba37ead1b3ea181
royaltyReceiverCurrency(view returns (address)
0x474f057ffd4184ce80236d39c88e8ecfe8589931
symbol(view returns (string)
NDD
systemRoyalty(view returns (uint256)
5
usageFee(view returns (uint256)
0
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

This contract contains no constructor objects.

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