LiteSigFactory
Verified contract
Active on
Ethereum with 3,949 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 "LiteSigFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17652704 | a year ago | | | 0 | 0.0058957968 | |
| 17477107 | a year ago | | | 0 | 0.0063442049 | |
Transfer | 16164529 | 2 years ago | | | 0.012 | 0.00029775867 | |
Transfer | 16164524 | 2 years ago | | | 0.015 | 0.00030822117 | |
| 16113568 | 2 years ago | | | 0 | 0.0039975310 | |
| 15868267 | 2 years ago | | | 0 | 0.010765098 | |
| 14539266 | 3 years ago | | | 0 | 0.023475537 | |
| 13991051 | 3 years ago | | | 0 | 0.057716497 | |
| 13990519 | 3 years ago | | | 0 | 0.039458101 | |
| 13990496 | 3 years ago | | | 0 | 0.048176424 |
ABI
ABI objects
Getter at block 21389090
liteSigLogicAddress() view returns (address)
0x141a01b4ec8e9424dec5b866c0f580d552007ac5
owner() view returns (address)
0x38a0a3dfc0db830e47c8a55d9962a43c98660a69
Read-only
administrators(address) view returns (bool)
isAdministrator(address addressToTest) view returns (bool)
State-modifying
Events addAdmin(address adminToAdd)
createLiteSig(bytes32 salt, address[] _owners, uint256 _requiredSignatures, uint256 chainId) returns (address)
removeAdmin(address adminToRemove)
renounceOwnership()
transferOwnership(address newOwner)
AdminAdded(address indexed addedAdmin, address indexed addedBy)
AdminRemoved(address indexed removedAdmin, address indexed removedBy)
Deployed(address indexed deployedAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _liteSigLogicAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.