Alexandre Teyar
Alexandre Teyar
I would say sender's address. Again, if I send you 100 tokens, the c% fee on burning applies to my transaction and no one else. Also bear in mind that...
If senders still hold tokens, then yes, I believe that it should be the case. The calculation should be based on he got left after the transaction. So, let's say...
More something like that (using GitHub markdown http): ```http POST /test HTTP/1.1 Host: foo.example Content-Type: application/x-www-form-urlencoded Content-Length: 27 field1=value1&field2=value2 ```
A cleaner way would be a class property as you previously done, simply need to check `if _tax{x} == 0 then disable` otherwise `enable{x}(_tax{x})`.
I hope this helps: ``` npx truffle version Truffle v5.3.2 (core: 5.3.2) Solidity - 0.8.4 (solc-js) Node v14.16.0 Web3.js v1.3.5 ```
Yeah, just using `npx truffle test --network development` and in local I run `npx ganache-cli --fork https://ropsten.infura.io/v3/10cc02d0eec842c99af1653c011badc9`. This is my constructor: ```solidity constructor( string memory name_, string memory symbol_, uint8...
https://github.com/aress31/swurg/commit/044ac747e10d5e19d18f50a00583bc16b37440e1
https://github.com/aress31/swurg/commit/044ac747e10d5e19d18f50a00583bc16b37440e1
https://github.com/aress31/swurg/commit/044ac747e10d5e19d18f50a00583bc16b37440e1
Two buttons, `Load` and `Browse`, have been introduced to enhance the `UI`/`UX` and streamline the `UI` logic. The `Browse` button now maintains a history of the last `10` opened files...