Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xefb7…62ef
Balances ($0.00)
No balances found for "WORDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14103979 | 6 months ago | | | 0 | 0.00032981500 | |
| 13876507 | 6 months ago | | | 0 | 0.00033332923 | |
| 13643706 | 6 months ago | | | 0 | 0.00033798582 | |
| 13333632 | 6 months ago | | | 0 | 0.00032532375 | |
| 13176073 | 7 months ago | | | 0 | 0.00033678936 | |
| 13072003 | 7 months ago | | | 0 | 0.00035946203 | |
| 13071999 | 7 months ago | | | 0 | 0.00011263438 | |
| 12972831 | 7 months ago | | | 0 | 0.00032380863 | |
| 12902549 | 7 months ago | | | 0 | 0.00033484435 | |
| 12793311 | 7 months ago | | | 0 | 0.00032683887 |
ABI
ABI objects
Getter at block 21815661
COLLECTION() view returns (bytes32)
0xc0e6ccd5f74de3efa079599b04c62d712768dc824c10078479ae4d7bb68fadc5
cooldown() view returns (uint256)
86400
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=WordShards, version=1, chainId=8453, verifyingContract=0x98b5dfc86d3b72f6102a974be362a755767da9ce, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
inviteCodeSigner() view returns (address)
0xc12a534f1f376b4cd1beb75f567d2b9978a72edd
owner() view returns (address)
0xdab054abfea5dbf13d69137c48d73a8d6f2eab2f
x2() view returns (address)
0xefb73ae2247d8a5a87d1ef5e9fd0b815bab262ef
Read-only
balanceOf(bytes32 item, address holder) view returns (uint256)
getInviteDigest(address user, bytes32 code) view returns (bytes32)
getSlug(string text) pure returns (string)
getTextSubject(string text) pure returns (bytes32)
invited(address) view returns (bool)
lastCreationTime(address) view returns (uint256)
removeWhitespace(string input) pure returns (string)
settings(uint256) view returns (uint256)
usedCodes(bytes32) view returns (bool)
words(bytes32) view returns (uint256 supply, uint256 data, address creator, string text)
State-modifying
Events createWord(string text, uint256 data, uint256 amount)
invite(address[] invitees)
redeemInvite(bytes signature, bytes32 code)
renounceOwnership()
setCooldown(uint256 newCooldown)
setCreatorFee(uint256 newItemFee)
setFeeDestination(address newFeeDestination)
setInviteCodeSigner(address newInviteCodeSigner)
setMakerSubjectRequirements(bytes32 newMakerSubject, uint256 newMakerSubjectsRequired)
setProtocolFee(uint256 newCollectionFee)
transferOwnership(address newOwner)
EIP712DomainChanged()
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(uint256 _protocolFee, uint256 _creatorFee, address _feeDestination, address _inviteCodeSigner, address _x2factory)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidShortString()
StringTooLong(string str)