AccountFactory
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x431f…d925
Balances ($0.00)
No balances found for "AccountFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7417981 | 6 years ago | | | 0 | 0.00071584000 | |
| 7400467 | 6 years ago | | | 0 | 0.023649599 | |
| 7311004 | 6 years ago | | | 0 | 0.017425573 | |
| 7310999 | 6 years ago | | | 0 | 0.017425124 | |
| 7310997 | 6 years ago | | | 0 | 0.017425573 | |
| 7310988 | 6 years ago | | | 0 | 0.017425573 | |
| 7310987 | 6 years ago | | | 0 | 0.017425573 | |
| 7310985 | 6 years ago | | | 0 | 0.017426021 | |
| 7242386 | 6 years ago | | | 0 | 0.024894315 | |
| 7242380 | 6 years ago | | | 0 | 0.024893355 |
ABI
ABI objects
Getter at block 21284615 getAllAccounts() view returns (address[])
accountMaster() view returns (address)
0x78b37409628e10df0b661c6b205b872a4df8dd6e
authority() view returns (address)
0xde4a88ef731cc55450c76e9307a64e94146006f7
config() view returns (address)
0x431f429035a1e3059d5c6a9a83208c6d3143d925
owner() view returns (address)
0x0000000000000000000000000000000000000000
stopped() view returns (bool)
false
Read-only
accounts(uint256) view returns (address)
getAccountsForUser(address _user) view returns (address[])
isAccount(address) view returns (bool)
userToAccounts(address, uint256) view returns (address)
State-modifying
Events batchNewAccount(address[] _users)
newAccount(address _user) returns (address _account)
setAccountMaster(address _accountMaster)
setAuthority(address authority_)
setConfig(address _config)
setOwner(address owner_)
start()
stop()
LogAccountCreated(address indexed user, address indexed account, address by)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
constructor(address _config, address _accountMaster)
This contract contains no fallback and receive objects.
This contract contains no error objects.