AccountWallet
Verified contract
Active on
Ethereum with 866 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AccountWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7774948 | 6 years ago | | | 0 | 0.0011255700 | |
| 7772468 | 6 years ago | | | 0 | 0.0011274900 | |
| 7769771 | 6 years ago | | | 0 | 0.0011281300 | |
| 7755305 | 6 years ago | | | 0 | 0.00086080000 | |
| 7750933 | 6 years ago | | | 0 | 0.0011255700 | |
| 7745519 | 6 years ago | | | 0 | 0.0011281300 | |
| 7743917 | 6 years ago | | | 0 | 0.0011294100 | |
| 7743730 | 6 years ago | | | 0 | 0.0011287700 | |
| 7739274 | 6 years ago | | | 0 | 0.0011268500 | |
| 7737931 | 6 years ago | | | 0 | 0.00052749000 |
ABI
ABI objects
Getter at block 21296807
isMaster() view returns (bool)
false
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
master() view returns (address)
0x980146f10e9ee62e683d89412ab64e42e376f204
owner() view returns (address)
0x062eeda4af82f7b97d5e6c4aac01ee2625e8cf61
version() pure returns (string)
0.0.1
Read-only
getAddress(string account) view returns (string, address)
State-modifying
Events deleteAccount(string account)
setAddress(string account, string btcAddress, address ethAddress)
start()
stop()
transferMasterRole(address newMaster)
transferOwnership(address newOwner)
updateAccount(string from, string to)
DeleteAddress(string account)
MasterRoleTransferred(address indexed previousMaster, address indexed newMaster)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAddress(string account, string btcAddress, address ethAddress)
Started()
Stopped()
UpdateAddress(string from, string to)
constructor(address newMaster)
This contract contains no fallback and receive objects.
This contract contains no error objects.