Skip to content

Instantly share code, notes, and snippets.

View lebed2045's full-sized avatar
๐Ÿ‘
๐Ÿ—ฟ

lebed2045

๐Ÿ‘
๐Ÿ—ฟ
View GitHub Profile
tech of OUSD https://etherscan.io/token/0x2a8e1e676ec238d8a992307b495b45b3feaa5e86
last contact update on Jan-24-2025
implementtation https://etherscan.io/address/0xdbe1c1a3de56bea848b4ffd8486dd539e9d490b7#code
rebase on the link 179:
```
uint256 baseBalance = (creditBalances[_account] * 1e18) /
_creditsPerToken(_account);
```
example of rebase https://dashboard.tenderly.co/tx/0x8e21ce2d780e986eece520cc1b4bbe8e6a28d5ba3a367be9c68fe61d234fb611/state-diff
example mev https://etherscan.io/tx/0x6e45374072bc6678c381cf802e99af8d165e70810d8f46fa05acadaec3e9c1b6

Keybase proof

I hereby claim:

  • I am lebed2045 on github.
  • I am lebed2045 (https://keybase.io/lebed2045) on keybase.
  • I have a public key ASAfNe8PSr_OaenjCO24pAhByb1mksyps3Qyx78N3lbxNwo

To claim this, I am signing this object:

@lebed2045
lebed2045 / main.sage
Created December 18, 2011 22:41
Rubik's cube NxNxN
'''by lebedkin Alex
system of coordinate:
0X - left to right >
0Y - bottom to top ^
0Z - front to rear .
'''
import pprint
from collections import deque
from time import clock, time