This contract is being backfilled. You may encounter incomplete storage history.

StandardTokenFactory

Verified contract

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

No balances found for "StandardTokenFactory"

0x5af7f1db6d1bcd1de915c71bfc7e6c01782cc535ade0ec5002a035e3eb7806e4
0x99af7d403155bb309ea8a0617f8982f452d1800cb01aed29579c6c25a2b9b018
0x653c6648df84dceff0606d5a53bf83400a0a8d754974fd55134f7d72cf0475d1
0xeceb36b0746fc7da4c2d153fc93e82d3d7e7cbda88efa438bcd8f760c80c99b9
0x00990363b827d3c9059bd82ac7c46187febb77d011a497ef5c1fcd6ca6619a45
0x5ba60299fe4e606a844bc6bd15c7087076a85e9b352c16903093042e03e7a8e4
0x3a3f0b9bf40af617b90b189dd6d03ac160435baaa8a577b0b893645d930d8db8
0xa9eb1ba64a303c534fb3acf18b25741859073ddf213639a16af09811822aa7e5
0x5fabe86c4ae76bea016a9c310b38f4e2e1d4df1b9bf29ab59f3cf5a077a43351
0xdd37d591ab5ab23effc378a947302cbb215308e275d138521dbde618fac66e76

Functions
Getter at block 20792715
FACTORY_MANAGER(view returns (address)
0xb2665bc2539b624f5905faede00802f77be73b2b
MAX_FEE(view returns (uint256)
100000000000000000000000000
feeTo(view returns (address)
0xdeb2fd0a2870df5ebdc1462e1725b0a30fbb49a3
flatFee(view returns (uint256)
300000000000000000
implementation(view returns (address)
0x82dc2c2467505649e2801868814858d822f1e1da
implementationVersion(view returns (uint96)
1
owner(view returns (address)
0xacdaef865277c52c470c33994efc5ff907e6e44b
Read-only

This contract contains no read-only function objects.

State-modifying
create(string namestring symboluint8 decimalsuint256 totalSupplypayable returns (address token)
renounceOwnership(
setFeeTo(address feeReceivingAddress
setFlatFee(uint256 fee
setImplementation(address implementation_
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenCreated(address indexed owneraddress indexed tokenuint8 tokenTypeuint96 tokenVersion
Constructor
constructor(address factoryManager_address implementation_address feeTo_uint256 flatFee_uint256 maxFee_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFee(uint256 fee
InvalidFactoryManager(address implementation
InvalidFee(uint256 fee
InvalidFeeReceiver(address receiver
InvalidImplementation(address factoryManager
InvalidMaxFee(uint256 maxFee