Convex Token
Verified contract
Active on
Ethereum with 250,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,788.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 2.567705K | $2.73 |
$7,009.84 | |
PEPE | ERC-20 | 330.160536M | $0.00002 |
$6,728.67 | |
BADGER | ERC-20 | 12.583407 | $3.36 |
$42.28 | |
SPELL | ERC-20 | 8.823K | $0.000791 |
$6.98 | |
CHKN | ERC-20 | 11.104047M | $0.00 |
$0.92 | |
MOLABS | ERC-20 | 100M | -- | -- | |
HQG | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246068 | a few seconds ago | | | 0 | 0.00061309402 | |
| 21246063 | a minute ago | | | 0 | 0.0011667211 | |
| 21246057 | 3 minutes ago | | | 0 | 0.00058449847 | |
| 21246050 | 4 minutes ago | | | 0 | 0.00077806830 | |
| 21246032 | 8 minutes ago | | | 0 | 0.0011819299 | |
| 21245993 | 15 minutes ago | | | 0 | 0.00053688020 | |
| 21245979 | 18 minutes ago | | | 0 | 0.0011377484 | |
| 21245964 | 21 minutes ago | | | 0 | 0.00097795081 | |
| 21245880 | 38 minutes ago | | | 0 | 0.00043171950 | |
| 21245851 | 44 minutes ago | | | 0 | 0.00073097145 |
ABI
ABI objects
Getter at block 21246068
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Convex Token
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
reductionPerCliff() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
CVX
totalCliffs() view returns (uint256)
1000
totalSupply() view returns (uint256)
99789522237570724827532359
vecrvProxy() view returns (address)
0x989aeb4d175e16225e39e87d0d97a3360524ad80
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateOperator()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _proxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.