CrowdliKYCProvider
Verified contract
Active on
Ethereum with 6,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CrowdliKYCProvider"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9870592 | 5 years ago | | | 0 | 0.0013032880 | |
| 9870568 | 5 years ago | | | 0 | 0.0013032880 | |
| 9870539 | 5 years ago | | | 0 | 0.0013032880 | |
| 9870511 | 5 years ago | | | 0 | 0.0013029520 | |
| 9870497 | 5 years ago | | | 0 | 0.0013032880 | |
| 9870474 | 5 years ago | | | 0 | 0.00076535200 | |
| 9870474 | 5 years ago | | | 0 | 0.0013029520 | |
| 9870456 | 5 years ago | | | 0 | 0.0013032880 | |
| 9844738 | 5 years ago | | | 0 | 0.0013032880 | |
| 9844722 | 5 years ago | | | 0 | 0.00076568800 |
ABI
ABI objects
Getter at block 21159500
paused() view returns (bool)
false
Read-only
getMaxChfAmountForInvestor(address _investor) view returns (uint256)
hasVerificationLevel(address _investor, uint8 _verificationTier) view returns (bool)
isPauser(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
maxTokenAmountPerTier(uint256) view returns (uint256)
verificationTiers(address) view returns (uint8)
State-modifying
Events addPauser(address account)
addWhitelistAdmin(address account)
confirmKYC(address _addressId, uint8 _verificationTier)
pause()
renouncePauser()
renounceWhitelistAdmin()
unpause()
LogKYCConfirmation(address indexed sender, uint8 verificationTier)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(address _kycConfirmer, uint256 _maxTokenForKYCAcceptedTier, uint256 _maxTokensForVideoVerifiedTier, uint256 _maxTokensForExternalTokenAgent)
This contract contains no fallback and receive objects.
This contract contains no error objects.