LaCollection

Verified contract

Active on Ethereum with 6,827 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LaCollection"

0x72e34bd809bdf5bedd203263dd6a7afdb86d25dd7316f503e660966ffce69547
0x7caf0cb5abbdb7b8f64fe7c881445f8eda83dd2b0cfaff47944859d053c9f46f
0xa8beb614cb97690f3aef507133a8a8c6f92b58f9ce34feb74e5268f80d2f320c
0x8e458b51d06841456eac5ef7b8c53cebd8b081821fb395da53e132fb71ed51d4
0x296943f6d7946c198a3464e5cb4f83a75c1a1784aeb62d4a87b9d6ada05212d6
0x442655e517263758c6d55ebf49ceb1b9f853c247cae77f14794f0dbaf35d8287
0xb3d8b36b8dc47590782ff993bf80bdc6f2ce10570bd4ef0e7c8abf15c3bf6d90
0x3d09a690b509831a671717cea0e1b92c25e60cda15d9ba26d30af16e5beb0d36
0x409d951ccf5e13a7921fa3d960e889e1edb248e2109901e3b58cd39be2a0915f
0x5f1e9db54df19277820fb18ec7e90ef83fad8e99a29223d1475621b86a11f158

Functions
Getter at block 21161270
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LACOLLECTION_ROLE(view returns (bytes32)
0x8a0ab232865884526b1b6d63754af1df481b6f18dfc9606b8089cbc5038d8fce
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
highestArtworkNumber(view returns (uint256)
5370001
name(view returns (string)
LaCollection
newContract(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x8b460ba7a29bff21efb3169465d2a7c9b7cc3aa9
paused(view returns (bool)
false
symbol(view returns (string)
LAC
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getArtwork(uint256 artworkNumberview returns (uint8 scarcityuint16 totalMinteduint16 totalLeftstring tokenUribool active)
getArtworkNumber(uint256 tokenIdview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenIds(uint256 artworkNumberview returns (uint256[])
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addLaCollectionRole(address account
addMinterRole(address account
approve(address touint256 tokenId
createArtwork(uint256 _artworkNumberuint8 _scarcitystring _tokenUriuint16 _totalLeftbool _activereturns (bool)
createArtworkAndMintEdition(uint256 _artworkNumberuint8 _scarcitystring _tokenUriuint16 _totalLeftbool _activeaddress _toreturns (uint256)
grantRole(bytes32 roleaddress account
migrateTokens(uint256[] tokenIds
mint(address _touint256 _artworkNumberreturns (uint256)
renounceLaCollectionRole(address account
renounceMinterRole(address account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeLaCollectionRole(address account
revokeMinterRole(address account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setNewContract(address newContractAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArtworkCreated(uint256 indexed artworkNumberuint8 indexed scarcity
ArtworkEditionMinted(uint256 indexed tokenIduint256 indexed artworkNumberaddress indexed buyer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
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
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.