hello, any gurus where i can ask noob question.. i am unable to VERIFY the dividendpaying token in testnet
already used the ff
-correct testnet addresses
-made sure compiler version is right
-hid the warnings during compile
Jul 22, 2021, 9:48 AM
did but found it hard to get any exact info related to mine or maybe im not getting that search result
i am thinking whether i am deploying it right using the contract token or the dividend contract token first
but its in a single file like others, i try to understand and fork it to learn but unable to verify in bscscan for smr
i do notice there needs to be sometrhing done on the constructor arguments perhaps
minicake clone
when i compiled it, it only ask for gas payment
Jul 22, 2021, 9:58 AM
how many times
Jul 22, 2021, 10:01 AM
u know what Freezy, i found some article.. maybe i will try to verify using the ABI
Jul 22, 2021, 10:01 AM
ABI is not the problem
ABI is needed only when you have parameters in the constructor
here the problem can be Optimization
Jul 22, 2021, 10:02 AM
oh yeah i have paratmer in constructor when deploying the token
i have to enter the testnet pc router
Jul 22, 2021, 10:02 AM
ok then show me what you see on verification page
assert
not Assert
@pmtadm
assert
not Assert
Jul 22, 2021, 10:06 AM
so here the first step
Jul 22, 2021, 10:07 AM
ok then
Jul 22, 2021, 10:07 AM
then i know i dindt compile this with optimization, so its No there
Jul 22, 2021, 10:07 AM
k
ok
Jul 22, 2021, 10:07 AM
then just paste the code in the 2nd text obx
Jul 22, 2021, 10:07 AM
yes
Jul 22, 2021, 10:07 AM
i dont k now here to get the constructor ABI thing at all
Jul 22, 2021, 10:08 AM
but if you ae sure you hav a parameter in constructor
must add it to thirs field
usually it autofill btw
Jul 22, 2021, 10:08 AM
so it looks like this
it not auto-fill in this case, maybe i need to put it there information?
so just put the one i entered during deploy the data in the textfield #3?
Jul 22, 2021, 10:09 AM
nono
copy your abi
and paste here
https://abi.hashex.org/#
https://abi.hashex.org/#
Jul 22, 2021, 10:10 AM
so this is the code, so am prettty sure it has got sth to do with the ABI thing
on your comment, so i just copy the encoded info and paste there?
but where do i get this ABI, from the artifacts?
on your comment, so i just copy the encoded info and paste there?
but where do i get this ABI, from the artifacts?
Jul 22, 2021, 10:11 AM
go on compile page
Jul 22, 2021, 10:12 AM
bro thank you very much
i got it now
so its just really about having the constructor parameter parsed to different format
Jul 22, 2021, 10:15 AM
use your fucking head no the one of the others
Jul 22, 2021, 10:16 AM
thank you Freezy
Jul 22, 2021, 10:16 AM
abi encoded
check pinned messages
Jul 22, 2021, 10:16 AM