Contracts Overview
The AMKT system's contracts are currently deployed on the Ethereum Mainnet. The contracts constitute the on-chain section of the system, creating new token issuance and handling redemption of existing tokens.
Contract | Address |
---|---|
Factory | 0x6E593Dd211E10BC8bbfBb8b1a0F48dfAA09ED015 |
Controller | 0x0D44F856E1a7c70E35c54261c3f07DbFBDCA4857 |
Members | 0xC89Ded85Ce03eCC435BDeF6f8851c1001ec16367 |
IndexToken (AMKT) | 0xF17A3fE536F8F7847F1385ec1bC967b2Ca9caE8D |
The index token contract is an ERC20 contract for the issued index. This token inherits and supports all standards outlined by the Ethereum foundation including:
- Transfer of tokens.
- Ability to read current total supply from the token contract.
- Ability to read account balance.
- Approvals for spending from a third party account.
Additionally, the index token contract also supports the following:
- Blacklist maintained by the Alongside service entity, preventing funds from being transferred to, from, or spent by listed addresses.
Last modified 9mo ago