Transaction Hash:
Block:
13036455 at Aug-16-2021 01:05:24 PM +UTC
Transaction Fee:
0.00415682101535823 ETH
$10.58
Gas Used:
65,970 Gas / 63.010777859 Gwei
Emitted Events:
415 |
DutchAuction.AddedCommitment( addr=[Sender] 0x19b2c0ee147ea158db007a5118a8f16145a44662, commitment=900000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x19B2C0EE...145a44662 |
1.00034309965 Eth
Nonce: 1
|
0.09618627863464177 Eth
Nonce: 2
| 0.90415682101535823 | ||
0x4c4564a1...0Ed5Dda0e | (SushiSwap: Miso BitDAO Auction 2) | 56,925.259903766422300796 Eth | 56,926.159903766422300796 Eth | 0.9 | |
0x7F101fE4...353f2B90c
Miner
| (Flexpool.io) | 1,705.876686769172955949 Eth | 1,705.876892592730506559 Eth | 0.00020582355755061 |
Execution Trace
commitEth[DutchAuction (ln:231)]
revertBecauseUserDidNotProvideAgreement[DutchAuction (ln:239)]
revert[DutchAuction (ln:225)]
calculateCommitment[DutchAuction (ln:242)]
div[DutchAuction (ln:321)]
mul[DutchAuction (ln:321)]
clearingPrice[DutchAuction (ln:321)]
priceFunction[DutchAuction (ln:204)]
priceFunction[DutchAuction (ln:207)]
add[DutchAuction (ln:322)]
sub[DutchAuction (ln:323)]
sub[DutchAuction (ln:244)]
_addCommitment[DutchAuction (ln:246)]
add[DutchAuction (ln:377)]
hasPoints[DutchAuction (ln:379)]
to128[DutchAuction (ln:383)]
add[DutchAuction (ln:383)]
AddedCommitment[DutchAuction (ln:384)]
transfer[DutchAuction (ln:250)]
File 1 of 2: DutchAuction
File 2 of 2: DutchAuction
12345678910111213141516pragma solidity 0.6.12;pragma experimental ABIEncoderV2;//----------------------------------------------------------------------------------// I n s t a n t//// .:mmm. .:mmm:. .ii. .:SSSSSSSSSSSSS. .oOOOOOOOOOOOo.// .mMM'':Mm. .:MM'':Mm:. .II: :SSs.......... .oOO'''''''''''OOo.// .:Mm' ':Mm. .:Mm' 'MM:. .II: 'sSSSSSSSSSSSSS:. :OO. .OO:// .'mMm' ':MM:.:MMm' ':MM:. .II: .:...........:SS. 'OOo:.........:oOO'// 'mMm' ':MMmm' 'mMm: II: 'sSSSSSSSSSSSSS' 'oOOOOOOOOOOOO'////----------------------------------------------------------------------------------//// Chef Gonpachi's Dutch Auction//// A declining price auction with fair price discovery.
File 2 of 2: DutchAuction
12345678910111213141516pragma solidity 0.6.12;pragma experimental ABIEncoderV2;//----------------------------------------------------------------------------------// I n s t a n t//// .:mmm. .:mmm:. .ii. .:SSSSSSSSSSSSS. .oOOOOOOOOOOOo.// .mMM'':Mm. .:MM'':Mm:. .II: :SSs.......... .oOO'''''''''''OOo.// .:Mm' ':Mm. .:Mm' 'MM:. .II: 'sSSSSSSSSSSSSS:. :OO. .OO:// .'mMm' ':MM:.:MMm' ':MM:. .II: .:...........:SS. 'OOo:.........:oOO'// 'mMm' ':MMmm' 'mMm: II: 'sSSSSSSSSSSSSS' 'oOOOOOOOOOOOO'////----------------------------------------------------------------------------------//// Chef Gonpachi's Dutch Auction//// A declining price auction with fair price discovery.