bitsCrunch Token
Verified contract
Proxy
Active on
Ethereum with 7,983 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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($3,578.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCUT | ERC-20 | 110.954009K | $0.03163 |
$3,509.49 | |
USDT | ERC-20 | 69.05245 | $1.00 |
$69.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160842 | 9 minutes ago | | | 0 | 0.00062979524 | |
| 21160818 | 13 minutes ago | | | 0 | 0.00074717643 | |
| 21160793 | 18 minutes ago | | | 0 | 0.00065681823 | |
| 21160768 | 23 minutes ago | | | 0 | 0.0010556128 | |
| 21160713 | 34 minutes ago | | | 0 | 0.00056542012 | |
| 21160708 | 35 minutes ago | | | 0 | 0.00044142463 | |
| 21160693 | 38 minutes ago | | | 0 | 0.00066591403 | |
| 21160633 | an hour ago | | | 0 | 0.00092069953 | |
| 21160595 | an hour ago | | | 0 | 0.00042553062 | |
| 21160429 | 2 hours ago | | | 0 | 0.00096362046 |
ABI
ABI objects
Getter at block 21160883 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
decimals() view returns (uint8)
18
name() view returns (string)
bitsCrunch Token
symbol() view returns (string)
BCUT
totalSupply() view returns (uint256)
1000000000000000000000000000
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 acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantManagerRole(address _address)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _rootAdmin, address _to, uint256 _initialSupply)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeManagerRole(address _address)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
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)
ManagerAdded(address indexed account)
ManagerRemoved(address indexed account)
OwnershipAccepted(address indexed owner)
OwnershipSuggested(address indexed currentOwner, address indexed newOwner)
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()
RevertedWithMessage(string message)