Convergence
Verified contract
Active on
Ethereum with 2,330 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 |
---|---|---|---|---|---|
CVG | ERC-20 | 2.35K | $0.00059 |
$1.39 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201634 | 8 hours ago | | | 0 | 0.00066846635 | |
| 21173696 | 4 days ago | | | 0 | 0.00086288926 | |
| 21166374 | 5 days ago | | | 0 | 0.0018051589 | |
| 21139364 | 9 days ago | | | 0 | 0.00085535297 | |
| 21134770 | 10 days ago | | | 0 | 0.00093029888 | |
| 21132353 | 10 days ago | | | 0 | 0.00036256170 | |
| 21130106 | 10 days ago | | | 0 | 0.00075707818 | |
| 21129425 | 10 days ago | | | 0 | 0.00093048970 | |
| 21082912 | 17 days ago | | | 0 | 0.00016128135 | |
| 21081520 | 17 days ago | | | 0 | 0.00034552860 |
ABI
ABI objects
Getter at block 21204167
MAX_AIRDROP() view returns (uint256)
1848560000000000000000000
MAX_BOND() view returns (uint256)
48000000000000000000000000
MAX_PARTNERS() view returns (uint256)
685000000000000000000000
MAX_STAKING() view returns (uint256)
60000000000000000000000000
MAX_VESTING() view returns (uint256)
39466440000000000000000000
cvgControlTower() view returns (address)
0xb0afc8363b8f36e0cce5d54251e20720ffaeaee7
decimals() view returns (uint8)
18
mintedBond() view returns (uint256)
998695925418777363991707
mintedStaking() view returns (uint256)
60000000000000000000000000
name() view returns (string)
Convergence
symbol() view returns (string)
CVG
totalSupply() view returns (uint256)
102998695925418777363991707
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintBond(address account, uint256 amount)
mintStaking(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _cvgControlTower, address _vestingCvg, address _airdrop, address _partners)
This contract contains no fallback and receive objects.
This contract contains no error objects.