NFT SwapRelay
Verified contract
Active on
Ethereum with 526 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
) | SpV | ERC-721 | 1 | -- | -- |
(#2995) | SpV | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830928 | 2 months ago | | | 0 | 0.0022336100 | |
| 20737772 | 3 months ago | | | 0 | 0.00072745060 | |
| 19089541 | 10 months ago | | | 0 | 0.0030964631 | |
| 18860448 | a year ago | | | 0 | 0.0020255985 | |
| 18750686 | a year ago | | | 0 | 0.0093626338 | |
| 18750679 | a year ago | | | 0 | 0.0031125385 | |
| 18597254 | a year ago | | | 0 | 0.0024531731 | |
| 18573869 | a year ago | | | 0 | 0.0034649982 | |
| 18402375 | a year ago | | | 0 | 0.0021336272 | |
| 18402363 | a year ago | | | 0 | 0.00095706481 |
ABI
ABI objects
Getter at block 21319899
ADMIN() view returns (uint8)
1
SWAPPERS() view returns (uint8)
7
bwtype() view returns (uint256)
34
bwver() view returns (uint256)
88
name() view returns (string)
NFT SwapRelay
swapNonce() view returns (uint256)
391
swappersNeeded() view returns (uint256)
1
Read-only
isAdmin(address account) view returns (bool)
isSwapper(address account) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
swapDone(bytes32) view returns (bool)
swapRelayers(bytes32 swapId) view returns (address[])
swapsDone(bytes32[] swapIds) view returns (bool[])
State-modifying
Events addAdmin(address account)
addSwapper(address account)
removeAdmin(address account)
removeSwapper(address account)
setSwappersNeeded(uint256 count)
swapFromChain(address relayContract, uint256 fromChainId, uint256 sourceSwapNonce, address sourceTokenContract, address tokenContract, address from, address to, bytes32 swapId, uint256[] tokenIds)
swapToChain(address tokenContract, uint256 toChainId, address to, uint256[] tokenIds)
withdraw()
withdrawTokens(address token)
AddedToGroup(uint8 indexed groupId, address indexed account)
RemovedFromGroup(uint8 indexed groupId, address indexed account)
Swap(bytes32 indexed swapId, address indexed swapper, uint256 indexed count)
SwapFromChain(address tokenContract, address indexed from, address indexed to, bytes32 indexed swapId, uint256 fromChainId, uint256[] tokenIds)
SwapToChain(uint256 toChainId, uint256 swapNonce, address tokenContract, address indexed from, address indexed to, bytes32 indexed swapId, uint256[] tokenIds)
SwappersNeededUpdate(uint256 indexed count)
constructor(uint256 _swappersNeeded)
This contract contains no fallback and receive objects.
SwapIdMismatch()