Superglyphs
Verified contract
Active on
Ethereum with 163 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($75.26)
Native
Value
$75.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024 | $3,135.49 |
$75.25 | |
WETH | ERC-20 | 0.000002 | $3,130.68 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19126430 | 9 months ago | | | 0 | 0.0030853521 | |
| 17438285 | a year ago | | | 0 | 0.0048020865 | |
| 15739408 | 2 years ago | | | 0 | 0.0029211830 | |
| 14961312 | 2 years ago | | | 0 | 0.0052808107 | |
| 14961309 | 2 years ago | | | 0 | 0.0079210488 | |
| 14611499 | 3 years ago | | | 0 | 0.0069771431 | |
| 14522773 | 3 years ago | | | 0 | 0.012573037 | |
| 14501692 | 3 years ago | | | 0 | 0.016952461 | |
| 14469387 | 3 years ago | | | 0 | 0.0083894078 | |
| 14414531 | 3 years ago | | | 0 | 0.0056547298 |
ABI
ABI objects
Getter at block 21187870
allowancesSigner() view returns (address)
0x96af0cc9beb4391f4549768ce39eb59b1e9fd5a8
collabSplitterFactory() view returns (address)
0x486e4ccd2970c1971f41aa16eeff078f821f3e9a
contractURI() view returns (string)
ipfs://QmYxUtFnPFntZsrxRTCT3rJZUWC7ti949f1hxnnfnzNB2u
nftContract() view returns (address)
0x4d15d2aaa891bfae0824f227f1ef1489cb4191ff
onEnable() pure returns (bool)
true
owner() view returns (address)
0x1ccd4c7759dd41a7366c1896791a7b5aa8616221
renderer() view returns (address)
0x6df46649cfb915a8ac54dffe166ce7db0b0d4808
symbolExtension() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
canUseName(string newName) view returns (bool)
createMessage(address account, uint256 nonce) view returns (bytes32)
createMessages(address[] accounts, uint256[] nonces) view returns (bytes32[] messages)
getAutoColorSeed(uint256 tokenId, address owner_) pure returns (uint256)
getName(uint256 tokenId) view returns (string)
getSymbol(uint256 symbolId, struct RandomizeRandom random) view returns (bytes)
isApprovedOrOwner(address operator, uint256 tokenId) view returns (bool)
renderWith(string tokenName, uint256 tokenId, uint256 colorSeed, bytes16 selectedColors, bytes16 selectedSymbols, bool frozen) view returns (string)
royaltyInfo(address, uint256 tokenId) view returns (address receiver, uint256 basisPoint)
royaltyInfo(uint256 tokenId) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMetas(uint256) view returns (bytes16 colors, bytes16 symbols, address royaltiesSplit, string name)
tokenURI(address, uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
usedAllowances(bytes32) view returns (bool)
validateSignature(address account, uint256 nonce, bytes signature) view returns (bytes32)
State-modifying
Events claim(address recipient, uint256 allocation, bytes signature)
customize(uint256 tokenId, string name, bytes16 selectedColors, bytes16 selectedSymbols)
freeze(uint256 tokenId)
onAttach() returns (bool)
onDisable()
renounceOwnership()
setCollabSplitterFactory(address newCollabSplitterFactory)
setColors(uint256 tokenId, bytes16 selectedColors)
setContractURI(string newURI)
setName(uint256 tokenId, string newName)
setRenderer(address newRenderer)
setSymbolExtension(address extension)
setSymbols(uint256 tokenId, bytes16 selectedSymbols)
transferOwnership(address newOwner)
withdraw()
NewContractURI(string contractURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChanged(uint256 tokenId)
constructor(string contractURI_, address renderer_, address owner_, address collabSplitterFactory_, address signer)
receive()
AlreadyFrozen()
CollabSplitterFactoryNotSet()
InvalidName()
NameAlreadyUsed()
NotAuthorized()
NotOnMainnet()
OnlyForCustom()
WithdrawError()
WrongCharacter()
WrongLength()
WrongParameters()