LACMACLV4EmilyXie
Verified contract
Active on
Ethereum with 317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
8 additional
variables
Balances ($0.00)
No balances found for "LACMACLV4EmilyXie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096970 | 17 days ago | | | 0 | 0.00040180636 | |
| 20965254 | a month ago | | | 0 | 0.0016818118 | |
| 20672707 | 2 months ago | | | 0 | 0.00016431984 | |
| 20672682 | 2 months ago | | | 0 | 0.00014530717 | |
| 20590661 | 3 months ago | | | 0 | 0.000066677640 | |
| 20569579 | 3 months ago | | | 0 | 0.00011200258 | |
| 20569568 | 3 months ago | | | 0 | 0.00012294561 | |
| 20568652 | 3 months ago | | | 0 | 0.00018336012 | |
| 20517803 | 3 months ago | | | 0 | 0.000066310007 | |
| 20441951 | 4 months ago | | | 0 | 0.00091486117 |
ABI
ABI objects
Getter at block 21217369 script() view returns (string)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
LACMACLV4EmilyXie
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x9f4633b29e89e10c869c8ce2197c63df06eb5355
price() view returns (uint256)
500000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
LACMACLV4EX
totalReleased() view returns (uint256)
47500000000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
100
Read-only
allowList(address) view returns (uint256)
artistList(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToAllowList(address[] users, uint256[] qntys)
addToArtistList(address[] users, uint256[] qntys)
adminMint(address to, uint256 tokenId)
approve(address operator, uint256 tokenId)
artistClaim()
burn(uint256 tokenId)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
mint() payable
release(address account)
release(address token, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeOperatorFilterRegistry()
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)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setScript(string _script)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
toggleSale(bool active)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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)
constructor(address[] payees, uint256[] shares, address admin)
receive()
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()