The contract at address 0x8076c74c5e3f5852037f31ff0093eeb8c8add8d3 holds over 5000 BNB, yet they cannot be wethdrawn, Why os that? what could be the rasson for this situation?
1 Like
does it have call money transfer. Are you trying withdraw via smart contract or personal wallet? The way I do it is (persontosendto).call{value: msg.value}(""); This works for smart contract and wallets. What do you use to call the crypto if there is nothing like .call or .transfer prior to deployment then the crypto is trapped there permanently.
Which wallet portfolio holds the token?
The token quantities are managed by the smart contract. Is your contract erc721 or erc1155 or is it custom?