CryptoKiddies
CryptoKiddies
## Description Since the modifier is a code rollup that inlines code into functions that it decorates, it's expected that functions invoked in an inherited modifier which are private will...
https://github.com/bokkypoobah/Tokens/blob/efcbb37e0de99f05d7eac2170b8aed420273070d/contracts/FixedSupplyToken.sol#L221 This function is incorrect. The transfer method atteched to contract will send ether from message contract to owner, not token. Replace with this: ``` function transferAnyERC20Token(uint tokens) public onlyOwner...
Enabling `colorVariable` rule to true causes runtime error. This is a resurfacing of closed bug: https://github.com/lesshint/lesshint/issues/192 **Which version of `lesshint` are you using?** 6.3.7 **How are you running `lesshint`? CLI,...
I have a potential security issue. Using a Yoga i9 Lenovo w/ Fedora 36 & Gnome 42.3, the latest driver is preventing the autolock configured from my Gnome settings from...
**Preface** In practice, achieving an index value greater than _2 ** 127 + 1_ is infeasible by minting in unit increments, so deployment of this contract as is should be...
### Describe the feature I have this utility created to see the bitwise values in a word for testing and debugging contract logic, particularly when using bit masks. Wondering if...
The displaylink driver service fails to start/enable when installing the latest package in Fedora 38. I also cannot run make in evdi repo as that fails as well. * Fedora...
The EIP712 isn't properly applied in [`_setDomainSeparator`](https://github.com/ProjectOpenSea/meta-transactions/blob/main/contracts/ERC721MetaTransactionMaticSample.sol#L83) and [its typehash fields encoding](https://github.com/ProjectOpenSea/meta-transactions/blob/main/contracts/ERC721MetaTransactionMaticSample.sol#L60) is missing/adding types/out of order as well. Fix [according to spec](https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator) ``` function _setDomainSeperator(string memory name) internal {...
I cannot utilize the contract methods send method from Web3 v1 with truffle-hd-wallet provider. When I try to send or estimate gas on the token transfer method, I get this...
StarNFTV3NaiveFactory [attempts to call](https://github.com/ProjectGalaxyHQ/galaxy-contracts/blob/main/contracts/StarNFT/StarNFTV3NaiveFactory.sol#L116) `transferOwnership` method on StarNFTV3 contract, but the method is entirely missing in the example folder and renders the NFT contract inert.