Contains the contract functions only with a link to the full function in the contract code
Interface
interface IX7D
interface X7DMinter
interface X7DBurner
Contract events
event AuthorizedMinterSet(address indexed minterAddress, bool isAuthorized)
event AuthorizedRedeemerSet(address indexed redeemerAddress, bool isAuthorized)
Read-Only Functions
function authorizedMintersCount() external view returns (uint256)
function authorizedRedeemersCount() external view returns (uint256)
function circulatingSupply() external view returns (uint256)
External Functions
receive() external payable
function setAuthorizedMinter(address minterAddress, bool isAuthorized) external onlyOwner
function setAuthorizedRedeemer(address redeemerAddress, bool isAuthorized) external onlyOwner
function mint(address to, uint256 amount) external
function burn(address from, uint256 amount) external
