Transaction Hash:
Block:
9084856 at Dec-10-2019 07:49:25 PM +UTC
Transaction Fee:
0.000044912 ETH
$0.12
Gas Used:
44,912 Gas / 1 Gwei
Emitted Events:
170 |
CloneableWallet.Received( from=[Receiver] SaleClockAuction, value=1925000000000000 )
|
171 |
SaleClockAuction.AuctionSuccessful( tokenId=1706928, totalPrice=2000000000000000, winner=[Sender] 0x2dca345284d6038ec9dcac702f37d95be7c3fc25 )
|
172 |
KittyCore.Transfer( from=[Receiver] SaleClockAuction, to=[Sender] 0x2dca345284d6038ec9dcac702f37d95be7c3fc25, tokenId=1706928 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x06012c8c...f8E7A266d | |||||
0x2dCa3452...be7c3FC25 |
0.074497283657407407 Eth
Nonce: 7
|
0.072452371657407407 Eth
Nonce: 8
| 0.002044912 | ||
0x40E5e2a2...5846F7B9c | 8.416016234919901899 Eth | 8.417941234919901899 Eth | 0.001925 | ||
0xb1690C08...20FB57d8C | (CryptoKitties: Sales Auction) | 23.663796841600601691 Eth | 23.663871841600601691 Eth | 0.000075 | |
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 494.314616042225813679 Eth | 494.314660954225813679 Eth | 0.000044912 |
Execution Trace
ETH 0.002
SaleClockAuction.bid( _tokenId=1706928 )

ETH 0.001925
CloneableWallet.CALL( )
- ETH 0.001925
CloneableWallet.DELEGATECALL( )
- ETH 0.001925
-
0x2dca345284d6038ec9dcac702f37d95be7c3fc25.CALL( )
-
KittyCore.transfer( _to=0x2dCa345284d6038ec9DcAc702f37d95be7c3FC25, _tokenId=1706928 )
File 1 of 4: SaleClockAuction
File 2 of 4: CloneableWallet
File 3 of 4: KittyCore
File 4 of 4: CloneableWallet
12345678910111213141516pragma solidity ^0.4.11;/*** @title Ownable* @dev The Ownable contract has an owner address, and provides basic authorization control* functions, this simplifies the implementation of "user permissions".*/contract Ownable {address public owner;/*** @dev The Ownable constructor sets the original `owner` of the contract to the sender* account.*/
File 2 of 4: CloneableWallet
12345678910111213141516// File: contracts/ERC721/ERC721ReceiverDraft.solpragma solidity ^0.4.24;/// @title ERC721ReceiverDraft/// @dev Interface for any contract that wants to support safeTransfers from/// ERC721 asset contracts./// @dev Note: this is the interface defined from/// https://github.com/ethereum/EIPs/commit/2bddd126def7c046e1e62408dc2b51bdd9e57f0f/// to https://github.com/ethereum/EIPs/commit/27788131d5975daacbab607076f2ee04624f9dbb/// and is not the final interface./// Due to the extended period of time this revision was specified in the draft,/// we are supporting both this and the newer (final) interface in order to be/// compatible with any ERC721 implementations that may have used this interface.contract ERC721ReceiverDraft {
File 3 of 4: KittyCore
12345678910111213141516pragma solidity ^0.4.11;/*** @title Ownable* @dev The Ownable contract has an owner address, and provides basic authorization control* functions, this simplifies the implementation of "user permissions".*/contract Ownable {address public owner;/*** @dev The Ownable constructor sets the original `owner` of the contract to the sender* account.*/
File 4 of 4: CloneableWallet
12345678910111213141516// File: contracts/ERC721/ERC721ReceiverDraft.solpragma solidity ^0.4.24;/// @title ERC721ReceiverDraft/// @dev Interface for any contract that wants to support safeTransfers from/// ERC721 asset contracts./// @dev Note: this is the interface defined from/// https://github.com/ethereum/EIPs/commit/2bddd126def7c046e1e62408dc2b51bdd9e57f0f/// to https://github.com/ethereum/EIPs/commit/27788131d5975daacbab607076f2ee04624f9dbb/// and is not the final interface./// Due to the extended period of time this revision was specified in the draft,/// we are supporting both this and the newer (final) interface in order to be/// compatible with any ERC721 implementations that may have used this interface.contract ERC721ReceiverDraft {