LilVillains

Verified contract

Active on Ethereum with 1,143 txns
Deployed by via 0x6081b45b at 16097927
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots

No balances found for "LilVillains"

0xbac573621996bd226b24cdc336896f6192e03aebece0af00a296286fa9b1fdfb
0x15040d461e7659c6e4ec03c81c91b08f689dd3f1aaa0029e7c44fd9af1d157a8
0xaabab921dd73f0c6a8e19313e9e1ff6ba7107b9550d3352f5c897fdfde0f11f4
0x6b24fd3b13793f9e1bf90a6df5b50ca4be233339de0fee36468dbc0d77f7b36c
0x242a12b6ea31fbc5cf6f5a0f665a6059e4ed2b6645e6b48e79266a73f41b6eb2
0x90d093193265a839d5920dac2fcd7ed9b3e4a3166272e687cb25e0225bda7436
0x6d8a74905c862871e6abd5f0f5af35dafd74e5899d64f4e844b4b4477c906899
From
0xc9470ce9f0ccf4a5bce8bd72999a2ae5a220c5dde6e3d9ea865e99cf2ea6efc8
0x78b6d830a8d0bf0ce4f720228651916e29d2b88ab7963518dbd098d000fa3e57
0xc3f4ae5cb54307fa2156262ceb65d4c2cfe867b39f546c05ff7e84a3fb12f964

Functions
Getter at block 21257933
ALTER_ATTR_ROLE(view returns (bytes32)
0xcd9432c2aa67c92e60603cf483ad237463ce9cf9e1a526ac214ec10afda13f71
ALTER_IMAGE_ROLE(view returns (bytes32)
0x76b9af63296879de52c14ae8fa46bb02358f8db5745dcdb1ba9d7866df41dad5
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
 
contractURI(view returns (string)
 
getDynamicSCAddresses(view returns (address[2])
name(view returns (string)
LilVillains
owner(view returns (address)
0x06cbc97e60b3fae6e364e080651b31bce1b15ea9
symbol(view returns (string)
LILV
totalSupply(view returns (uint256)
7636
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchMint(address touint256[] tokenIds
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAttributesControllerSC(address newAttributesControllerSC
setBaseAttributes(struct NFTBaseAttributes[] nFTsBaseAttributes
setBaseURI(string newBaseUri
setContractURI(string newContractURI
setDefaultImagePath(string newDefaultImagePath
setImagePath(uint256 tokenIdstring newImageURL
setRoyaltyAddress(address newRoyaltyAddress
setTransferControllerSC(address newTransferControllerSC
transferBlockedToken(address touint256 tokenId
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address villainMinteraddress royaltyAddressToSetstring baseURIstring collectionDescriptionstring contractURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyHaveBaseAttributes(uint256 tokenId
CannotSetImageWithoutBaseAttributes(uint256 tokenIdstring imagePath
CollectionAlreadyRevealed(
DefaultImagePathRequired(
InterfaceIsNotImplemented(address addressSentbytes4 interfaceRequired
MethodNotSupported(string method
SupplyIsNotEnought(uint256 amountOfTokensToMintuint256 currentSupplyuint256 maxSupportedSupply
TokenDoesNotExists(uint256 tokenId
TokenIsBlockedToTransfer(uint256 tokenId
TransferIsNotSupported(address touint256 tokenId
ZeroAddressNotSupported(