BNFTRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BNFTRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BNFTRegistry"
ABI
ABI objects
Getter at block 21403836
allBNFTAssetLength() view returns (uint256)
0
bNftGenericImpl() view returns (address)
0x0000000000000000000000000000000000000000
claimAdmin() view returns (address)
0x0000000000000000000000000000000000000000
getBNFTAssetList() view returns (address[])
[]
getDelegateCashContract() view returns (address)
0x0000000000000000000000000000000000000000
namePrefix() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbolPrefix() view returns (string)
Read-only
bNftAssetLists(uint256) view returns (address)
bNftImpls(address) view returns (address)
bNftProxys(address) view returns (address)
customSymbols(address) view returns (string)
getBNFTAddresses(address nftAsset) view returns (address bNftProxy, address bNftImpl)
getBNFTAddressesByIndex(uint16 index) view returns (address bNftProxy, address bNftImpl)
State-modifying
Events addCustomeSymbols(address[] nftAssets_, string[] symbols_)
batchUpgradeAllBNFT()
batchUpgradeBNFT(address[] nftAssets)
createBNFT(address nftAsset) returns (address bNftProxy)
createBNFTWithImpl(address nftAsset, address bNftImpl) returns (address bNftProxy)
initialize(address genericImpl, string namePrefix_, string symbolPrefix_)
renounceOwnership()
setBNFTGenericImpl(address genericImpl)
setClaimAdmin(address newAdmin)
setDelegateCashContract(address newDelegateCash)
transferOwnership(address newOwner)
upgradeBNFTWithImpl(address nftAsset, address bNftImpl, bytes encodedCallData)
BNFTCreated(address indexed nftAsset, address bNftImpl, address bNftProxy, uint256 totals)
BNFTUpgraded(address indexed nftAsset, address bNftImpl, address bNftProxy, uint256 totals)
ClaimAdminUpdated(address oldAdmin, address newAdmin)
CustomeSymbolsAdded(address[] nftAssets, string[] symbols)
DelegateCashUpdated(address oldDelegateCash, address newDelegateCash)
GenericImplementationUpdated(address genericImpl)
Initialized(address genericImpl, string namePrefix, string symbolPrefix)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.