LaCollection

Verified contract

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

No balances found for "LaCollection"

0x9d4f8392693c4654785d433a15a49e122fadade41065ca3522a88de60854e5ff
0xeacba3c29e22d300de13a6f7d203dd8ce75941e4566f5d0f1cb0ffd62dc8d116
0xce2573ce027bbb78964e4e5b843954d11248d8217c76dca5fbb66ee427ccb09b
0x0227625da4777c461cb73f68d3f85a58c24c3c3d6076d555e3ae97321705ca8d
0x5b045e87ec73f80c5854570fae14fb12882bbbf062e5a71d05cbc025dc25e6dd
0xbaed6ef1b97086636678718c7482eb050f71aaebc01a89e7a86f3684de2af2d5
0xfe6f287c1a932ab2d92e3ae5fb6ade2c4be34eb2e1583b41b9d7e83b5e09c419
0x69685c478ae210cebea9e10c15f7548a530d173c9a1abdb6bbd047e6771fc136
0x548970861a06073feed443ccf1ede83611d9c0ad2197820eb3d72ba938d204a9
0xbffa2674a664b90b98d838c7cd455bd69061958b5d21b4e7d921e9122fe5baff

Functions
Getter at block 21328824
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.