CryptoboxFactory

Verified contract

Active on Ethereum with 11 txns
Deployed by via 0x23801ee8 at 17886718
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoboxFactory"

0x0729aac03ab4f10614050902ae72bed0a3ac3a7ae3672e8f9b129df4dda6451c
0xccf04e2b5664d310b606c1bcf5c28cef8c006f670fa66772bff9b37d73e90648
0xc0e194128d4cfcc4b51e86dbb44caf008ec516cf92757d3d90f172480e2b40b9
0x85f596df9909a2b4769e90a8d946c767625f92fccc9028d9eedd579e9e675127
0x2dab671090b75622f645d242524e502b1776cd638f5dfd557e7428ac4a097e62
0xe6b806e8059b938bc258643894b469fa934dc2768de68529be69aedac48364a6
0x7ef934244c41e816790f2ca2dd768e593368b3938ae032f6f5ec89df0f858eda
0xa2f6321c9c91ab7ce38c465c3b819666195af97037ae45ccb47e4c62831ad7e6
0x3e467ea0cffd9981b163b0a91a84c447df72402322769e9bfcfdf46e63d280e6
0x9c6796a9016a7cde3fc5cfe6cf242d6b6b72c846a94c7447d887855150c39159

Functions
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
create(struct ICryptoboxInfo blueprintaddress signerpayable 
disable(
enable(
renounceOwnership(
setCreationFee(uint256 fee
setFeeDestination(address destination
setFeeToken(address token
setMinimalCapacity(uint32 capacity
setParticipantFee(uint256 fee
transferOwnership(address newOwner
Events
CryptoboxCreated(address addr
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RulesChanged(
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CryptoboxFundingFailed(
CurrencyTransferFailed(
FactoryIsDisabled(
NotEnoughParticipants(