AccountFactoryV2
Verified contract
Active on
Ethereum with 5,533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x431f…d925
0xf5a3…8316
Balances ($216.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 12.32 | $17.31 |
$213.26 | |
TUSD | ERC-20 | 2 | $0.998502 |
$2 | |
USDC | ERC-20 | 1 | $0.999421 |
$1 | |
AMB | ERC-20 | 0.1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10986974 | 4 years ago | | | 0 | 0.011221088 | |
| 10749098 | 4 years ago | | | 0 | 0.016480973 | |
| 10743420 | 4 years ago | | | 0 | 0.039975126 | |
| 10738343 | 4 years ago | | | 0 | 0.028754038 | |
| 10737631 | 4 years ago | | | 0 | 0.046286988 | |
| 10735799 | 4 years ago | | | 0 | 0.026180466 | |
| 10735799 | 4 years ago | | | 0 | 0.027350466 | |
| 10735738 | 4 years ago | | | 0 | 0.027350466 | |
| 10733971 | 4 years ago | | | 0 | 0.024838766 | |
| 10733970 | 4 years ago | | | 0 | 0.025948766 |
ABI
ABI objects
Getter at block 21258687 getAllAccounts() view returns (address[])
accountMaster() view returns (address)
0xd1eb703dc966d67236fd94a66ab87fb9aeff092c
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 _account) view returns (bool)
isAccountValid(address) view returns (bool)
userToAccounts(address, uint256) view returns (address)
State-modifying
Events batchNewAccount(address[] _users)
newAccount(address _user) returns (address _account)
setAccountFactoryV1(address _accountFactoryV1)
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, address _accountFactoryV1)
This contract contains no fallback and receive objects.
This contract contains no error objects.