CovalentXToken
Verified contract
Active on
Ethereum with 9,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPSEC | ERC-20 | 13K | $0.010787 |
$140.24 | |
APU | ERC-20 | 1 | $0.000905 |
$0 | |
CQT | ERC-20 | 8.403644K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249149 | 18 minutes ago | | | 0 | 0.00038763914 | |
| 21249149 | 18 minutes ago | | | 0 | 0.00047295318 | |
| 21249020 | 44 minutes ago | | | 0 | 0.00028372592 | |
| 21248803 | an hour ago | | | 0 | 0.00044067189 | |
| 21248775 | 2 hours ago | | | 0 | 0.00049619867 | |
| 21248259 | 3 hours ago | | | 0 | 0.00040866583 | |
| 21248219 | 3 hours ago | | | 0 | 0.00046095232 | |
| 21247104 | 7 hours ago | | | 0 | 0.00031932534 | |
| 21247104 | 7 hours ago | | | 0 | 0.00044403257 | |
| 21247036 | 7 hours ago | | | 0 | 0.00053450529 |
ABI
ABI objects
Getter at block 21249239
CAP_MANAGER_ROLE() view returns (bytes32)
0x027f9f680a0c6704fd9796b55c67fe885252243966ecb05a88f3e7873c845d9a
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xe10e00aedae0decd986cd11ffdd87762ea9515b0f31c9d883ffacd575869bd18
EMISSION_ROLE() view returns (bytes32)
0x573321b8a13c75b2702bc4b0ad9afaae98bf6985285411964a564e68bf6da1c9
PERMIT2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
PERMIT2_REVOKER_ROLE() view returns (bytes32)
0xbd4c1461ef59750b24719a44d7e2a7948c57fd12c98e333541b7ea7b61f07cb7
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Covalent X Token, version=1, chainId=1, verifyingContract=0x7abc8a5768e6be61a6c693a6e4eacb5b60602c4d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
lastMint() view returns (uint256)
1720654703
mintPerSecondCap() view returns (uint256)
2500000000000000000
name() view returns (string)
Covalent X Token
permit2Enabled() view returns (bool)
true
symbol() view returns (string)
CXT
totalSupply() view returns (uint256)
1000000000000000000000000000
version() pure returns (string)
1.0.0
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)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events 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)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
updateMintCap(uint256 newCap)
updatePermit2Allowance(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
MintCapUpdated(uint256 oldCap, uint256 newCap)
Permit2AllowanceUpdated(bool enabled)
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 migration, address emissionManager, address protocolCouncil, address emergencyCouncil)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidShortString()
MaxMintExceeded(uint256 maxMint, uint256 mintRequested)
StringTooLong(string str)