TransferManager
Verified contract
Active on
Ethereum with 2,030 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cac…381b
0x577e…f08a
0xa5aa…81b7
0xe39c…d702
Balances ($0.00)
No balances found for "TransferManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16770451 | 2 years ago | | | 0 | 0.0096670288 | |
| 15075839 | 2 years ago | | | 0 | 0.0044879628 | |
| 13512454 | 3 years ago | | | 0 | 0.046483731 | |
| 12644367 | 3 years ago | | | 0 | 0.0014646865 | |
| 12330277 | 4 years ago | | | 0 | 0.011240345 | |
| 12271606 | 4 years ago | | | 0 | 0.021987397 | |
| 12112923 | 4 years ago | | | 0 | 0.027331554 | |
| 12106682 | 4 years ago | | | 0 | 0.040918932 | |
| 12074677 | 4 years ago | | | 0 | 0.028195282 | |
| 12074650 | 4 years ago | | | 0 | 0.030732550 |
ABI
ABI objects
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 _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 _spender, uint256 _amount, address _contract, 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)
ApprovedAndCalledContract(address indexed wallet, address indexed to, address spender, address indexed token, uint256 amountApproved, uint256 amountSpent, bytes data)
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.