TimeswapV2Token

Verified contract

Active on Base with 104 txns
Deployed by via 0xde50a7bf at 9046412
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x64610a552ed5befc5afc6ecaf2ebe5806ed582b8a5d083cd847ec01ef5e963e3
0x942e2902b4728c37e5e81619ffa228cb0314bc4b84b682ff98748ca834fe639d
0xf351770cc203345d076bf8163c4d61b48b6cc16ffda291a4d3a87122fd642178
0x643326cb67b5e535f8b790360c827352b5cb9ece96741ea436c119dfb6ef8c2f
0x43242f5c42de1710d6280748b94d2a339bc0f475a2a11a558a63e48ecfdd21d8
0x84ccf7f0c44afefd917191b3979862ff3225c5008f53e85c47d083caea9ca401
0x16bcb66c3e628ebdd61d244b1e54a5b3bce4363f7a295890bd018708df14b731
0x48480e26ccd85d405ffcb1f6a0450b649f7a837f00ed9d32f33ef506f7cdb221
0x99a01d72b5312cae959db69961df41f873955e8f5f910186502cdebfc5c20ee7
0x1024087ea22df09f5e73cdf2aad396fdeaf5456bcfca2769af5ef3f0f145a9d5

Functions
Getter at block 22736885
optionFactory(view returns (address)
0x17385e95cb74a20150e4fa092aa72d57330896c4
totalIds(view returns (uint256)
31
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
positionOf(address ownerstruct TimeswapV2TokenPosition timeswapV2TokenPositionview returns (uint256 amount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
burn(struct TimeswapV2TokenBurnParam paramreturns (bytes data)
mint(struct TimeswapV2TokenMintParam paramreturns (bytes data)
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferTokenPositionFrom(address fromaddress tostruct TimeswapV2TokenPosition timeswapV2TokenPositionuint256 amount
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address chosenOptionFactorystring uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IncorrectMaturity(uint256 maturity
NoReentrantCall(
NotEnoughReceived(uint256 minuenduint256 subtrahend
NotInteracted(
ZeroAddress(
ZeroInput(