TimeswapV2Token
Verified contract
Active on
Base with 104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000817 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22716837 | 11 hours ago | | | 0 | 0.0000047716011 | |
| 22463991 | 6 days ago | | | 0 | 0.000000200541976269 | |
| 21865130 | 20 days ago | | | 0 | 1.9597628e-7 | |
| 21697898 | 24 days ago | | | 0 | 1.9592008e-7 | |
| 21605908 | a month ago | | | 0 | 1.9363686e-7 | |
| 21391158 | a month ago | | | 0 | 0.000000200541976269 | |
| 21221579 | a month ago | | | 0 | 0.000000099658700000 | |
| 21189490 | a month ago | | | 0 | 0.000000105466881957 | |
| 21181174 | a month ago | | | 0 | 0.000000097228000000 | |
| 20682043 | 2 months ago | | | 0 | 0.000000087372896999 |
ABI
ABI objects
Getter at block 22736885
optionFactory() view returns (address)
0x17385e95cb74a20150e4fa092aa72d57330896c4
totalIds() view returns (uint256)
31
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
positionOf(address owner, struct TimeswapV2TokenPosition timeswapV2TokenPosition) view returns (uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(struct TimeswapV2TokenBurnParam param) returns (bytes data)
mint(struct TimeswapV2TokenMintParam param) returns (bytes data)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferTokenPositionFrom(address from, address to, struct TimeswapV2TokenPosition timeswapV2TokenPosition, uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address chosenOptionFactory, string uri)
This contract contains no fallback and receive objects.
IncorrectMaturity(uint256 maturity)
NoReentrantCall()
NotEnoughReceived(uint256 minuend, uint256 subtrahend)
NotInteracted()
ZeroAddress()
ZeroInput()