CardDex

Verified contract

Active on Ethereum with 220 txns
Deployed by via 0xbcb61c2d at 13160284
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CardDex"

0x0690b67e0475ff53049eb8a6e8de299ae1b072ae627a5ea303d445e867a93391
0xa32ce2fcc205a6c90576a78b69f92ea92ffde85835eace9c13bc773a03c341c5
0xccd9a7ebc38daa2ce2fd64e9e07008a0051c794fe67bb640e90d2e9457ab5017
0x7c87d0221348e9adffad3f3dac122a9459b01a738ebf38a097749ba8af706321
0x7efb9b780869001bc336cb9226246a0f8efc19eeba9a308ea3b29d9c441142bf
0x16e160c0bea06e9c4188508e7f05cc7bda13486a6c88c17f30517c6227d880fb
0x95333d7db69e015980c53ef10b12d8d8487c5aeff20e51f7a6b2735b37a13196
0x3efeba138d8b1637256305b36ebb2df25e7473131f37a458b65598de7c90c65b
0xcb6e69163d935f57797327a1c2d0a23f97f78c9ba3d66194fdab080389feacfe
0x2a72e0a1ce245cb955cb870025d392fc8800e90b2cac9453a04278a30613c754

Functions
Getter at block 21378810
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals(view returns (uint8)
18
name(view returns (string)
CardDex
paused(view returns (bool)
false
symbol(view returns (string)
ACE
totalSupply(view returns (uint256)
100000000000000000000000000
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
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.