TellerWithMultiAssetSupport
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x11eb…9a7d
Balances ($0.00)
No balances found for "TellerWithMultiAssetSupport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224731 | 6 hours ago | | | 0 | 0.0047291538 | |
| 21221359 | 18 hours ago | | | 0 | 0.0038677892 | |
| 21220566 | 20 hours ago | | | 0 | 0.0030706757 | |
| 21219804 | a day ago | | | 0 | 0.0027771584 | |
| 21219236 | a day ago | | | 0 | 0.0025738619 | |
| 21213674 | 2 days ago | | | 0 | 0.0034776512 | |
| 21209991 | 2 days ago | | | 0 | 0.0032226916 | |
| 21206353 | 3 days ago | | | 0 | 0.0031925318 | |
| 21206249 | 3 days ago | | | 0 | 0.0031215190 | |
| 21205922 | 3 days ago | | | 0 | 0.0034690355 |
ABI
ABI objects
Getter at block 21226645
accountant() view returns (address)
0xa9fb7e2922216debe3fd5e1bbe7591ee446dc21c
authority() view returns (address)
0x11eb44ddcc14b8ec4b4b9d6b3324c1ee00179a7d
depositNonce() view returns (uint96)
429
isPaused() view returns (bool)
false
owner() view returns (address)
0x0000000000417626ef34d62c4dc189b021603f2f
shareLockPeriod() view returns (uint64)
0
vault() view returns (address)
0x196ead472583bc1e9af7a05f860d9857e1bd3dcc
Read-only
beforeTransfer(address from) view
isSupported(address) view returns (bool)
publicDepositHistory(uint256) view returns (bytes32)
shareUnlockTime(address) view returns (uint256)
State-modifying
Events addAsset(address asset)
bulkDeposit(address depositAsset, uint256 depositAmount, uint256 minimumMint, address to) returns (uint256 shares)
bulkWithdraw(address withdrawAsset, uint256 shareAmount, uint256 minimumAssets, address to) returns (uint256 assetsOut)
deposit(address depositAsset, uint256 depositAmount, uint256 minimumMint) 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)
removeAsset(address asset)
setAuthority(address newAuthority)
setShareLockPeriod(uint64 _shareLockPeriod)
transferOwnership(address newOwner)
unpause()
AssetAdded(address indexed asset)
AssetRemoved(address indexed asset)
AuthorityUpdated(address indexed user, address indexed newAuthority)
BulkDeposit(address indexed asset, uint256 depositAmount)
BulkWithdraw(address indexed asset, uint256 shareAmount)
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)
This contract contains no fallback and receive objects.
TellerWithMultiAssetSupport__AssetNotSupported()
TellerWithMultiAssetSupport__BadDepositHash()
TellerWithMultiAssetSupport__MinimumAssetsNotMet()
TellerWithMultiAssetSupport__MinimumMintNotMet()
TellerWithMultiAssetSupport__Paused()
TellerWithMultiAssetSupport__PermitFailedAndAllowanceTooLow()
TellerWithMultiAssetSupport__ShareLockPeriodTooLong()
TellerWithMultiAssetSupport__SharesAreLocked()
TellerWithMultiAssetSupport__SharesAreUnLocked()
TellerWithMultiAssetSupport__ZeroAssets()
TellerWithMultiAssetSupport__ZeroShares()