ConnectCapacity
Verified contract
Active on
Ethereum with 289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ConnectCapacity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11364975 | 4 years ago | | | 0 | 0.0041654900 | |
| 11230256 | 4 years ago | | | 0 | 0.0029917550 | |
| 11229177 | 4 years ago | | | 0 | 0.0048284600 | |
| 8941102 | 5 years ago | | | 0 | 0.00021120500 | |
| 8941071 | 5 years ago | | | 0 | 0.00028620500 | |
| 8941054 | 5 years ago | | | 0 | 0.00021120500 | |
| 8941029 | 5 years ago | | | 0 | 0.00013620500 | |
| 8941013 | 5 years ago | | | 0 | 0.00028620500 | |
| 8940986 | 5 years ago | | | 0 | 0.00021120500 | |
| 8940968 | 5 years ago | | | 0 | 0.00021120500 |
ABI
ABI objects
Getter at block 21266583
This contract contains no getter function objects.
Read-only
balanceOf(address _address, string _classId) view returns (int256)
getAdaptionValues(address _rc, uint256 timeOfChange) view returns (int256, int256, int256, int256)
getTotalBalance(address _address) view returns (int256 currentBalance)
State-modifying
Events changeAdaptionRequest(address _rc, address _vglNb, int256 _value, uint256 _timeOfChange, uint256 _oldTimeOfChange)
confirmAdaptionRequest(address _rc, int256 _valueOfPCT, int256 _valueOfTCT, int256 _valueOfICT, uint256 timeOfChange)
createAdaptionRequest(address _rc, address _vglNb, int256 _value, uint256 _timeOfChange)
interchange(address _from, address _to, int256 _valueTCT, int256 _valueICT)
releaseAdaption(address _rc, uint256 timeOfChange)
transfer(address _from, address _to, string _classId, int256 _value)
AdaptionRelease(address indexed vglNbAddress, address indexed rcAddress, uint256 time)
AdaptionRequest(address indexed from, uint256 indexed time, int256 value)
Changed(address indexed rc, int256 tctValue, int256 ictValue, int256 balanceOfTCTGiveAfterTx, int256 balanceOfICTGiveAfterTx, int256 balanceOfCOTAfterTx)
Transfer(address indexed from, address indexed to, string classId, int256 value, int256 balanceAfterTx)
constructor()
fallback()
This contract contains no error objects.