CryptoboxFactory
Verified contract
Active on
Ethereum with 11 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 "CryptoboxFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585004 | 3 months ago | | | 0.56375 | 0.0021181673 | |
| 20584458 | 3 months ago | | | 0.0035 | 0.0024619387 | |
| 20583151 | 3 months ago | | | 0.0035 | 0.00095675661 | |
| 20576919 | 3 months ago | | | 0.0035 | 0.00088615981 | |
| 19483168 | 8 months ago | | | 0.02375 | 0.029695205 | |
| 19483150 | 8 months ago | | | 0.02375 | 0.030459946 | |
| 17942532 | a year ago | | | 0.0125 | 0.033994664 | |
| 17942218 | a year ago | | | 0.004 | 0.034618970 | |
| 17886859 | a year ago | | | 0 | 0.0010132406 | |
| 17886858 | a year ago | | | 0 | 0.0014915075 |
ABI
ABI objects
Getter at block 21332854
getCreationFee() view returns (uint256)
1250000000000000
getFeeDestination() view returns (address)
0x5ac73a105a17c233bf195c9e9c6186600ca4772c
getFeeToken() view returns (address)
0x0000000000000000000000000000000000000000
getMinimalCapacity() view returns (uint32)
1
getParticipantFee() view returns (uint256)
2250000000000000
isEnabled() view returns (bool)
true
owner() view returns (address)
0x9dd6fa1d3b7ebd5fc04b4a9c281575ecb998163c
version() pure returns (uint8)
1
Read-only
This contract contains no read-only function objects.
State-modifying
Events create(struct ICryptoboxInfo blueprint, address signer) payable
disable()
enable()
renounceOwnership()
setCreationFee(uint256 fee)
setFeeDestination(address destination)
setFeeToken(address token)
setMinimalCapacity(uint32 capacity)
setParticipantFee(uint256 fee)
transferOwnership(address newOwner)
CryptoboxCreated(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RulesChanged()
constructor()
This contract contains no fallback and receive objects.
CryptoboxFundingFailed()
CurrencyTransferFailed()
FactoryIsDisabled()
NotEnoughParticipants()