FundsRegistry
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.00)
No balances found for "FundsRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4464677 | 7 years ago | | | 0 | 0.0014640500 | |
| 4464666 | 7 years ago | | | 0 | 0.0050995600 | |
| 4422626 | 7 years ago | | | 0 | 0.00055525600 | |
| 4422614 | 7 years ago | | | 0 | 0.0063712500 | |
| 4422406 | 7 years ago | | | 0 | 0.0050842000 | |
| 4422393 | 7 years ago | | | 0 | 0.0014532000 | |
| 4422357 | 7 years ago | | | 0 | 0.0024149950 | |
| 4388722 | 7 years ago | | | 0 | 0.00029407200 | |
0x459469e0 | 4388710 | 7 years ago | | | 0 | 0.00030306000 |
ABI
ABI objects
Getter at block 21159545 amIOwner() pure returns (bool)
getInvestorsCount() pure returns (uint256)
186
getOwners() pure returns (address[])
[0xdad209d09b0fec404Da4204672372771bad3D683, 0x0Eed5de3487aEC55bA585212DaEDF35104c27bAF, 0x06bA0d658578b014b5fEBdAF6992bFd41bd44483]
m_controller() pure returns (address)
0x0000000000000000000000000000000000000000
m_multiOwnedRequired() pure returns (uint256)
2
m_numOwners() pure returns (uint256)
3
m_state() pure returns (uint8)
2
totalInvested() pure returns (uint256)
2024755124075554886786
Read-only
getOwner(uint256 ownerIndex) pure returns (address)
hasConfirmed(bytes32 _operation, address _owner) pure returns (bool)
isOwner(address _addr) pure returns (bool)
m_investors(uint256) pure returns (address)
m_weiBalances(address) pure returns (uint256)
State-modifying
Events addOwner(address _owner)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
changeState(uint8 _newState)
detachController()
invested(address _investor) payable
removeOwner(address _owner)
revoke(bytes32 _operation)
sendEther(address to, uint256 value)
setController(address _controller)
withdrawPayments()
Confirmation(address owner, bytes32 operation)
ControllerRetired(address was)
ControllerSet(address controller)
EtherSent(address indexed to, uint256 value)
FinalConfirmation(address owner, bytes32 operation)
Invested(address indexed investor, uint256 amount)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RefundSent(address indexed to, uint256 value)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
StateChanged(uint8 _state)
constructor(address[] _owners, uint256 _signaturesRequired, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.