LilVillains

Verified contract

Active on Ethereum with 1,137 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"

0x6d8a74905c862871e6abd5f0f5af35dafd74e5899d64f4e844b4b4477c906899
From
0xc9470ce9f0ccf4a5bce8bd72999a2ae5a220c5dde6e3d9ea865e99cf2ea6efc8
0x78b6d830a8d0bf0ce4f720228651916e29d2b88ab7963518dbd098d000fa3e57
0xc3f4ae5cb54307fa2156262ceb65d4c2cfe867b39f546c05ff7e84a3fb12f964
0x0247ae9f9e2979ea5d550196f39bfec782501931d7d3a8e1c896861952c1657b
0x07efa0f228dcf0dab5c69a093db5ef868fafd78fc4806b1462b438c58b2c84c1
0x77d3d605e8fef14e66dad6125c9fd015aecd0e5a28f3719b931ec8a7d28d6a6a
0x304c1db0648b7e247cb7d77d8294e34576ecaf98efea8a5eebaff710612fa4e2
0xded0f23b722d2cd3e546d6d893c37a36f7e0e5c2e92a5fd7f7b86ce66435c650
0xa08feb69527135013c086e897cbe8ce4ce3730c3e73afbf856dab56ee5231fac

Functions
Getter at block 20901138
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(