SingularityDAO Reward Token

Verified contract

Active on Ethereum with 70 txns
Deployed by via 0x60f07f90 at 13326915
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x9c724386ba90778e968550494d4ca064675669e82578bdd918e8a512ea19e101
0x69f49f8e1e7091806e0870e4840684b4d60f3c9ec87b17b78a2c10307f53f806
0x0cc9a9b25ea99f55993cd06a5909246653a9603528259a855b74431d95a1b049
0x0e98b90357c196d07fc293c2c15ce1c14cd5394dd7e0ce85c30ae71b8cdb4168
0x7580071d898b819907fa853c982691ea204c49fed7d0b9621615dba4d0709a66
0xcbe8a5a73d7e0e364a68f32ba4344915bba2249916ca95a42d39eef4c4ec44a5
0x14abf1ce3113521f0ab210b39a67ea7fb2c9d445a92f02dbcaef46fdd45e6542
0x589c8a52a1513d0aa4093f883ec33191049b8b2a714c086fae2fc0de192a0938
0x5546117625f0540ee2bb57b34f29be9dce3fb3445c8a9ad24f978643ff76359a
0x08ecb9320df4e15a6554c260b228fca4fe3c20a5f71f607ce50ca48cd59d3a76

Functions
Getter at block 21286042
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals(view returns (uint8)
18
name(view returns (string)
SingularityDAO Reward Token
paused(view returns (bool)
false
symbol(view returns (string)
xSDAO
totalSupply(view returns (uint256)
2490000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.