TransferManager
Verified contract
Active on
Ethereum with 42,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
0x391f…ea88
0xe8a7…07d3
0xdf67…d938
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0.019994 | $0.999453 |
$0.02 | |
IML | ERC-20 | 1 | -- | -- | |
aLEND | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20912884 | 2 months ago | | | 0 | 0.0018186938 | |
| 20725508 | 2 months ago | | | 0 | 0.00038622328 | |
| 20439369 | 4 months ago | | | 0 | 0.00052039874 | |
| 20210787 | 5 months ago | | | 0 | 0.00093558167 | |
| 20177625 | 5 months ago | | | 0 | 0.0013920987 | |
| 19858598 | 6 months ago | | | 0 | 0.00079387240 | |
| 19428456 | 8 months ago | | | 0 | 0.014614732 | |
| 19428284 | 8 months ago | | | 0 | 0.015590348 | |
| 19283786 | 9 months ago | | | 0 | 0.014698052 | |
| 19106381 | 10 months ago | | | 0 | 0.0033068844 |
ABI
ABI objects
Getter at block 21257198
defaultLimit() view returns (uint256)
10000000000000000000
isOnlyOwnerModule() pure returns (bytes4)
0xd490da4d
oldLimitManager() view returns (address)
0xdf6767a7715381867738cf211290f61697ecd938
priceProvider() view returns (address)
0xe8a76d2f37fe50b6a95d27fb92291fe0b57407d3
securityPeriod() view returns (uint256)
86400
securityWindow() view returns (uint256)
43200
transferStorage() view returns (address)
0x391f0e86da951c03b1183c60b195090671adea88
Read-only
getCurrentLimit(address _wallet) view returns (uint256 _currentLimit)
getDailyUnspent(address _wallet) view returns (uint256 _unspent, uint64 _periodEnd)
getNonce(address _wallet) view returns (uint256 nonce)
getPendingLimit(address _wallet) view returns (uint256 _pendingLimit, uint64 _changeAfter)
getPendingTransfer(address _wallet, bytes32 _id) view returns (uint64 _executeAfter)
isLimitDisabled(address _wallet) view returns (bool _limitDisabled)
isValidSignature(bytes _data, bytes _signature) view returns (bytes4)
isValidSignature(bytes32 _msgHash, bytes _signature) view returns (bytes4)
isWhitelisted(address _wallet, address _target) view returns (bool _isWhitelisted)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addModule(address _wallet, address _module)
addToWhitelist(address _wallet, address _target)
approveToken(address _wallet, address _token, address _spender, uint256 _amount)
approveTokenAndCallContract(address _wallet, address _token, address _contract, uint256 _amount, bytes _data)
callContract(address _wallet, address _contract, uint256 _value, bytes _data)
cancelPendingTransfer(address _wallet, bytes32 _id)
changeLimit(address _wallet, uint256 _newLimit)
disableLimit(address _wallet)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
executePendingTransfer(address _wallet, address _token, address _to, uint256 _amount, bytes _data, uint256 _block)
init(address _wallet)
recoverToken(address _token)
removeFromWhitelist(address _wallet, address _target)
transferToken(address _wallet, address _token, address _to, uint256 _amount, bytes _data)
AddedToWhitelist(address indexed wallet, address indexed target, uint64 whitelistAfter)
Approved(address indexed wallet, address indexed token, uint256 amount, address spender)
CalledContract(address indexed wallet, address indexed to, uint256 amount, bytes data)
LimitChanged(address indexed wallet, uint256 indexed newLimit, uint64 indexed startAfter)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
PendingTransferCanceled(address indexed wallet, bytes32 indexed id)
PendingTransferCreated(address indexed wallet, bytes32 indexed id, uint256 indexed executeAfter, address token, address to, uint256 amount, bytes data)
PendingTransferExecuted(address indexed wallet, bytes32 indexed id)
RemovedFromWhitelist(address indexed wallet, address indexed target)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
Transfer(address indexed wallet, address indexed token, uint256 indexed amount, address to, bytes data)
constructor(address _registry, address _transferStorage, address _guardianStorage, address _priceProvider, uint256 _securityPeriod, uint256 _securityWindow, uint256 _defaultLimit, address _oldLimitManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.