DeNftBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 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 "DeNftBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DeNftBridge"
ABI
ABI objects
Getter at block 21316901
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
deBridgeGate() view returns (address)
0x0000000000000000000000000000000000000000
deNftDeployer() view returns (address)
0x0000000000000000000000000000000000000000
getChainId() view returns (uint256 cid)
1
nonce() view returns (uint256)
0
paused() view returns (bool)
false
version() pure returns (uint256)
100
Read-only
factoryCreatedTokens(address) view returns (uint256)
getBridgeNFTInfo(bytes32) view returns (uint256 nativeChainId, address tokenAddress)
getChainInfo(uint256) view returns (bool isSupported, bytes nftBridgeAddress)
getDebridgeId(uint256 _nativeChainId, address _nftCollectionAddress) pure returns (bytes32)
getDebridgeId(uint256 _nativeChainId, bytes _nftCollectionAddress) pure returns (bytes32)
getNativeInfo(address) view returns (uint256 tokenType, uint256 chainId, bytes tokenAddress, string name, string symbol)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addChainSupport(bytes _nftBridgeAddress, uint256 _chainId)
claimOrMint(uint256 _tokenId, address _receiver, string _tokenUri, struct IDeNftBridgeNativeNFTInfo _tokenInfo)
createNFT(uint256 _tokenType, address _owner, address[] _minters, string _name, string _symbol, string _baseUri)
grantRole(bytes32 role, address account)
initialize(address _deBridgeGate)
pause()
removeChainSupport(uint256 _chainId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
send(address _nftCollectionAddress, uint256 _tokenId, uint256 _permitDeadline, bytes _permitSignature, uint256 _chainIdTo, address _receiverAddress, uint256 _executionFee, uint32 _referralCode) payable
setDeBridgeGate(address _deBridgeGate)
setNftDeployer(address _newDeployer)
unpause()
AddedChainSupport(bytes bridgeAddress, uint256 chainId)
Initialized(uint8 version)
NFTClaimed(address tokenAddress, uint256 tokenId, address receiver)
NFTContractAdded(bytes32 debridgeId, address tokenAddress, bytes nativeAddress, uint256 nativeChainId, string name, string symbol, uint256 tokenType)
NFTMinted(address tokenAddress, uint256 tokenId, address receiver, string tokenUri)
NFTSent(address tokenAddress, uint256 tokenId, bytes receiver, uint256 chainIdTo, uint256 nonce)
Paused(address account)
RemovedChainSupport(uint256 chainId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
updatedNftDeployer(address oldDeployer, address newDeployer)
constructor()
This contract contains no fallback and receive objects.
AdminBadRole()
AssetAlreadyExist()
CallProxyBadRole()
ChainToIsNotSupported()
DeBridgeTokenInfoNotFound()
MessageValueDoesNotMatchRequiredFee()
NativeSenderBadRole(bytes nativeSender, uint256 chainIdFrom)
NotReceivedERC721()
TokenMustImplementIERC721Metadata()
Unreachable()
WrongArgument()
ZeroAddress()
ZeroChainId()