TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 51 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19878626 | 7 months ago | | | 0 | 0.0033639070 | |
| 19671258 | 8 months ago | | | 0 | 0.0073316245 | |
| 19596549 | 8 months ago | | | 0 | 0.011192181 | |
| 19092710 | 10 months ago | | | 0 | 0.016617005 | |
| 19052347 | 10 months ago | | | 0 | 0.011649241 | |
| 19052196 | 10 months ago | | | 0 | 0.011878610 | |
| 19052185 | 10 months ago | | | 0 | 0.010951170 | |
| 19052111 | 10 months ago | | | 0 | 0.011265119 | |
| 18920835 | a year ago | | | 0 | 0.025904268 | |
| 18914286 | a year ago | | | 0 | 0.017225669 |
ABI
ABI objects
Getter at block 21317114
deployFee() view returns (uint256)
0
nextTokenId() view returns (uint256)
48
owner() view returns (address)
0x44f1fba96af6013011ce4a766a42baa64a9c96a8
Read-only
getAllTokenAddressByOwnerAddress(address ownerAddress) view returns (address[])
getAllTokenInfoByOwnerAddress(address ownerAddress) view returns (struct FactoryTokenInfo[])
getTokenInfoByAddress(address contractAddress) view returns (struct FactoryTokenInfo)
getTokenInfoById(uint256 tokenId) view returns (struct FactoryTokenInfo)
State-modifying
Events deploy20(address tokenOwner, string tokenName, string tokenSymbol, uint256 maxSupply, uint8 decimals, uint256 tokenPerMint, uint256 miningDifficulty, bool editable) payable
deploy721(address tokenOwner, string tokenName, string tokenSymbol, uint256 maxSupply, string baseURI, uint256 miningDifficulty, bool editable) payable
initialize(address initialOwner)
renounceOwnership()
setDeployFee(uint256 fee, address wallet)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDeployed(uint256 indexed tokenId, uint8 indexed contractType, address indexed contractAddress, address initialOwner)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)