HEX3T
Verified contract
Proxy
Active on
Ethereum with 11,685 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXN | ERC-20 | 1.030663B | -- | -- | |
HEX2T | ERC-20 | 7.602707M | -- | -- | |
HEX3T | ERC-20 | 20.192805K | -- | -- | |
AXN | ERC-20 | 1 | -- | -- | |
AXN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20938890 | a month ago | | | 0 | 0.00046576660 | |
| 20637390 | 3 months ago | | | 0 | 0.000043731437 | |
| 20524423 | 3 months ago | | | 0 | 0.000065236301 | |
| 20202089 | 5 months ago | | | 0 | 0.00013945712 | |
| 19552339 | 8 months ago | | | 0 | 0.00064373674 | |
| 18358763 | a year ago | | | 0 | 0.00031524060 | |
| 17875834 | a year ago | | | 0 | 0.00060189414 | |
| 17069880 | 2 years ago | | | 0 | 0.0013739826 | |
| 17010119 | 2 years ago | | | 0 | 0.00075304697 | |
| 16884611 | 2 years ago | | | 0 | 0.0017100450 |
ABI
ABI objects
Getter at block 21246608
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals() view returns (uint8)
18
name() view returns (string)
HEX3T
paused() view returns (bool)
false
symbol() view returns (string)
HEX3T
totalSupply() view returns (uint256)
250000000000000000000000000000
version() pure returns (string)
v1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
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(string name, string symbol, uint8 decimals, uint256 totalSupply)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unBlacklist(address _account)
unpause()
withdrawTokens(address tokenContract)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
Paused(address account)
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)
UnBlacklisted(address indexed _account)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.