Webaverse Genesis Pass fractional token
Verified contract
Active on
Ethereum with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$930.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.251565 | $3,698.94 |
$930.53 | |
fWEBA | ERC-20 | 18.724637 | -- | -- | |
(#19309) | WEBA | ERC-721 | 1 | -- | -- |
(#17481) | WEBA | ERC-721 | 1 | -- | -- |
(#17135) | WEBA | ERC-721 | 1 | -- | -- |
(#15894) | WEBA | ERC-721 | 1 | -- | -- |
(#15325) | WEBA | ERC-721 | 1 | -- | -- |
(#15046) | WEBA | ERC-721 | 1 | -- | -- |
(#15035) | WEBA | ERC-721 | 1 | -- | -- |
(#14909) | WEBA | ERC-721 | 1 | -- | -- |
ABI
ABI objects
Getter at block 21378752
CLOSE_GRACE_PERIOD() view returns (uint256)
604800
DOMAIN_SEPARATOR() view returns (bytes32)
0xa3ca8718bd89d21476050e65708e25c3639b37f3234c676c5ea2fac762c2c54b
baseToken() view returns (address)
0x0000000000000000000000000000000000000000
baseTokenReserves() view returns (uint256)
251565485050507042
caviar() view returns (address)
0xa964d6e8d90e5cd12592a8ef2b1735dae9ba0840
closeTimestamp() view returns (uint256)
0
decimals() view returns (uint8)
18
fractionalTokenReserves() view returns (uint256)
18724637313088152527
lpToken() view returns (address)
0xaa426531caf28359cee8db025560180b73325585
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Webaverse Genesis Pass fractional token
nft() view returns (address)
0x543d43f390b7d681513045e8a85707438c463d80
price() view returns (uint256)
13434999078709403
symbol() view returns (string)
fWEBA
totalSupply() view returns (uint256)
19000000000000000000
Read-only
addQuote(uint256 baseTokenAmount, uint256 fractionalTokenAmount, uint256 lpTokenSupply) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
buyQuote(uint256 outputAmount) view returns (uint256)
nonces(address) view returns (uint256)
removeQuote(uint256 lpTokenAmount) view returns (uint256, uint256)
sellQuote(uint256 inputAmount) view returns (uint256)
State-modifying
Events add(uint256 baseTokenAmount, uint256 fractionalTokenAmount, uint256 minLpTokenAmount, uint256 minPrice, uint256 maxPrice, uint256 deadline) payable returns (uint256 lpTokenAmount)
approve(address spender, uint256 amount) returns (bool)
buy(uint256 outputAmount, uint256 maxInputAmount, uint256 deadline) payable returns (uint256 inputAmount)
close()
nftAdd(uint256 baseTokenAmount, uint256[] tokenIds, uint256 minLpTokenAmount, uint256 minPrice, uint256 maxPrice, uint256 deadline, bytes32[][] proofs, struct ReservoirOracleMessage[] messages) payable returns (uint256 lpTokenAmount)
nftBuy(uint256[] tokenIds, uint256 maxInputAmount, uint256 deadline) payable returns (uint256 inputAmount)
nftRemove(uint256 lpTokenAmount, uint256 minBaseTokenOutputAmount, uint256 deadline, uint256[] tokenIds, bool withFee) returns (uint256 baseTokenOutputAmount, uint256 fractionalTokenOutputAmount)
nftSell(uint256[] tokenIds, uint256 minOutputAmount, uint256 deadline, bytes32[][] proofs, struct ReservoirOracleMessage[] messages) returns (uint256 outputAmount)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
remove(uint256 lpTokenAmount, uint256 minBaseTokenOutputAmount, uint256 minFractionalTokenOutputAmount, uint256 deadline) returns (uint256 baseTokenOutputAmount, uint256 fractionalTokenOutputAmount)
sell(uint256 inputAmount, uint256 minOutputAmount, uint256 deadline) returns (uint256 outputAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unwrap(uint256[] tokenIds, bool withFee) returns (uint256 fractionalTokenAmount)
withdraw(uint256 tokenId)
wrap(uint256[] tokenIds, bytes32[][] proofs, struct ReservoirOracleMessage[] messages) returns (uint256 fractionalTokenAmount)
Add(uint256 indexed baseTokenAmount, uint256 indexed fractionalTokenAmount, uint256 indexed lpTokenAmount)
Approval(address indexed owner, address indexed spender, uint256 amount)
Buy(uint256 indexed inputAmount, uint256 indexed outputAmount)
Close(uint256 indexed closeTimestamp)
Remove(uint256 indexed baseTokenAmount, uint256 indexed fractionalTokenAmount, uint256 indexed lpTokenAmount)
Sell(uint256 indexed inputAmount, uint256 indexed outputAmount)
Transfer(address indexed from, address indexed to, uint256 amount)
Unwrap(uint256[] indexed tokenIds)
Withdraw(uint256 indexed tokenId)
Wrap(uint256[] indexed tokenIds)
constructor(address _nft, address _baseToken, bytes32 _merkleRoot, string pairSymbol, string nftName, string nftSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.