Truffle v5.4.32 (core: 5.4.32)
OpenZeppelin ^4.5.0
Token Name: "StarNotary" Token Symbol: "SNC"
https://rinkeby.etherscan.io/token/0x7cfd2d94f68d72b5e3e5abf487b52c19a3a7a2ab
0x483efd8a95f002f52cca9722ed3d61bbf5ea9a5a
I had all kinds of issues with this older version of Truffle, so I had to remove and use newer version
# Unsinstall any previous version
npm uninstall -g truffle
# Install
npm install -g truffle
# Specify a particular version
npm install -g [email protected]
# Verify the version
truffle version