Transaction Hash:
Block:
12138085 at Mar-30-2021 03:06:35 AM +UTC
Transaction Fee:
0.005145056 ETH
$13.15
Gas Used:
49,952 Gas / 103 Gwei
Emitted Events:
192 |
ETR.Transfer( from=0x2dC28f0351cD251b1D7475D180473493FA7F7635, to=[Sender] 0xadfcb3e74f4d8e78dd9a4b5839c2df1432568b48, value=3000000000000 )
|
193 |
ETR.Purchased( user=[Sender] 0xadfcb3e74f4d8e78dd9a4b5839c2df1432568b48, amountTokens=3000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x2f731c3e...6303DF52A
Miner
| 1,546.827316262379962533 Eth | 1,546.832461318379962533 Eth | 0.005145056 | ||
0x96E03DD7...11FCeE71f | 8.32606 Eth | 8.37606 Eth | 0.05 | ||
0xadfCB3e7...432568B48 |
0.05515978 Eth
Nonce: 1
|
0.000014724 Eth
Nonce: 2
| 0.055145056 |
Execution Trace
ETH 0.05
ETR.buyTokens( referralAddress=0x0000000000000000000000000000000000000000 )
buyTokens[ETR (ln:664)]
calculatePercentMultiplier[ETR (ln:673)]
_transfer[ETR (ln:680)]
Referred[ETR (ln:681)]
_transfer[ETR (ln:683)]
Purchased[ETR (ln:684)]
1234567891011121314151617181920212223242526/***Submitted for verification at Etherscan.io on 2021-03-20*//***Submitted for verification at Etherscan.io on 2021-01-31*/// SPDX-License-Identifier: MITpragma solidity >=0.6.0 <0.8.0;/*** @dev Wrappers over Solidity's arithmetic operations with added overflow* checks.** Arithmetic operations in Solidity wrap on overflow. This can easily result* in bugs, because programmers usually assume that an overflow raises an* error, which is the standard behavior in high level programming languages.* `SafeMath` restores this intuition by reverting the transaction when an* operation overflows.** Using this library instead of the unchecked operations eliminates an entire