0x2f66708dd11647e4f2d73a4f11ce5d0d3a204f7b
Verified contract
Proxy
Active on
Ethereum with 7 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x2f66708dd11647e4f2d73a4f11ce5d0d3a204f7b"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12550417 | 3 years ago | | | 0 | 0.12800240 | |
| 12550416 | 3 years ago | | | 0 | 0.12649205 | |
| 12550416 | 3 years ago | | | 0 | 0.10718497 | |
| 12550373 | 3 years ago | | | 0 | 0.098666139 | |
| 12550367 | 3 years ago | | | 0 | 0.098585331 | |
| 12550355 | 3 years ago | | | 0 | 0.049104968 | |
| 12550324 | 3 years ago | | | 0 | 0.064613600 |
ABI
ABI objects
Getter at block 21248993
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
SMART_CONTRACT_ROLE() view returns (bytes32)
0x9d49f397ae9ef1a834b569acb967799a367061e305932181a44f5773da873bfd
totalPoints() view returns (uint256)
143520000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasAdminRole(address _address) view returns (bool)
hasMinterRole(address _address) view returns (bool)
hasOperatorRole(address _address) view returns (bool)
hasPoints(address _account, uint256 _amount) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
hasSmartContractRole(address _address) view returns (bool)
isInList(address _account) view returns (bool)
points(address) view returns (uint256)
State-modifying
Events addAdminRole(address _address)
addMinterRole(address _address)
addOperatorRole(address _address)
addSmartContractRole(address _address)
grantRole(bytes32 role, address account)
initAccessControls(address _admin)
initPointList(address _admin)
removeAdminRole(address _address)
removeMinterRole(address _address)
removeOperatorRole(address _address)
removeSmartContractRole(address _address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPoints(address[] _accounts, uint256[] _amounts)
AdminRoleGranted(address indexed beneficiary, address indexed caller)
AdminRoleRemoved(address indexed beneficiary, address indexed caller)
MinterRoleGranted(address indexed beneficiary, address indexed caller)
MinterRoleRemoved(address indexed beneficiary, address indexed caller)
OperatorRoleGranted(address indexed beneficiary, address indexed caller)
OperatorRoleRemoved(address indexed beneficiary, address indexed caller)
PointsUpdated(address indexed account, uint256 oldPoints, uint256 newPoints)
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)
SmartContractRoleGranted(address indexed beneficiary, address indexed caller)
SmartContractRoleRemoved(address indexed beneficiary, address indexed caller)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.