StandardTokenFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 "StandardTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StandardTokenFactory"
ABI
ABI objects
Getter at block 22745471 fee() view returns (uint256)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
config() view returns (address)
0x0000000000000000000000000000000000000000
implementation() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tool() view returns (uint8)
0
Read-only
fee(address[] _whitelist) view returns (uint256)
State-modifying
Events acceptOwnership()
create(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply) payable returns (address)
initialize(address _config, address _implementation)
recoverEth(uint256 _amount, address _to)
recoverNFT(address _token, uint256 _tokenId, address _to)
recoverTokens(address _token, uint256 _amount, address _to)
renounceOwnership()
transferOwnership(address newOwner)
updateConfig(address _config)
updateImplementation(address _implementation)
upgradeToAndCall(address newImplementation, bytes data) payable
EthRecovered(uint256 indexed _amount, address indexed _to)
ImplementationUpdated(address _implementation)
Initialized(uint64 version)
NFTRecovered(address indexed _token, uint256 indexed _tokenId, address indexed _to)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProxyCreated(address _proxy)
TokensRecovered(address indexed _token, uint256 indexed _amount, address indexed _to)
Unpaused(address account)
UpdateConfig(address indexed _oldConfig, address indexed _newConfig)
Upgraded(address indexed implementation)
constructor()
fallback()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)