Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,247.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CSR | ERC-20 | 77.334893K | $0.01153 |
$891.7 | |
USDT | ERC-20 | 355.329115 | $1.001 |
$355.68 | |
CWMEUR | ERC-20 | 15.90307K | -- | -- | |
CWUSD | ERC-20 | 120 | -- | -- | |
CWEUR | ERC-20 | 100 | -- | -- | |
CWLTC | ERC-20 | 0.18 | -- | -- | |
CWBTC | ERC-20 | 0.0022 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16304350 | 2 years ago | | | 0 | 0.0015277080 | |
| 16298966 | 2 years ago | | | 0 | 0.0016732040 | |
| 16290665 | 2 years ago | | | 0 | 0.0022268800 | |
| 16290657 | 2 years ago | | | 0 | 0.0026597120 | |
| 16282249 | 2 years ago | | | 0 | 0.00094642400 | |
| 16277496 | 2 years ago | | | 0 | 0.0012582000 | |
| 16277484 | 2 years ago | | | 0 | 0.00094622000 | |
| 16274472 | 2 years ago | | | 0 | 0.0012580200 | |
| 16269763 | 2 years ago | | | 0 | 0.00083472000 | |
| 16246796 | 2 years ago | | | 0 | 0.00093475200 |
ABI
ABI objects
Getter at block 21225308
bank() view returns (address)
0x35c6a2e77bc08b47f1d9c0fc86c0724943fc2071
isOwner() view returns (bool)
false
owner() view returns (address)
0x35c6a2e77bc08b47f1d9c0fc86c0724943fc2071
Read-only
balanceOf(address token, address client) view returns (uint256)
calculateFee(uint256 amount, uint256 feeRate) pure returns (uint256)
depositFeeRateOf(address token) view returns (uint256)
isDepositBlacklisted(address client) view returns (bool)
isDepositPermitted(address token) view returns (bool)
isManager(address client) view returns (bool)
isWithdrawalBlacklisted(address client) view returns (bool)
isWithdrawalPermitted(address token) view returns (bool)
withdrawalFeeRateOf(address token) view returns (uint256)
State-modifying
Events addManager(address manager)
deposit(address token, uint256 amount) payable
multiDeposit(address[] tokens, uint256[] amounts) payable
multiSetBlacklist(address[] clients, bool[] depositBlacklists, bool[] withdrawalBlacklists)
multiSetFeeRate(address[] tokens, uint256[] depositFees, uint256[] withdrawalFees)
multiSetPermission(address[] tokens, bool[] depositPermissions, bool[] withdrawalPermissions)
multiTransfer(address[] tokens, address[] froms, address[] tos, uint256[] amounts, uint256[] fromFeeRates, uint256[] toFeeRates)
multiWithdraw(address[] tokens, uint256[] amounts)
removeManager(address manager)
renounceManagement()
renounceOwnership()
setBank(address account)
setBlacklist(address client, bool depositBlacklist, bool withdrawalBlacklist)
setFeeRate(address token, uint256 depositFeeRate, uint256 withdrawalFeeRate)
setPermission(address token, bool depositPermission, bool withdrawalPermission)
transfer(address token, address from, address to, uint256 amount, uint256 fromFeeRate, uint256 toFeeRate)
transferManagement(address manager)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
BankChanged(address indexed bank)
BlacklistChanged(address indexed client, bool depositBlacklist, bool withdrawalBlacklist)
Deposit(address indexed token, address indexed client, uint256 amount, uint256 fee, uint256 balance)
FeeRateChanged(address indexed token, uint256 depositFeeRate, uint256 withdrawalFeeRate)
ManagementRenounced(address indexed manager)
ManagementTransferred(address indexed previousManager, address indexed newManager)
ManagerAdded(address indexed manager)
ManagerRemoved(address indexed manager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermissionChanged(address indexed token, bool depositPermission, bool withdrawalPermission)
Transfer(address indexed token, address indexed from, address indexed to, uint256 amount, uint256 fromFee, uint256 toFee)
Withdrawal(address indexed token, address indexed client, uint256 amount, uint256 fee, uint256 balance)
constructor()
fallback()
This contract contains no error objects.