Erc20Allocation

Verified contract

Active on Ethereum with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Erc20Allocation"

No transactions found for "Erc20Allocation"


Functions
Getter at block 21026203
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CONTRACT_ROLE(view returns (bytes32)
0x364d3d7565c7a8300c96fd53e065d19b65848d7b23b3191adcd55621c744223c
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EMERGENCY_ROLE(view returns (bytes32)
0xbf233dd2aafeb4d50879c4aa5c81e96d92f6e6945c906a58f9f2d1c1631b4b26
LP_ROLE(view returns (bytes32)
0xb0296ea8dd3227371927b1c1cea2b12ea394743ddf2f32f58024ce26f83a24a6
NAME(view returns (string)
erc20Allocation
addressRegistry(view returns (address)
0x7ec81b7035e91f8435bdeb2787dcbd51116ad303
 
numberOfTokens(view returns (uint256)
 
tokens(view returns (struct IAssetAllocationTokenData[])
Read-only
addressOf(uint8 tokenIndexview returns (address)
balanceOf(address accountuint8 tokenIndexview returns (uint256)
decimalsOf(uint8 tokenIndexview returns (uint8)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isErc20TokenRegistered(address tokenview returns (bool)
isErc20TokenRegistered(address[] tokensview returns (bool)
symbolOf(uint8 tokenIndexview returns (string)
State-modifying
emergencySetAddressRegistry(address addressRegistry_
grantRole(bytes32 roleaddress account
registerErc20Token(address token
registerErc20Token(address tokenstring symbol
registerErc20Token(address tokenstring symboluint8 decimals
removeErc20Token(address token
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
Events
AddressRegistryChanged(address arg0
Erc20TokenRegistered(address tokenstring symboluint8 decimals
Erc20TokenRemoved(address token
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address addressRegistry_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.