-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to change the address of my mapped token and redeploy with the following contract #91
Comments
Im attaching the required contracts |
// File: openzeppelin-solidity/contracts/GSN/Context.sol pragma solidity ^0.5.0; /*
// File: openzeppelin-solidity/contracts/token/ERC20/IERC20.sol pragma solidity ^0.5.0; /**
// File: openzeppelin-solidity/contracts/math/SafeMath.sol pragma solidity ^0.5.0; /**
// File: openzeppelin-solidity/contracts/token/ERC20/ERC20.sol pragma solidity ^0.5.0; /**
// File: openzeppelin-solidity/contracts/access/Roles.sol pragma solidity ^0.5.0; /**
// File: openzeppelin-solidity/contracts/access/roles/MinterRole.sol pragma solidity ^0.5.0; contract MinterRole is Context {
} // File: original_contracts/EIP712Base.sol pragma solidity 0.5.17; contract EIP712Base {
} // File: original_contracts/EIP712MetaTransaction.sol pragma solidity 0.5.17; contract EIP712MetaTransaction is EIP712Base {
} // File: original_contracts/interfaces/IFeeSettings.sol pragma solidity 0.5.17; interface IFeeSettings {
} // File: original_contracts/Token.sol pragma solidity 0.5.17; contract Token is ERC20, MinterRole, EIP712MetaTransaction {
} |
Token: AFTR
Token type
ERC20
Ethereum address
0x56dfa98f363edb99240b63f8a5141d8b64cfaf6e
Polygon address
0x228a22bf6da9353Abbe37a31cf85c02dfC432456
Decimals
8
Mintable
false
The text was updated successfully, but these errors were encountered: