CAPP Token

Verified contract

Active on Ethereum with 16,178 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
--
0x2ef127075d0f8852b550daad64720bbd59f5ca463a1709638bccd09737be6b42
0x03b1296cf0eb64935267a60e1df8f01fc01b1a35d74f9cde3af1d4cc6454ea19
0x2c18e4ce7c8bc245070a5de4bd200fc62c8ac8b437afc60494d15b37b93a3bef
0xadd9e0619966009fd01f65f6201821ab05a027e256b476c8abfeb7eb2f68253c
0xf8ccf1c1a38e6ec919368a44dab3a196bac0f40cfc2bece3be2c397f8ec16a33
0x547f802672b390199bb8d2b0cf9058651e7150f6a5d09596b49fc027da69bf2b
0xef1ee3d7dd0171fb226a9d473802198fa70203b5f87283a4b354a9e22ea3bdea
0x7830c2937bee1ff4a5a94fd94725c42ad3fec500ad46a611df9ac95aa0ad99a0
0x28737b09947d0fd2f19ed5c56d38837f3226ba5973270fd81443d344207f3cf1
0x7f36b2ec7868f485c945c2c3fe90910be831860f29c50e551d1193b91bfbaff0

Functions
Getter at block 21158284
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.