BTC dynaset
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,535.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.104947 | $90,856.00 |
$9,535.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15346421 | 2 years ago | | | 0 | 0.0017283345 | |
| 15035923 | 2 years ago | | | 0 | 0.0071535012 | |
| 15035085 | 2 years ago | | | 0 | 0.013352342 | |
| 15034279 | 2 years ago | | | 0 | 0.0066046452 | |
| 15034053 | 2 years ago | | | 0 | 0.0020692883 | |
| 15033877 | 2 years ago | | | 0 | 0.0053752259 | |
| 15033865 | 2 years ago | | | 0 | 0.0050388925 | |
| 15033861 | 2 years ago | | | 0 | 0.0049256080 | |
| 15033855 | 2 years ago | | | 0 | 0.0049566992 | |
| 15033850 | 2 years ago | | | 0 | 0.0055556867 |
ABI
ABI objects
Getter at block 21217829
VERSION_NUMBER() view returns (uint256)
1
decimals() view returns (uint8)
18
getController() view returns (address)
0xb6cad421b45dc1ba226da3630f76f38835f83b9d
getCurrentDesiredTokens() view returns (address[] tokens)
[0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48]
getCurrentTokens() view returns (address[] tokens)
[0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48]
getNumTokens() view returns (uint256)
2
getTotalDenormalizedWeight() view returns (uint256)
50000000000000000000
name() view returns (string)
BTC dynaset
symbol() view returns (string)
dynBTC
totalSupply() view returns (uint256)
98205539440049897206759
Read-only
allowance(address src, address dst) view returns (uint256)
balanceOf(address whom) view returns (uint256)
calcTokensForAmount(uint256 _amount) view returns (address[] tokens, uint256[] amounts)
getBalance(address token) view returns (uint256)
getDenormalizedWeight(address token) view returns (uint256)
getNormalizedWeight(address token) view returns (uint256)
getTokenRecord(address token) view returns (struct IDynasetRecord record)
isBound(address t) view returns (bool)
State-modifying
Events ApproveOneInch(address token, uint256 amount)
approve(address dst, uint256 amt) returns (bool)
configure(address controller, address dam, string name, string symbol)
decreaseApproval(address dst, uint256 amt) returns (bool)
exitDynaset(uint256 _amount)
increaseApproval(address dst, uint256 amt) returns (bool)
initialize(address[] tokens, uint256[] balances, uint96[] denorms, address tokenProvider)
joinDynaset(uint256 _amount)
removeBurnForge(address _burnForge) returns (address)
removeMintForge(address _mintForge) returns (address)
reweighTokens(address[] tokens, uint96[] Denorms)
setBurnForge(address _burnForge) returns (address)
setMintForge(address _mintForge) returns (address)
swapOneInch(address _tokenIn, address _tokenOut, uint256 amount, uint256 minReturn, bytes32[] _data)
swapOneInchUniV3(address _tokenIn, address _tokenOut, uint256 amount, uint256 minReturn, uint256[] _pools)
swapUniswap(address _tokenIn, address _tokenOut, uint256 _amountIn, uint256 _amountOutMin)
transfer(address dst, uint256 amt) returns (bool)
transferFrom(address src, address dst, uint256 amt) returns (bool)
updateAfterSwap(address _tokenIn, address _tokenOut)
withdrawAnyTokens(address token, uint256 amount)
Approval(address indexed src, address indexed dst, uint256 amt)
LOG_CALL(bytes4 indexed sig, address indexed caller, bytes data) anonymous
LOG_DENORM_UPDATED(address indexed token, uint256 newDenorm)
LOG_DESIRED_DENORM_SET(address indexed token, uint256 desiredDenorm)
LOG_EXIT(address indexed caller, address indexed tokenOut, uint256 tokenAmountOut)
LOG_JOIN(address indexed caller, address indexed tokenIn, uint256 tokenAmountIn)
LOG_MINIMUM_BALANCE_UPDATED(address token, uint256 minimumBalance)
LOG_PUBLIC_SWAP_TOGGLED(bool enabled)
LOG_SWAP(address indexed caller, address indexed tokenIn, address indexed tokenOut, uint256 tokenAmountIn, uint256 tokenAmountOut)
LOG_SWAP(address indexed tokenIn, address indexed tokenOut, uint256 Amount)
LOG_TOKEN_READY(address indexed token)
Transfer(address indexed src, address indexed dst, uint256 amt)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.