TokenTransfer
Verified contract
Active on
Ethereum with 1,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cac…381b
0x577e…f08a
0x23d0…408a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9597532 | 5 years ago | | | 0 | 0.00030569000 | |
| 9227638 | 5 years ago | | | 0 | 0.00098714000 | |
| 9227630 | 5 years ago | | | 0 | 0.0010062900 | |
| 9227627 | 5 years ago | | | 0 | 0.00098296000 | |
| 9227627 | 5 years ago | | | 0 | 0.00093619000 | |
| 9227627 | 5 years ago | | | 0 | 0.0012157000 | |
| 9227627 | 5 years ago | | | 0 | 0.0011042500 | |
| 9054679 | 5 years ago | | | 0 | 0.00032205000 | |
| 9015933 | 5 years ago | | | 0 | 0.00095667000 | |
| 9015909 | 5 years ago | | | 0 | 0.00095812000 |
ABI
ABI objects
Getter at block 21284122
defaultLimit() view returns (uint256)
10000000000000000000
guardianStorage() view returns (address)
0x4cac0996ede3125a72be96942d299b1b26e5381b
priceProvider() view returns (address)
0x23d03c3b4ef67b09f0d40c47ec720cb9af7a408a
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)
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)
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)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.