EnergiNFTBridgeSource
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "EnergiNFTBridgeSource"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EnergiNFTBridgeSource"
ABI
ABI objects
Getter at block 21414001
energiWmbApp() view returns (address)
0x0000000000000000000000000000000000000000
nftHolder() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
vaultCounter() view returns (uint256)
0
Read-only
getEstimatedFee(uint256 _gasLimit) view returns (uint256)
vaults(address, uint256) view returns (uint256 id, uint256 tokenId, uint256 amount, address contractAddress, address owner, string tokenType)
vaultsForAddress(address) view returns (uint256)
State-modifying
Events deposit(uint256[] _tokenIds, string[] _tokenURIs, uint256[] _amounts, address[] _collections, string[] _names, string[] _symbols, address[] _collectionOwners, string[] _tokenTypes, uint256 _gasLimit) payable
initialize(address energiWmbApp_, address nftHolder_)
pause()
renounceOwnership()
setEnergiWmbApp(address _newEnergiWmbApp)
setNFTHolder(address _newNFTHolder)
transferOwnership(address newOwner)
unpause()
Deposited(uint256 tokenId, address owner, address contractAddress, uint256 amount, uint256 time, string tokenType)
EnergiWmbAppUpdated(address oldEnergiWmbApp, address newEnergiWmbApp)
Initialized(uint8 version)
NFTHolderUpdated(address oldNFTHolder, address newNFTHolder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.