BitStablePool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BitStablePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BitStablePool"
ABI
ABI objects
Getter at block 21301339
DAII() view returns (address)
0x0000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getExchanges() view returns (address[])
[]
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
buildFees(address) view returns (uint256)
exchanges(uint256) view returns (address)
fees(address) view returns (uint256)
getBuildAmountOut(address tokenIn, uint256 amountIn) view returns (uint256 amountOut, uint256 fee)
getRedeemAmountOut(uint256 amountIn, address tokenOut) view returns (uint256 amountOut, uint256 fee)
redeemFees(address) view returns (uint256)
totalFees(address) view returns (uint256)
validity(address) view returns (bool)
State-modifying
Events build(address tokenIn, uint256 amountIn)
initialize(address initialOwner, address daii, address[] tokens)
pause()
redeem(uint256 amountIn, address tokenOut)
setBuildRedeemFee(address token, uint256 buildFee, uint256 redeemFee)
setExchange(address token, bool value)
setFee(address token, uint256 fee)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawBuildFee(address token, address to, uint256 value)
withdrawStuckToken(address token, address to, uint256 value)
Build(address indexed sender, address tokenIn, uint256 amountIn, uint256 fee, uint256 amountOut)
FeeChanged(address indexed token, uint256 buildFee, uint256 redeemFee)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Redeem(address indexed sender, uint256 amountIn, address tokenOut, uint256 amountOut, uint256 fee)
SetExchange(address indexed sender, address token, bool value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)