bridge.cryptostamp.eth
Verified contract
Active on
Ethereum with 892 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "bridge.cryptostamp.eth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20709758 | 2 months ago | | | 0 | 0.00017083836 | |
| 20705647 | 2 months ago | | | 0 | 0.00021035269 | |
| 20702590 | 2 months ago | | | 0 | 0.00022270841 | |
| 20702582 | 2 months ago | | | 0 | 0.00024624832 | |
| 20702548 | 2 months ago | | | 0 | 0.00024308263 | |
| 20702539 | 2 months ago | | | 0 | 0.00023793897 | |
| 20702528 | 2 months ago | | | 0 | 0.00024995153 | |
| 20702515 | 2 months ago | | | 0 | 0.00023656342 | |
| 20702506 | 2 months ago | | | 0 | 0.00025403232 | |
| 20702497 | 2 months ago | | | 0 | 0.00024385450 |
ABI
ABI objects
Getter at block 21189047
bridgeControl() view returns (address)
0x08101aaddb92c015cc317a9f6f5eba5bff09e3f1
bridgeData() view returns (address)
0x0884fc15e31b1b634732e140cb3f94b3cbfdd1c5
connectedChainName() view returns (string)
xDai
depositEnabled() view returns (bool)
true
depositSunsetTimestamp() view returns (uint256)
0
exitEnabled() view returns (bool)
true
minSignatures() view returns (uint256)
1
ownChainName() view returns (string)
Ethereum
tokenHolder() view returns (address)
0x02e4103b8a3c55acddf298311a9928f9fe27822c
Read-only
allowedSigner(address) view returns (bool)
exitNonceUsed(address, uint256) view returns (bool)
predictTokenAddress(string _prototypeName, address _foreignAddress) view returns (address)
tokenHolderEquivalent(address) view returns (bool)
State-modifying
Events approveNFTrescue(address _foreignNFT, address _to)
callAsHolder(address _remoteAddress, bytes _callPayload) payable
depositERC1155Batch(address _tokenAddress, uint256[] _tokenIds, uint256[] _amounts, address _otherChainRecipient)
depositERC721(address _tokenAddress, uint256 _tokenId, address _otherChainRecipient)
exitERC1155Batch(address _tokenAddress, uint256[] _tokenIds, uint256[] _amounts, address _recipient, address _foreignAddress, address _tokenSource)
exitERC1155BatchFromHolder(address _tokenAddress, uint256[] _tokenIds, uint256[] _amounts, address _recipient)
exitERC721(address _tokenAddress, uint256 _tokenId, address _recipient, address _foreignAddress, bool _allowMinting, string _symbol, bytes _propertiesData)
exitERC721Existing(address _tokenAddress, uint256 _tokenId, address _recipient)
processExitData(bytes _payload, uint256 _expirationTimestamp, bytes[] _signatures, uint256[] _exitNonces)
registerReverseENS(address _reverseRegistrarAddress, string _name)
rescueToken(address _foreignToken, address _to)
setAllSunsetTimestamps(uint256 _timestamp)
setAllowedSigners(address[] _signerAddresses, bool _enabled)
setBridgeData(address _newBridgeData)
setDepositSunsetTimestamp(uint256 _timestamp)
setMinSignatures(uint256 _newMinSignatures)
setTokenHolderEquivalent(address[] _holderAddresses, bool _enabled)
setTokenSunsetTimestamp(uint256 _timestamp)
tokenDepositedERC1155Batch(address _tokenAddress, uint256[] _tokenIds, uint256[] _amounts, address _otherChainRecipient)
tokenDepositedERC721(address _tokenAddress, uint256 _tokenId, address _otherChainRecipient)
AllowedSignerSet(address indexed signerAddress, bool enabled)
BridgeDataChanged(address indexed previousBridgeData, address indexed newBridgeData)
BridgedTokenDeployed(address indexed ownAddress, address indexed foreignAddress)
DepositSunsetAnnounced(uint256 timestamp)
MinSignaturesSet(uint256 minSignatures)
TokenDepositedERC1155Batch(address indexed tokenAddress, uint256[] tokenIds, uint256[] amounts, address indexed otherChainRecipient)
TokenDepositedERC721(address indexed tokenAddress, uint256 indexed tokenId, address indexed otherChainRecipient)
TokenExitedERC1155Batch(address indexed tokenAddress, uint256[] tokenIds, uint256[] amounts, address indexed recipient)
TokenExitedERC721(address indexed tokenAddress, uint256 indexed tokenId, address indexed recipient)
TokenHolderEquivalentSet(address indexed holderAddress, bool enabled)
constructor(address _bridgeDataAddress, uint256 _minSignatures)
This contract contains no fallback and receive objects.
This contract contains no error objects.