Four Letter Words
Verified contract
Active on
Ethereum with 123 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 "Four Letter Words"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18921552 | a year ago | | | 0 | 0.00085924070 | |
| 16305975 | 2 years ago | | | 0 | 0.00085635904 | |
| 16303060 | 2 years ago | | | 0 | 0.00083523980 | |
| 16256033 | 2 years ago | | | 0 | 0.00064202706 | |
| 15968658 | 2 years ago | | | 0 | 0.0011723787 | |
| 15404228 | 2 years ago | | | 0 | 0.00070828057 | |
| 15356443 | 2 years ago | | | 0 | 0.00048641180 | |
| 15356327 | 2 years ago | | | 0 | 0.00064231092 | |
| 15153831 | 2 years ago | | | 0 | 0.00039832233 | |
| 15153653 | 2 years ago | | | 0 | 0.00040427890 |
ABI
ABI objects
Getter at block 21285941
PER_WALLET_MINT() view returns (uint256)
8
PUBLIC_PRICE() view returns (uint256)
40000000000000000
RESERVED() view returns (uint256)
222
TOTAL_LIMIT() view returns (uint256)
666
WHITELIST_PRICE() view returns (uint256)
40000000000000000
frozen() view returns (bool)
true
name() view returns (string)
Four Letter Words
owner() view returns (address)
0x21e9fe4ce6ec611e763a6c9f021a807990f6cb73
publicMintPaused() view returns (bool)
true
revealHash() view returns (bytes32)
0xd5ccf637c3c376df74e023d83bae22906654b5b3d13d987f8dba64fc173cdf3c
revealed() view returns (bool)
true
royalty() view returns (uint256)
75
royaltyRecipient() view returns (address)
0xc385211ea8d454269139108748c129a50b63ccf1
shift() view returns (bytes32)
0x924ed5329405345229e0ae3b5fe008bd6d6a6aefe1c284937502b6cc69ae440e
split() view returns (address)
0xc385211ea8d454269139108748c129a50b63ccf1
symbol() view returns (string)
4LW
totalSupply() view returns (uint256)
666
uriConfig() view returns (string)
ipfs://QmSrQ5E3wZJxivPvHMmaFVQoxXzCUUHq27KTMKheZnDSSq/
whitelistMintPaused() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhitelistDigest(address minter) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
oneOffs(uint256) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
recoverSigner(bytes32 digest, bytes _signature) pure returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shifted(uint256 _tokenId) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
commitReveal(bytes32 _hash)
configurePrereveal(string _uriConfig)
configureTokenURI(uint256 _id, string _customUri)
drain(address _token, uint256 _amount)
freeze()
mintGift(address _recipient, uint256 _number)
mintPublic(uint256 _number) payable
mintWhitelist(bytes _signature, uint256 _number) payable
pausePublicMint(bool _pause)
pauseWhitelistMint(bool _pause)
renounceOwnership()
reveal(string _uriConfig)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoyalties(uint256 _royalty, address _recipient)
setSplit(address _split)
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)
RoyaltiesSet(uint256 oldAmount, uint256 newAmount, address recipient)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()