TransferManager

Verified contract

Active on Ethereum with 2,030 txns
Deployed by via 0xe0aa819d at 10012134
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransferManager"

0x9bc8c248391c31429c057962009ead9230792cd8358f1f4591617c4bc5e892fe
0xd9e3a88a53b7967631e8b6004de386ed9f2ec6a6a5d5ba9827f77347e0b8fcfd
0x53cc3521d3f3577946f1f647b67402b05079b1f001ff4d6adc01647b0327e0a7
0xfd2f7d308f3276df9e0c6d92b990402d3f2f9420a7759789cd37437e28953c21
0xcd920d15a364b3c43738338699ae620860b66ed0f800095d4156d728e2037555
0xf7204846884fb8133d236fae50dc59ac982de4dac43a81936ad4ee2c1e1af4c5
0xe7937b256661f235a56dc2b5e272c0878731aebe758961a74ccb3b6566e4599f
0x03725889397d57ffc215fe5a5d5208dbc571cc99b0b6c52760c3905bb7e6c797
0x1d8507c37ae5bc530f22d3c4304592aaf0ad1510eedd7ea2cb5aac00745b9d74
0x1686421714baa23d9560982bc611e3bcd09c403334f41773ba7fc05879af12be

Functions
Getter at block 21223222
defaultLimit(view returns (uint256)
10000000000000000000
isOnlyOwnerModule(pure returns (bytes4)
0xd490da4d
oldLimitManager(view returns (address)
0xe39cf675defc983d7e6fb4848e15560e3065d702
priceProvider(view returns (address)
0xa5aad392ecbd03545d68c0ccf0db9d047e1981b7
securityPeriod(view returns (uint256)
86400
securityWindow(view returns (uint256)
43200
transferStorage(view returns (address)
0x577e0b01a8538e4cb36e5f202528157f65cdf08a
Read-only
getCurrentLimit(address _walletview returns (uint256 _currentLimit)
getDailyUnspent(address _walletview returns (uint256 _unspentuint64 _periodEnd)
getNonce(address _walletview returns (uint256 nonce)
getPendingLimit(address _walletview returns (uint256 _pendingLimituint64 _changeAfter)
getPendingTransfer(address _walletbytes32 _idview returns (uint64 _executeAfter)
isLimitDisabled(address _walletview returns (bool _limitDisabled)
isValidSignature(bytes _databytes _signatureview returns (bytes4)
isValidSignature(bytes32 _msgHashbytes _signatureview returns (bytes4)
isWhitelisted(address _walletaddress _targetview returns (bool _isWhitelisted)
relayer(addressview returns (uint256 nonce)
State-modifying
addModule(address _walletaddress _module
addToWhitelist(address _walletaddress _target
approveToken(address _walletaddress _tokenaddress _spenderuint256 _amount
approveTokenAndCallContract(address _walletaddress _tokenaddress _spenderuint256 _amountaddress _contractbytes _data
callContract(address _walletaddress _contractuint256 _valuebytes _data
cancelPendingTransfer(address _walletbytes32 _id
changeLimit(address _walletuint256 _newLimit
disableLimit(address _wallet
execute(address _walletbytes _datauint256 _noncebytes _signaturesuint256 _gasPriceuint256 _gasLimitreturns (bool success)
executePendingTransfer(address _walletaddress _tokenaddress _touint256 _amountbytes _datauint256 _block
init(address _wallet
recoverToken(address _token
removeFromWhitelist(address _walletaddress _target
transferToken(address _walletaddress _tokenaddress _touint256 _amountbytes _data
Events
AddedToWhitelist(address indexed walletaddress indexed targetuint64 whitelistAfter
Approved(address indexed walletaddress indexed tokenuint256 amountaddress spender
ApprovedAndCalledContract(address indexed walletaddress indexed toaddress spenderaddress indexed tokenuint256 amountApproveduint256 amountSpentbytes data
CalledContract(address indexed walletaddress indexed touint256 amountbytes data
LimitChanged(address indexed walletuint256 indexed newLimituint64 indexed startAfter
ModuleCreated(bytes32 name
ModuleInitialised(address wallet
PendingTransferCanceled(address indexed walletbytes32 indexed id
PendingTransferCreated(address indexed walletbytes32 indexed iduint256 indexed executeAfteraddress tokenaddress touint256 amountbytes data
PendingTransferExecuted(address indexed walletbytes32 indexed id
RemovedFromWhitelist(address indexed walletaddress indexed target
TransactionExecuted(address indexed walletbool indexed successbytes32 signedHash
Transfer(address indexed walletaddress indexed tokenuint256 indexed amountaddress tobytes data
Constructor
constructor(address _registryaddress _transferStorageaddress _guardianStorageaddress _priceProvideruint256 _securityPerioduint256 _securityWindowuint256 _defaultLimitaddress _oldLimitManager
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.