ERC721Artlinx
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "ERC721Artlinx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721Artlinx"
ABI
ABI objects
Getter at block 21187331
baseURI() view returns (string)
contractURI() view returns (string)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArtlinxV2Royalties(uint256 id) view returns (struct LibPartPart[])
getCreators(uint256 _id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events __ERC721Artlinx_init(string _name, string _symbol, string baseURI, string contractURI)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintAndTransfer(struct LibERC721LazyMintMint721Data data, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultApproval(address operator, bool hasApproval)
transferFrom(address from, address to, uint256 tokenId)
transferFromOrMint(struct LibERC721LazyMintMint721Data data, address from, address to)
transferOwnership(address newOwner)
updateAccount(uint256 _id, address _from, address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateERC721Artlinx(address owner, string name, string symbol)
Creators(uint256 tokenId, struct LibPartPart[] creators)
DefaultApproval(address indexed operator, bool hasApproval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.