Chamcha Token
Verified contract
Proxy
Active on
Ethereum with 5,160 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHAX | ERC-20 | 69.33782K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151583 | a day ago | | | 0 | 0.00065322794 | |
| 21147793 | a day ago | | | 0 | 0.00032754942 | |
| 21147368 | 2 days ago | | | 0 | 0.00050081384 | |
| 21142655 | 2 days ago | | | 0 | 0.00078339289 | |
| 21141010 | 2 days ago | | | 0 | 0.00033629559 | |
| 21140926 | 2 days ago | | | 0 | 0.00050216721 | |
| 21140926 | 2 days ago | | | 0 | 0.00050216721 | |
| 21140926 | 2 days ago | | | 0 | 0.00050216721 | |
| 21140926 | 2 days ago | | | 0 | 0.00050216721 | |
| 21140926 | 2 days ago | | | 0 | 0.00050216721 |
ABI
ABI objects
Getter at block 21158190 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINT_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000001
decimals() view returns (uint8)
18
name() view returns (string)
Chamcha Token
symbol() view returns (string)
CHAX
totalSupply() view returns (uint256)
1209133660339920614700000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.