Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CurveManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10923362 | 8 months ago | | | 0 | 0.00024381905 | |
| 10923362 | 8 months ago | | | 0 | 0.00024975605 | |
| 10923362 | 8 months ago | | | 0 | 0.00014533503 |
ABI
ABI objects
Getter at block 21844398
CURVE_MASTER() view returns (bytes32)
0x582f7ae400fd6eac6b5d742ed99c060c38824309229f632d38f783d643ed838e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TRADE_MASTER() view returns (bytes32)
0x49ffb0956e73704b51ddcf1ad03e5414918b84e9174f6f8dc9dc4efa150d693f
Read-only
calculatePrice(uint256 _curveId, uint256 supply, uint256 amount, uint256 decimals, uint256 scalar) view returns (uint256)
curves(uint256) view returns (address LogicContract, bool isFrozen, bool isVetted)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isCurveValid(uint256 curveId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events changeTradeManager(address newTradeManager)
createCurve(uint256 curveId, address _LogicContract)
freezeCurve(uint256 curveId, bool _isFrozen)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setCurveManager(address _newCurveManager)
updateCurve(uint256 curveId, bool _isVetted, bool _isFrozen, address _LogicContract)
CurveCreated(uint256 curveId, address logicContract)
CurveStopped(uint256 curveId, bool isFrozen)
CurveUpdated(uint256 curveId, bool isFrozen, bool isVetted)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)