LaCollection
Verified contract
Active on
Ethereum with 6,827 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LaCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160722 | 2 hours ago | | | 0 | 0.00068123593 | |
| 21160553 | 2 hours ago | | | 0 | 0.00077548624 | |
| 20735824 | 2 months ago | | | 0 | 0.00032236626 | |
| 20735809 | 2 months ago | | | 0 | 0.00031369132 | |
| 20735803 | 2 months ago | | | 0 | 0.00032395294 | |
| 20735794 | 2 months ago | | | 0 | 0.00034202135 | |
| 20735784 | 2 months ago | | | 0 | 0.00034820461 | |
| 20735775 | 2 months ago | | | 0 | 0.00037186228 | |
| 20706700 | 2 months ago | | | 0 | 0.00010840991 | |
| 20705443 | 2 months ago | | | 0 | 0.00014972216 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArtwork(uint256 artworkNumber) view returns (uint8 scarcity, uint16 totalMinted, uint16 totalLeft, string tokenUri, bool active)
getArtworkNumber(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenIds(uint256 artworkNumber) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addLaCollectionRole(address account)
addMinterRole(address account)
approve(address to, uint256 tokenId)
createArtwork(uint256 _artworkNumber, uint8 _scarcity, string _tokenUri, uint16 _totalLeft, bool _active) returns (bool)
createArtworkAndMintEdition(uint256 _artworkNumber, uint8 _scarcity, string _tokenUri, uint16 _totalLeft, bool _active, address _to) returns (uint256)
grantRole(bytes32 role, address account)
migrateTokens(uint256[] tokenIds)
mint(address _to, uint256 _artworkNumber) returns (uint256)
renounceLaCollectionRole(address account)
renounceMinterRole(address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeLaCollectionRole(address account)
revokeMinterRole(address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNewContract(address newContractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArtworkCreated(uint256 indexed artworkNumber, uint8 indexed scarcity)
ArtworkEditionMinted(uint256 indexed tokenId, uint256 indexed artworkNumber, address indexed buyer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.