VestingTokenFactory

Verified contract

Active on Ethereum with 57 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "VestingTokenFactory"

0x38827a85a2b70ff5198c5e2dec0433fb4dd9989536900dc60c421f0128c1c0e9
0x2a609860c17e8c16c63d2e869940fa0fcbc1657812b3cdc44587cbcfcc2d0f78
0x6a4a00184129971ee9349452eb13709f0421623d9e17e592ba62892f6680b3ee
0x1fdf7473d0c09028cf02340a24abac2653d66a97bea60dfc2700029cd0fcf5d5
0xe241457811457d2cc7fb39db2ba6d5a654673510d7727f234f66ad7032438c0e
0xf57652c859578489745d107307bef9efacbb516297bab0d0108d9ec29621da0f
0xb20e81608d66eae80e2a53314b876161e7a44af8c62f69ef83047be60ec4b43a
0x752cefeb8ffe14e7f424410692b23fd8b77fb8416f9874db9a99eb5d671fe65a
0xb212a42c78a0d67d42f5948cd762b3b79567e123098a56612844b705a80a6848
0x1fdb13582e45c3e7dcefff563e52c155a240d90046f4cfbd7ebf7787c5afb002

Functions
Getter at block 21321766
feeCollector(view returns (address)
0x9bf8cf33916403f2b66d3390e50d1931e18ae894
globalClaimFee(view returns (uint64)
400000000000000
globalCreationFee(view returns (uint64)
0
globalTransferFee(view returns (uint64)
25000000000000000
implementation(view returns (address)
0x5d6eda5f757b382cc2050ad5a4608151040fc95b
maxTransferFee(pure returns (uint64)
50000000000000000
minTransferFee(pure returns (uint64)
0
owner(view returns (address)
0x9bf8cf33916403f2b66d3390e50d1931e18ae894
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimFeeData(address underlyingTokenview returns (address feeCollectorAddressuint64 claimFeeValue)
creationFeeData(address underlyingTokenview returns (address feeCollectorAddressuint64 creationFeeValue)
transferFeeData(address underlyingTokenview returns (address feeCollectorAddressuint64 transferFeePercentage)
vestingTokens(address underlyingTokenview returns (address[])
State-modifying
acceptOwnership(
createVestingToken(string namestring symboladdress underlyingTokenAddressstruct IVestingTokenMilestone[] milestonesArraypayable returns (address vestingToken)
nextSalt(
renounceOwnership(
scheduleCustomClaimFee(address underlyingTokenuint64 newFeeValue
scheduleCustomCreationFee(address underlyingTokenuint64 newFeeValue
scheduleCustomTransferFee(address underlyingTokenuint64 newFeePercentage
scheduleGlobalClaimFee(uint64 newFeeValue
scheduleGlobalCreationFee(uint64 newFeeValue
scheduleGlobalTransferFee(uint64 newFeePercentage
setFeeCollector(address newFeeCollector
toggleCustomClaimFee(address underlyingTokenbool enable
toggleCustomCreationFee(address underlyingTokenbool enable
toggleCustomTransferFee(address underlyingTokenbool enable
transferOwnership(address newOwner
Events
CustomClaimFeeChange(address indexed underlyingTokenuint64 claimFeeValue
CustomClaimFeeToggle(address indexed underlyingTokenbool enable
CustomCreationFeeChange(address indexed underlyingTokenuint64 creationFeeValue
CustomCreationFeeToggle(address indexed underlyingTokenbool enable
CustomTransferFeeChange(address indexed underlyingTokenuint64 transferFeePercentage
CustomTransferFeeToggle(address indexed underlyingTokenbool enable
FeeCollectorChange(address indexed feeCollector
GlobalClaimFeeChange(uint64 claimFeeValue
GlobalCreationFeeChange(uint64 creationFeeValue
GlobalTransferFeeChange(uint64 transferFeePercentage
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VestingTokenCreated(address indexed underlyingTokenaddress vestingToken
Constructor
constructor(address implementationAddressaddress feeCollectorAddressuint64 creationFeeValueuint64 transferFeePercentageuint64 claimFeeValue
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressCanNotBeZero(
FailedToDeploy(
FeeOutOfRange(
InsufficientCreationFee(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account