Text by Logo
Verified contract
Active on
Ethereum with 1,304 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 "Text by Logo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699945 | 3 months ago | | | 0 | 0.000095571598 | |
| 18082434 | a year ago | | | 0 | 0.00082557171 | |
| 18082370 | a year ago | | | 0 | 0.00096776380 | |
| 18082240 | a year ago | | | 0 | 0.00089164602 | |
| 18082169 | a year ago | | | 0 | 0.00098060861 | |
| 18082139 | a year ago | | | 0 | 0.00090253578 | |
| 16307383 | 2 years ago | | | 0 | 0.00084035580 | |
| 15530546 | 2 years ago | | | 0 | 0.00085778000 | |
| 15525088 | 2 years ago | | | 0 | 0.00069917819 | |
| 15180347 | 2 years ago | | | 0 | 0.0016938683 |
ABI
ABI objects
Getter at block 21305659
contractSealed() view returns (bool)
false
descriptor() view returns (address)
0x587a9be02b75406557e3ddc13a281ca8ab54239d
descriptorAddress() view returns (address)
0x587a9be02b75406557e3ddc13a281ca8ab54239d
mintIsActive() view returns (bool)
true
mustBeOwnerForLogo() view returns (bool)
true
name() view returns (string)
Text by Logo
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe91a4b479cedbbfcdaed7416958ab4ef403362a0
symbol() view returns (string)
TEXT
totalSupply() view returns (uint256)
2364
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
getTxtFont(uint256 tokenId) view returns (string link, string name)
getTxtVal(uint256 tokenId) view returns (string)
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 approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintAdmin(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
sendValue(address recipient, uint256 amount)
setApprovalForAll(address operator, bool approved)
setDescriptorAddress(address _address)
setFont(uint256 tokenId, string link, string font)
setPrice(uint256 _price)
setTxtVal(uint256 tokenId, string val)
toggleMint()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.