NftTransfer
Verified contract
Active on
Ethereum with 592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
Balances ($0.00)
No balances found for "NftTransfer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11079496 | 4 years ago | | | 0 | 0.0017359440 | |
| 11056232 | 4 years ago | | | 0 | 0.0026713538 | |
| 11047449 | 4 years ago | | | 0 | 0.022643292 | |
| 11006733 | 4 years ago | | | 0 | 0.0082566610 | |
| 11006730 | 4 years ago | | | 0 | 0.0078774600 | |
| 10984545 | 4 years ago | | | 0 | 0.0084112000 | |
| 10980292 | 4 years ago | | | 0 | 0.0091582320 | |
| 10976608 | 4 years ago | | | 0 | 0.010571662 | |
| 10974375 | 4 years ago | | | 0 | 0.0032832673 | |
| 10974366 | 4 years ago | | | 0 | 0.0032826187 |
ABI
ABI objects
Getter at block 21318023
ckAddress() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
Read-only
getNonce(address _wallet) view returns (uint256 nonce)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addModule(address _wallet, address _module)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
init(address _wallet)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
recoverToken(address _token)
transferNFT(address _wallet, address _nftContract, address _to, uint256 _tokenId, bool _safe, bytes _data)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
NonFungibleTransfer(address indexed wallet, address indexed nftContract, uint256 indexed tokenId, address to, bytes data)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, address _ckAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.