Exchange
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "Exchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Exchange"
ABI
ABI objects
Getter at block 21855204 getPrice() view returns (uint256) totalLiquidity() view returns (uint256)
bShare() view returns (address)
0x0000000000000000000000000000000000000000
dai() view returns (address)
0x0000000000000000000000000000000000000000
getEthPrice() view returns (int256)
250838419300
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
tokenId() view returns (uint256)
0
usdc() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLiquidityValue(uint256 _tokenId) view returns (uint256 _amount)
getLpTokenIds(address _userAddress) view returns (uint256, uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
liquidity(uint256) view returns (address tokenAddress, uint256 amountA, uint256 bShareAmount, bool isEth)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addLiquidity(address _tokenAddress, uint256 _amountIn, uint256 _bShareAmount) payable
approve(address to, uint256 tokenId)
initialize(address _bShareAddress, address _usdc, address _dai)
removeLiquidity(uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
swap(address _tokenAddress, uint256 _amount, bool _isSell) payable
transferErc20(address _to, address _token, uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferNativeCoin(address _to, uint256 _amount)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
zapIn(address _tokenAddress, uint256 _amount) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.