Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffc…14ce
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZLP | ERC-20 | 1.741054K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17638556 | a year ago | | | 0 | 0.091281267 | |
| 17485100 | a year ago | | | 0 | 0.062778002 | |
| 16923808 | 2 years ago | | | 0 | 0.0016957195 | |
| 16832415 | 2 years ago | | | 0 | 0.0016943391 | |
| 16825652 | 2 years ago | | | 0 | 0.059838922 | |
| 16783789 | 2 years ago | | | 0 | 0.081247294 | |
| 16641363 | 2 years ago | | | 0 | 0.0016005591 | |
| 16542815 | 2 years ago | | | 0 | 0.088324378 | |
| 16527725 | 2 years ago | | | 0 | 0.11348599 | |
| 16425188 | 2 years ago | | | 0 | 0.0012065904 |
ABI
ABI objects
Getter at block 21307121 assetPrice() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_DECIMALS() view returns (uint8)
18
DEFAULT_DECIMALS_FACTOR() view returns (uint256)
1000000000000000000
FEE_DENOMINATOR() view returns (uint256)
1000000
MAX_FEE() view returns (uint256)
50000
REBALANCER_ROLE() view returns (bytes32)
0xccc64574297998b6c3edf6078cc5e01268465ff116954e3af02ff3a70a730f46
ZUNAMI() view returns (address)
0x2ffcc661011bec72e1a9524e12060983e74d14ce
asset() view returns (address)
0x2ffcc661011bec72e1a9524e12060983e74d14ce
assetPriceCacheDuration() view returns (uint256)
7200
assetPriceCached() view returns (uint256)
1126977706444179645
blockCached() view returns (uint256)
18265269
dailyDepositCountingBlock() view returns (uint256)
0
dailyDepositDuration() view returns (uint256)
0
dailyDepositLimit() view returns (uint256)
0
dailyDepositTotal() view returns (uint256)
0
dailyWithdrawCountingBlock() view returns (uint256)
0
dailyWithdrawDuration() view returns (uint256)
0
dailyWithdrawLimit() view returns (uint256)
0
dailyWithdrawTotal() view returns (uint256)
0
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0xb056b9a45f09b006ec7a69770a65339586231a34
name() view returns (string)
UZD Zunami Stable
priceOracle() view returns (address)
0x2ffcc661011bec72e1a9524e12060983e74d14ce
symbol() view returns (string)
UZD
totalAssets() view returns (uint256)
1741053574667658438530
totalSupply() view returns (uint256)
1962128564375397978167
totalSupplyNominal() view returns (uint256)
1741053574667658438530
withdrawFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
allowanceNominal(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfNominal(address account) view returns (uint256)
convertToNominal(uint256 value) view returns (uint256 nominal)
convertToValue(uint256 nominal) view returns (uint256 value)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maxDeposit(address) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
previewDeposit(uint256 nominal) view returns (uint256)
previewWithdraw(uint256 value) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cacheAssetPrice()
changeDailyDepositParams(uint256 dailyDepositDuration_, uint256 dailyDepositLimit_)
changeDailyWithdrawParams(uint256 dailyWithdrawDuration_, uint256 dailyWithdrawLimit_)
changeFeeDistributor(address feeDistributor_)
changeWithdrawFee(uint256 withdrawFee_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 nominal, address receiver) returns (uint256)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAssetPriceCacheDuration(uint256 assetPriceCacheDuration_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 value, address receiver, address owner) returns (uint256)
withdrawAll(address receiver, address owner) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetPriceCacheDurationSet(uint256 newAssetPriceCacheDuration, uint256 oldAssetPriceCacheDuration)
CachedAssetPrice(uint256 blockNumber, uint256 assetPrice)
DailyDepositParamsChanged(uint256 dailyDepositDuration, uint256 dailyDepositLimit)
DailyWithdrawParamsChanged(uint256 dailyWithdrawDuration, uint256 dailyWithdrawLimit)
Deposit(address indexed caller, address indexed owner, uint256 value, uint256 nominal)
FeeDistributorChanged(address feeDistributor)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed caller, address indexed receiver, address indexed owner, uint256 value, uint256 nominal, uint256 fee)
WithdrawFeeChanged(uint256 withdrawFee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.