CvcProxy
Verified contract
Proxy
Active on
Ethereum with 86,954 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($605.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVC | ERC-20 | 4.461K | $0.135689 |
$605.31 | |
KICK | ERC-20 | 888.888K | -- | -- | |
ETHMNY | ERC-20 | 2K | -- | -- | |
HBRS | ERC-20 | 500 | -- | -- | |
CBTV | ERC-20 | 27 | -- | -- | |
EXPO | ERC-20 | 22 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
JDC | ERC-20 | 0.827373 | -- | -- | |
AE | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10656702 | 4 years ago | | | 0 | 0.028890800 | |
| 10656651 | 4 years ago | | | 0 | 0.086488000 | |
| 10656504 | 4 years ago | | | 0 | 0.028890800 | |
| 10656452 | 4 years ago | | | 0 | 0.086488000 | |
| 10655517 | 4 years ago | | | 0 | 0.013702796 | |
| 10655515 | 4 years ago | | | 0 | 0.041025468 | |
| 10654824 | 4 years ago | | | 0 | 0.038539076 | |
| 10654411 | 4 years ago | | | 0 | 0.013624600 | |
| 10654126 | 4 years ago | | | 0 | 0.011296303 | |
| 10654125 | 4 years ago | | | 0 | 0.033816808 |
ABI
ABI objects
Getter at block 21159380 admin() view returns (address)
implementation() view returns (address impl)
0x1afbb0be8ecd71fdd236ef06a25e87fb1d3eb3d2
RATE_PRECISION() view returns (uint256)
100000000
implementation() view returns (address impl)
0x1afbb0be8ecd71fdd236ef06a25e87fb1d3eb3d2
owner() view returns (address)
0x870eac2766e2b051d739fc4b258069e0fb6372ed
paused() view returns (bool)
false
platformAddress() view returns (address)
0x870eac2766e2b051d739fc4b258069e0fb6372ed
platformFeeRate() view returns (uint256)
0
pricing() view returns (address)
0xa4a689c90d5042202570cf85e730a5cb9ead77a2
timeoutThreshold() view returns (uint256)
5800
token() view returns (address)
0x41e5560054824ea6b0732e656e3ad64e20e94e45
Read-only
calculatePlacementId(address _idr, address _idv, bytes32[] _scopeRequestIds) pure returns (bytes32)
calculatePlatformFee(uint256 _amount) view returns (uint256)
verify(address _idr, address _idv, bytes32 _scopeRequestId) view returns (uint256 placementAmount, uint8 placementState, bytes32[] credentialItemIds, uint256 confirmations, bool refundable)
verifyBatch(address _idr, address _idv, bytes32[] _scopeRequestIds) view returns (uint256 placementAmount, uint8 placementState, bytes32[] credentialItemIds, uint256 confirmations, bool refundable)
verifyPlacement(bytes32 _placementId) view returns (uint256 placementAmount, uint8 placementState, bytes32[] credentialItemIds, uint256 confirmations, bool refundable)
State-modifying
Events changeAdmin(address _newAdmin)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable
initialize(address _token, address _platform, address _pricing, address _owner)
pause()
place(address _idv, bytes32 _scopeRequestId, uint256 _amount, bytes32[] _credentialItemIds) returns (bytes32)
placeBatch(address _idv, bytes32[] _scopeRequestIds, uint256 _amount, bytes32[] _credentialItemIds) returns (bytes32)
refund(address _idr, address _idv, bytes32 _scopeRequestId)
refundBatch(address _idr, address _idv, bytes32[] _scopeRequestIds)
release(address _idr, address _idv, bytes32 _scopeRequestId)
releaseBatch(address _idr, address _idv, bytes32[] _scopeRequestIdsToRelease, bytes32[] _scopeRequestIdsToKeep) returns (bytes32)
setFeeRate(uint256 _feeRate)
setTimeoutThreshold(uint256 _threshold)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
EscrowCanceled(address indexed idr, address indexed idv, bytes32 indexed scopeRequestId, uint256 amount, bytes32[] credentialItemIds, bytes32 placementId)
EscrowMoved(address indexed idr, address indexed idv, bytes32 indexed scopeRequestId, uint256 amount, bytes32[] credentialItemIds, bytes32 oldPlacementId, bytes32 placementId)
EscrowPlaced(address indexed idr, address indexed idv, bytes32 indexed scopeRequestId, uint256 amount, bytes32[] credentialItemIds, bytes32 placementId)
EscrowReleased(address indexed idr, address indexed idv, bytes32 indexed scopeRequestId, uint256 platformFee, uint256 idvFee, bytes32[] credentialItemIds, bytes32 placementId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor()
fallback()
This contract contains no error objects.