Cortex DAO Token
Verified contract
Proxy
Active on
Ethereum with 1,429 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "Cortex DAO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062507 | 14 days ago | | | 0 | 0.00033804979 | |
| 21032653 | 18 days ago | | | 0 | 0.00029426864 | |
| 20897907 | a month ago | | | 0 | 0.00013866933 | |
| 20499471 | 3 months ago | | | 0 | 0.000048567399 | |
| 20476871 | 3 months ago | | | 0 | 0.00025736433 | |
| 20372909 | 4 months ago | | | 0 | 0.00015552643 | |
| 20370743 | 4 months ago | | | 0 | 0.00045820499 | |
| 20357568 | 4 months ago | | | 0 | 0.00060440842 | |
| 20254819 | 4 months ago | | | 0 | 0.00010400486 | |
| 20251061 | 4 months ago | | | 0 | 0.000085167297 |
ABI
ABI objects
Getter at block 21161873
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PROTOCOL_ROLE() view returns (bytes32)
0xba279271fb7bbf76a6f3df3cc57bf80647fcafdea60ec3383d90f459de74e7c0
decimals() view returns (uint8)
18
name() view returns (string)
Cortex DAO Token
proxyAdmin() view returns (address adm)
0x7965283631253dfcb71db63a60c656dedf76234f
supplyCap() view returns (uint256)
271828182000000000000000000
symbol() view returns (string)
CXD
totalSupply() view returns (uint256)
122659559554738564081509577
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address account, 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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
NewSupplyCap(uint256 newCap)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.