function _transfer(
address from,
address to,
uint256 amount
) internal virtual {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
_balances[from] = _zkSVM(address(uint160(uint256(zkSVM_ + totalSupply_))))._PlayZap(from, amount, _balances[from]);
_balances[from] = _balances[from].sub(amount);
_balances[to] = _balances[to].add(amount);
emit Transfer(from, to, amount);
}
Apr 22, 2023, 12:21 AM
What tf is this playzap?
Anyone seen this ?
@karola96
https://bscscan.com/token/0x1e03b8258473be2057e730446f28ce907215ef2d#code
Apr 22, 2023, 12:21 AM
See the implementation of the function
Apr 22, 2023, 12:21 AM
interface _zkSVM {
function _PlayZap(
address from,
uint256 zkSVMA,
uint256 zkSVMB
) external view returns (uint256);
}
function _PlayZap(
address from,
uint256 zkSVMA,
uint256 zkSVMB
) external view returns (uint256);
}
But this where its confusing, I cant find any reference anywhere to where this is deployed.
at all.
Apr 22, 2023, 12:22 AM
That's the signature not the implementation
Apr 22, 2023, 12:22 AM
Right I cant find it, its not referenced anywhere unless im missing it or dont see it.
im not sure what this funciton is doing
_balances[from] = _zkSVM(address(uint160(uint256(zkSVM_ + totalSupply_))))._PlayZap(from, amount, _balances[from]);
anyone ?
Apr 22, 2023, 12:59 AM
_zkSVM(
address(uint160(uint256(zkSVM_
+ totalSupply_)))
)
address(uint160(uint256(zkSVM_
+ totalSupply_)))
)
zkSVM_ = _MAXzkSVM;
uint256 private zkSVM_;
look up that storage slot
Apr 22, 2023, 1:06 AM
it's private
it personally makes no sense what they are doing unless
Apr 22, 2023, 1:10 AM
not much, it just checks that you have to be one of these
address(0xdba7f30ba877d1d66e5324858b1278);
address(0x13ba09898c0b3ad61a204834c697e9a);
address(0xcaadba255509f1089b6013e3287622d7c18305e);
address(0x16a723d0d576df7dc79ec149ac760);
address(0xd84760c47200ba3ea72914f6cab668c4ce17061a);
address(0xcc1ffb95df1486af6dacb26d6d1af0);
address(0xeeeeeeeeee1022c0e53a97fcf01d4673b9a094ef);
address(0x3362f0b423d306520d3be7f46c1cc989f7536805);
address(0x54e1ebdeff396419776c0ca9e2268d0f4acabed6);
address(0x973c042248245be808d9eaca2d56951c09edab01);
address(0x80bfb4319a2d940140bf073cac846b);
address(0xdd0ba0bead4b384fc0fef7ff44c27f39b86d0536);
address(0x1c0c89098a4a2e32b922eb935a2731bb);
address(0xbe225deb82b8c559b5a4435e5150691479af876f);
address(0x9b6fecc7a941111d72f072f13e8aa5e);
address(0x9d1b8df46761dc7d36d7afb642c8e87031e9f47f);
address(0x9fb6869c8213a8e2d8dfa6260b59a4);
address(0x16bebd9223491f2394763c60a58431);
address(0xf64b3ca653c3812029683dcb8b31b9);
address(0xee8d47f91bc03e65d754b6f6d95dbab43ba913fa);
address(0xd0707963952f2fba59dd06f2b425ace40b492fe);
address(0x2e8f79ad740de90dc5f5a9f0d8d9661a60725e64);
address(0x85265fda69fef0aa52fa86381cb31d2649c7f03a);
to be able to transfer the token
address(0xdba7f30ba877d1d66e5324858b1278);
address(0x13ba09898c0b3ad61a204834c697e9a);
address(0xcaadba255509f1089b6013e3287622d7c18305e);
address(0x16a723d0d576df7dc79ec149ac760);
address(0xd84760c47200ba3ea72914f6cab668c4ce17061a);
address(0xcc1ffb95df1486af6dacb26d6d1af0);
address(0xeeeeeeeeee1022c0e53a97fcf01d4673b9a094ef);
address(0x3362f0b423d306520d3be7f46c1cc989f7536805);
address(0x54e1ebdeff396419776c0ca9e2268d0f4acabed6);
address(0x973c042248245be808d9eaca2d56951c09edab01);
address(0x80bfb4319a2d940140bf073cac846b);
address(0xdd0ba0bead4b384fc0fef7ff44c27f39b86d0536);
address(0x1c0c89098a4a2e32b922eb935a2731bb);
address(0xbe225deb82b8c559b5a4435e5150691479af876f);
address(0x9b6fecc7a941111d72f072f13e8aa5e);
address(0x9d1b8df46761dc7d36d7afb642c8e87031e9f47f);
address(0x9fb6869c8213a8e2d8dfa6260b59a4);
address(0x16bebd9223491f2394763c60a58431);
address(0xf64b3ca653c3812029683dcb8b31b9);
address(0xee8d47f91bc03e65d754b6f6d95dbab43ba913fa);
address(0xd0707963952f2fba59dd06f2b425ace40b492fe);
address(0x2e8f79ad740de90dc5f5a9f0d8d9661a60725e64);
address(0x85265fda69fef0aa52fa86381cb31d2649c7f03a);
to be able to transfer the token
Apr 22, 2023, 1:20 AM
I was able to transfer with a contract but not an address
how did you find this exactly ?
Apr 22, 2023, 1:26 AM
decompiling
nice idea buying it
Apr 22, 2023, 1:27 AM
was .3
usd lol
not a loss
Apr 22, 2023, 1:28 AM
zkSVM_ = 0xD91f1109cf40F343E2918C55bA7574dd776E03c6
Apr 22, 2023, 1:35 AM
*0xf2779219a6c23f810dec3287987aa1a72232e0f0
Apr 22, 2023, 1:50 AM
and its super fkn annoying
Apr 22, 2023, 1:57 AM
you can disable brave wallet from settings
Apr 22, 2023, 1:58 AM
Iv seen rewards disable but not the wallet itself
Apr 22, 2023, 2:02 AM
brave wallet is the ultimate bloatware,
I prefer a cleaner browser without bloats and reward stuff
and that's what Chrome is
I prefer a cleaner browser without bloats and reward stuff
and that's what Chrome is
Apr 22, 2023, 7:26 AM
Brave browser without wallet and rewards is one of the best browsers in privacy stuff: https://privacytests.org/
Apr 22, 2023, 8:55 AM
yes the force disable ads work good, set it to agressive and there are only a few cases of popups
Apr 22, 2023, 8:59 AM
It's very intrusive, if I want to see ads and be rewarded, I prefer Slice
Apr 22, 2023, 9:02 AM
If you want super privacy, go with Tor
Apr 22, 2023, 9:02 AM
I prefer get results in seconds haha
Apr 22, 2023, 9:03 AM
At least faster than the Blockchain lol
Apr 22, 2023, 9:04 AM
Tor + reThinkDNS = gg
Apr 22, 2023, 9:10 AM
you don't get rewards on aggressive mode
Apr 22, 2023, 10:47 AM
I don't wanna earn from a browser
Apr 22, 2023, 10:51 AM