Proxy
Verified contract
Proxy
Active on
Ethereum with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc583…7032
0xb329…5979
Balances ($0.00)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20181939 | 5 months ago | | | 0 | 0.00053036000 | |
| 20181923 | 5 months ago | | | 0 | 0.00053036000 | |
| 20181892 | 5 months ago | | | 0 | 0.00053036000 | |
| 20181233 | 5 months ago | | | 0 | 0.00031018582 | |
| 20181231 | 5 months ago | | | 0 | 0.00020651505 |
ABI
ABI objects
Getter at block 21300047
getMaster() view returns (address master)
0xfadfaa8af6e8e9d7cf5ffe7de7817f8224b15705
getTarget() view returns (address target)
0x26b775b446fc3b57ca17fac7b69d1b189bba6e29
defaultFactory() view returns (address)
0xb32926df549865b713113d45de5639ee05465979
networkGovernor() view returns (address)
0x417b3d60ed4f7d7c933214d8ffab8748df0b3ddb
tokenGovernance() view returns (address)
0xc5836be53a757a637e6ff3c09e125e36d26a7032
totalTokens() view returns (uint16)
2
Read-only
initialize(bytes) pure
upgrade(bytes) pure
getNFTFactory(uint32 _creatorAccountId, address _creatorAddress) view returns (address)
isValidTokenId(uint16 _tokenId) view returns (bool)
nftFactories(uint32, address) view returns (address)
pausedTokens(uint16) view returns (bool)
requireActiveValidator(address _address) view
requireGovernor(address _address) view
tokenAddresses(uint16) view returns (address)
tokenIds(address) view returns (uint16)
validateTokenAddress(address _tokenAddr) view returns (uint16)
validators(address) view returns (bool)
State-modifying
Events getNoticePeriod() returns (uint256)
isReadyForUpgrade() returns (bool)
transferMastership(address _newMaster)
upgradeCanceled()
upgradeFinishes()
upgradeNoticePeriodStarted()
upgradePreparationStarted()
upgradeTarget(address newTarget, bytes newTargetUpgradeParameters)
addToken(address _token)
changeGovernor(address _newGovernor)
changeTokenGovernance(address _newTokenGovernance)
initialize(bytes initializationParameters)
registerNFTFactoryCreator(uint32 _creatorAccountId, address _creatorAddress, bytes _signature)
setDefaultNFTFactory(address _factory)
setTokenPaused(address _tokenAddr, bool _tokenPaused)
setValidator(address _validator, bool _active)
upgrade(bytes upgradeParameters)
NFTFactoryRegisteredCreator(uint32 indexed creatorAccountId, address indexed creatorAddress, address factoryAddress)
NewGovernor(address newGovernor)
NewToken(address indexed token, uint16 indexed tokenId)
NewTokenGovernance(address newTokenGovernance)
SetDefaultNFTFactory(address indexed factory)
TokenPausedUpdate(address indexed token, bool paused)
ValidatorStatusUpdate(address indexed validatorAddress, bool isActive)
constructor(address target, bytes targetInitializationParameters)
fallback()
receive()
This contract contains no error objects.