BNFTUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 24 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "BNFTUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19422483 | 9 months ago | | | 0 | 0.040570664 | |
| 18861070 | a year ago | | | 0 | 0.014298252 | |
| 17413952 | 2 years ago | | | 0 | 0.017913571 | |
| 17413944 | 2 years ago | | | 0 | 0.019038580 | |
| 16988416 | 2 years ago | | | 0 | 0.022387083 | |
| 16773265 | 2 years ago | | | 0 | 0.024304185 | |
| 15617619 | 2 years ago | | | 0 | 0.0052340574 | |
| 15210757 | 2 years ago | | | 0 | 0.0035144608 | |
| 14735913 | 3 years ago | | | 0 | 0.013598756 | |
| 14525996 | 3 years ago | | | 0 | 0.040697979 |
ABI
ABI objects
Getter at block 21402296 getBNFTAssetList() view returns (address[])
allBNFTAssetLength() view returns (uint256)
23
bNftGenericImpl() view returns (address)
0xa1903649d890e769fa6be59eb0a4d46456198923
claimAdmin() view returns (address)
0x472fcc65fab565f75b1e0e861864a86fe5bced7b
getDelegateCashContract() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
getDelegateCashContractV2() view returns (address)
0x00000000000000447e69651d841bd8d104bed493
namePrefix() view returns (string)
Bound NFT
owner() view returns (address)
0x4e4c314e2391a58775be6a15d7a05419ba7d2b6e
symbolPrefix() view returns (string)
bound
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
setDelegateCashContractV2(address newDelegateCash)
transferOwnership(address newOwner)
upgradeBNFTWithImpl(address nftAsset, address bNftImpl, bytes encodedCallData)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
DelegateCashV2Updated(address oldDelegateCash, address newDelegateCash)
GenericImplementationUpdated(address genericImpl)
Initialized(address genericImpl, string namePrefix, string symbolPrefix)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.