TransactionManager
Verified contract
Active on
Ethereum with 32,845 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,425.97)
Native
Value
$549.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.165897 | $3,309.54 |
$549.04 | |
USDC | ERC-20 | 3.681995K | $0.999577 |
$3,680.44 | |
DAI | ERC-20 | 1.193152K | $1.001 |
$1,194.34 | |
USDT | ERC-20 | 996.579284 | $1.002 |
$998.57 | |
BZR | ERC-20 | 0.5 | $7.15 |
$3.58 | |
GTH | ERC-20 | 13.128802M | -- | -- | |
PONYO | ERC-20 | 4K | -- | -- | |
TetheReward.com | ERC-20 | 800 | -- | -- | |
StableDAI.com | ERC-20 | 520 | -- | -- | |
TetherLP.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17314962 | a year ago | | | 0 | 0.0047146813 | |
| 17264508 | a year ago | | | 0 | 0.0055057444 | |
| 17221284 | 2 years ago | | | 0 | 0.0087618742 | |
| 17165432 | 2 years ago | | | 0 | 0.0067925632 | |
| 17165211 | 2 years ago | | | 0 | 0.0066899553 | |
| 17136842 | 2 years ago | | | 0 | 0.0052152392 | |
| 17116107 | 2 years ago | | | 0 | 0.0057257969 | |
| 17065896 | 2 years ago | | | 0 | 0.0038734850 | |
| 17025702 | 2 years ago | | | 0 | 0.0041127674 | |
| 17024775 | 2 years ago | | | 0 | 0.0025961484 |
ABI
ABI objects
Getter at block 21166670
MAX_TIMEOUT() view returns (uint256)
2592000
MIN_TIMEOUT() view returns (uint256)
86400
assetOwnershipTimestamp() view returns (uint256)
0
delay() view returns (uint256)
604800
getChainId() view returns (uint256 _chainId)
1
getStoredChainId() view returns (uint256)
1
interpreter() view returns (address)
0x5b9e4d0dd21f4e071729a9eb522a2366abed149a
isAssetOwnershipRenounced() view returns (bool)
false
isRouterOwnershipRenounced() view returns (bool)
false
owner() view returns (address)
0x155b15a7e9ff0e34ceaf2439589d5c661adc9493
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
renounced() view returns (bool)
false
routerOwnershipTimestamp() view returns (uint256)
0
Read-only
approvedAssets(address) view returns (bool)
approvedRouters(address) view returns (bool)
routerBalances(address, address) view returns (uint256)
variantTransactionData(bytes32) view returns (bytes32)
State-modifying
Events acceptProposedOwner()
addAssetId(address assetId)
addLiquidity(uint256 amount, address assetId) payable
addLiquidityFor(uint256 amount, address assetId, address router) payable
addRouter(address router)
cancel(struct ITransactionManagerCancelArgs args) returns (struct ITransactionManagerTransactionData)
fulfill(struct ITransactionManagerFulfillArgs args) returns (struct ITransactionManagerTransactionData)
prepare(struct ITransactionManagerPrepareArgs args) payable returns (struct ITransactionManagerTransactionData)
proposeAssetOwnershipRenunciation()
proposeNewOwner(address newlyProposed)
proposeRouterOwnershipRenunciation()
removeAssetId(address assetId)
removeLiquidity(uint256 amount, address assetId, address recipient)
removeRouter(address router)
renounceAssetOwnership()
renounceOwnership()
renounceRouterOwnership()
AssetAdded(address indexed addedAssetId, address indexed caller)
AssetOwnershipRenounced(bool renounced)
AssetOwnershipRenunciationProposed(uint256 timestamp)
AssetRemoved(address indexed removedAssetId, address indexed caller)
LiquidityAdded(address indexed router, address indexed assetId, uint256 amount, address caller)
LiquidityRemoved(address indexed router, address indexed assetId, uint256 amount, address recipient)
OwnershipProposed(address indexed proposedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterAdded(address indexed addedRouter, address indexed caller)
RouterOwnershipRenounced(bool renounced)
RouterOwnershipRenunciationProposed(uint256 timestamp)
RouterRemoved(address indexed removedRouter, address indexed caller)
TransactionCancelled(address indexed user, address indexed router, bytes32 indexed transactionId, struct ITransactionManagerCancelArgs args, address caller)
TransactionFulfilled(address indexed user, address indexed router, bytes32 indexed transactionId, struct ITransactionManagerFulfillArgs args, bool success, bool isContract, bytes returnData, address caller)
TransactionPrepared(address indexed user, address indexed router, bytes32 indexed transactionId, struct ITransactionManagerTransactionData txData, address caller, struct ITransactionManagerPrepareArgs args)
constructor(uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.