TellerWithMultiAssetSupport
Verified contract
Active on
Ethereum with 2,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6889…a5f6
Balances ($0.00)
No balances found for "TellerWithMultiAssetSupport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184094 | 33 minutes ago | | | 0 | 0.0055575992 | |
| 21184029 | an hour ago | | | 0 | 0.0057363871 | |
| 21183876 | an hour ago | | | 0 | 0.0054202076 | |
| 21183293 | 3 hours ago | | | 0 | 0.0065632810 | |
| 21182482 | 6 hours ago | | | 0 | 0.0046832215 | |
| 21182460 | 6 hours ago | | | 0 | 0.0033766235 | |
| 21181964 | 8 hours ago | | | 0 | 0.0055105571 | |
| 21181821 | 8 hours ago | | | 0 | 0.0056594836 | |
| 21181649 | 9 hours ago | | | 0 | 0.0078188394 | |
| 21180749 | 12 hours ago | | | 0 | 0.015300743 |
ABI
ABI objects
Getter at block 21184256
accountant() view returns (address)
0x1b293dc39f94157fa0d1d36d7e0090c8b8b8c13f
authority() view returns (address)
0x6889e57bca038c28520c0b047a75e567502ea5f6
depositNonce() view returns (uint96)
2042
isPaused() view returns (bool)
false
nativeWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x0000000000000000000000000000000000000000
shareLockPeriod() view returns (uint64)
0
vault() view returns (address)
0x657e8c867d8b37dcc18fa4caead9c45eb088c642
Read-only
assetData(address) view returns (bool allowDeposits, bool allowWithdraws, uint16 sharePremium)
beforeTransfer(address from, address to, address operator) view
fromDenyList(address) view returns (bool)
operatorDenyList(address) view returns (bool)
publicDepositHistory(uint256) view returns (bytes32)
shareUnlockTime(address) view returns (uint256)
toDenyList(address) view returns (bool)
State-modifying
Events allowAll(address user)
allowFrom(address user)
allowOperator(address user)
allowTo(address user)
bulkDeposit(address depositAsset, uint256 depositAmount, uint256 minimumMint, address to) returns (uint256 shares)
bulkWithdraw(address withdrawAsset, uint256 shareAmount, uint256 minimumAssets, address to) returns (uint256 assetsOut)
denyAll(address user)
denyFrom(address user)
denyOperator(address user)
denyTo(address user)
deposit(address depositAsset, uint256 depositAmount, uint256 minimumMint) payable returns (uint256 shares)
depositWithPermit(address depositAsset, uint256 depositAmount, uint256 minimumMint, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 shares)
pause()
refundDeposit(uint256 nonce, address receiver, address depositAsset, uint256 depositAmount, uint256 shareAmount, uint256 depositTimestamp, uint256 shareLockUpPeriodAtTimeOfDeposit)
setAuthority(address newAuthority)
setShareLockPeriod(uint64 _shareLockPeriod)
transferOwnership(address newOwner)
unpause()
updateAssetData(address asset, bool allowDeposits, bool allowWithdraws, uint16 sharePremium)
AllowFrom(address indexed user)
AllowOperator(address indexed user)
AllowTo(address indexed user)
AssetDataUpdated(address indexed asset, bool allowDeposits, bool allowWithdraws, uint16 sharePremium)
AuthorityUpdated(address indexed user, address indexed newAuthority)
BulkDeposit(address indexed asset, uint256 depositAmount)
BulkWithdraw(address indexed asset, uint256 shareAmount)
DenyFrom(address indexed user)
DenyOperator(address indexed user)
DenyTo(address indexed user)
Deposit(uint256 indexed nonce, address indexed receiver, address indexed depositAsset, uint256 depositAmount, uint256 shareAmount, uint256 depositTimestamp, uint256 shareLockPeriodAtTimeOfDeposit)
DepositRefunded(uint256 indexed nonce, bytes32 depositHash, address indexed user)
OwnershipTransferred(address indexed user, address indexed newOwner)
Paused()
Unpaused()
constructor(address _owner, address _vault, address _accountant, address _weth)
This contract contains no fallback and receive objects.
TellerWithMultiAssetSupport__AssetNotSupported()
TellerWithMultiAssetSupport__BadDepositHash()
TellerWithMultiAssetSupport__DualDeposit()
TellerWithMultiAssetSupport__MinimumAssetsNotMet()
TellerWithMultiAssetSupport__MinimumMintNotMet()
TellerWithMultiAssetSupport__Paused()
TellerWithMultiAssetSupport__PermitFailedAndAllowanceTooLow()
TellerWithMultiAssetSupport__ShareLockPeriodTooLong()
TellerWithMultiAssetSupport__SharePremiumTooLarge()
TellerWithMultiAssetSupport__SharesAreLocked()
TellerWithMultiAssetSupport__SharesAreUnLocked()
TellerWithMultiAssetSupport__TransferDenied(address from, address to, address operator)
TellerWithMultiAssetSupport__ZeroAssets()
TellerWithMultiAssetSupport__ZeroShares()