TokenFactory

Verified contract

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

No balances found for "TokenFactory"

0x7cbc554de5e0c6e62b87d592a5c17570e33f20ec88a56ac418e49040c28c8745
0x7b62ff279c8bbdb1986043f9a3e1b9a3924f192414861f525a0bf84bbff14326
0xc699c7fd3a5e21ebde612d0c8380d44bf224c8bcd7f6b38ea482effd0f1c3252
0xf6228ae019670832954edb252522a66fbc03f5ffa991492b4bb0af8e1e1eb3b2
0x5ebcda319106e7657703b5f4a040b406e5b753d31404e3ad7946e9c7dd58169a
0x4259a6259e0329157a8a0b6374e21caecbc5fe8b40b4e5148a254d6f2ba070be
0x69aa46f916f2c0e407f142077ffaa8082d63ae45d961a019aece084d8d41b0c2
0x5e08f97b3de9758472b3d190293b64360d90eeb2e95682b537654a7fc3b49b56
0xfcc31423fcb165f1e2ec4b133c429591e4cc049ef48793ec9243850b5c1f163c
From
0xe4e010430c548ec1dffb8850706b24f232ef67e795e3055c7c00e592157243f2
From

Functions
Getter at block 20864347
o11y(view returns (address)
0xb572d9ee104f764b25d5f74776c523d8c593d22d
owner(view returns (address)
0x04bfb0034f24e424489f566f32d1f57647469f9e
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isToken(addressview returns (bool)
isValidDeployment(address implview returns (bool)
isValidUpgrade(address prevImpladdress newImplview returns (bool)
State-modifying
acceptOwnership(
create(address tokenImplbytes datareturns (address clone)
registerDeployment(address impl
registerUpgrade(address prevImpladdress newImpl
renounceOwnership(
transferOwnership(address newOwner
unregisterDeployment(address impl
unregisterUpgrade(address prevImpladdress newImpl
Events
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidUpgrade(address impl
NotDeployed(address impl