TextLogoElementDescriptor
Verified contract
Active on
Ethereum with 1 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 "TextLogoElementDescriptor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14721029 | 3 years ago | | | 0 | 0.0097223799 |
ABI
ABI objects
Getter at block 21306187
contractSealed() view returns (bool)
false
nftAddress() view returns (address)
0xe879e7cb78bc665026509598f534a9820f9db88a
owner() view returns (address)
0xe91a4b479cedbbfcdaed7416958ab4ef403362a0
Read-only
approvedFontLinks(string) view returns (bool)
getAttributes(uint256 tokenId) view returns (string)
getSvg(uint256 tokenId) view returns (string)
getSvg(uint256 tokenId, string txt, string font, string fontLink) view returns (string)
getSvgFromSeed(uint256 seed, string txt, string font, string fontLink) view returns (string)
getTextAttributes(struct SvgTextText text) pure returns (string)
isTxtAllowed(string val) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
txtFonts(uint256) view returns (string link, string name)
txtVals(uint256) view returns (string)
State-modifying
Events renounceOwnership()
sealContract()
setApprovedFontLinks(string[] fontLinks)
setFont(uint256 tokenId, string link, string font)
setTxtVal(uint256 tokenId, string val)
setUnapprovedFontLinks(string[] fontLinks)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.