TimeLockFungibleDEA

Verified contract

Active on Base with 38 txns
Deployed by via 0x7e354844 at 17259363
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TimeLockFungibleDEA"

0x4e2e30374ba43fab22cdfe0cefe37781f502271f9e74fedcbf893c87e29d00b8
0x692ae5322a3afc6814a574be8e24cc022527b515e34a9a5f8ecd819a2cd96e19
0x0480ff4342e615dd264966c496d54a1575a03ce535b20918e66d8ff07ee31d69
0xedcfafd737f3eb31fc1c3b944bc42bd2d25a88c627c65730a923268f8c5c320f
0xa08840c4993e178545b9cbce348217692cde294319e857ed171126dc28a24d2e
0xebe82fc67492dd7983e33b4d7d2611fcd5dfbd2e75c214fdbb456974e40c9be2
0xcaaa30608cf642203c232dc61bf357ef8cc608a88b313761e6b407a2ef95ddeb
0x8dfe23b557081243bb8c1d13bb2a6824a45e28946fd7a7eb5ded1efeeae1752e
0x5de30961e1ffbb134b2bac57900a37124656bfc181279feaf7d734ca3c6ff42f
0xe6ace601859dfe99ed6aa7fe34db4978158099f33820f237e6f2d52c221de480

Functions
Getter at block 23842522
DOMAIN_SEPARATOR(view returns (bytes32)
0x89e598ce08534379a77a2d5e1b50b111cdec5ce15b5325f29da1a43868a96a60
contractURI(view returns (string)
ipfs://QmTcrffttNCoFLk6S85TGKuRM82wwrDfYm4F3vf3naezeW/long-winded-short-stories-base.json
decimals(view returns (uint8)
0
lockTime(view returns (uint256)
1722488400
mediaId(view returns (bytes16)
0xeb3e2f52f5a04c08a1394102ca41c5e2
name(view returns (string)
Long Winded Short Stories
owner(view returns (address)
0x83378eb64704e73a2e32152041c1b5717b1971bd
primarySaleRecipient(view returns (address)
0x83378eb64704e73a2e32152041c1b5717b1971bd
symbol(view returns (string)
LWSS
totalSupply(view returns (uint256)
475
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
verify(struct ISignatureMintERC20MintRequest _reqbytes _signatureview returns (bool successaddress signer)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amount
burnFrom(address _accountuint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mintTo(address _touint256 _amount
mintWithSignature(struct ISignatureMintERC20MintRequest _reqbytes _signaturepayable returns (address signer)
multicall(bytes[] datareturns (bytes[] results)
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
setContractURI(string _uri
setOwner(address _newOwner
setPrimarySaleRecipient(address _saleRecipient
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ContractURIUpdated(string prevURIstring newURI
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
TokensMinted(address indexed mintedTouint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTostruct ISignatureMintERC20MintRequest mintRequest
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _defaultAdminstring _namestring _symboladdress _primarySaleRecipientbytes16 _mediaIduint256 _lockTime
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractLocked(
ContractMetadataUnauthorized(
CurrencyTransferLibFailedNativeTransfer(address recipientuint256 value
OwnableUnauthorized(
PrimarySaleInvalidRecipient(address recipient
PrimarySaleUnauthorized(