CAPP Token

Verified contract

Active on Ethereum with 16,182 txns
Deployed by via 0x5e36f5e4 at 11176200
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x943c3a54043bbf348e9110202555003f368a2c5f11d8506754b4341b5259dd59
0x2bf8edbbef780ca94b740c5ae53e3c8832a619d59927c914183d16421064d218
0xca74b219f7904b26f1812a5acaa20da46a97af29f10b34e708ce62b766224ca2
0xbd41036d57d832949dca3a967c2efae4f2028146cdf0c380dc134f3bfe7ff8d8
0x2ef127075d0f8852b550daad64720bbd59f5ca463a1709638bccd09737be6b42
0x03b1296cf0eb64935267a60e1df8f01fc01b1a35d74f9cde3af1d4cc6454ea19
0x2c18e4ce7c8bc245070a5de4bd200fc62c8ac8b437afc60494d15b37b93a3bef
0xadd9e0619966009fd01f65f6201821ab05a027e256b476c8abfeb7eb2f68253c
0xf8ccf1c1a38e6ec919368a44dab3a196bac0f40cfc2bece3be2c397f8ec16a33
0x547f802672b390199bb8d2b0cf9058651e7150f6a5d09596b49fc027da69bf2b

Functions
Getter at block 21294671
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
cap(view returns (uint256)
1000000000000
decimals(view returns (uint8)
2
name(view returns (string)
CAPP Token
paused(view returns (bool)
false
symbol(view returns (string)
CAPP
totalSupply(view returns (uint256)
1000000000000
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.