CryptonomicaVerification
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($415.02)
Native
Value
$415.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.16 | $2,593.89 |
$415.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12488850 | 3 years ago | | | 0.02 | 0.045000000 | |
| 12418951 | 3 years ago | | | 0.02 | 0.040000000 | |
| 12418951 | 3 years ago | | | 0.02 | 0.040000000 | |
| 12244353 | 4 years ago | | | 0 | 0.0026317200 | |
| 8221288 | 5 years ago | | | 0 | 0.00033382000 | |
| 8221288 | 5 years ago | | | 0 | 0.00033382000 | |
| 8221196 | 5 years ago | | | 0 | 0.00033382000 | |
| 8221196 | 5 years ago | | | 0 | 0.0038119500 | |
| 8221101 | 5 years ago | | | 0.02 | 0.020018856 | |
| 8046373 | 5 years ago | | | 0 | 0.00032998000 |
ABI
ABI objects
Getter at block 21125981
owner() view returns (address)
0xdadfa63d05d01f536930f1150238283fe917d28c
priceForVerificationInWei() view returns (uint256)
20000000000000000
stringToSignExample() view returns (string)
I hereby confirm that the address <address lowercase> is my Ethereum address
withdrawalAddress() view returns (address)
0xdadfa63d05d01f536930f1150238283fe917d28c
withdrawalAddressFixed() view returns (bool)
false
Read-only
addressAttached(bytes20) view returns (address)
birthDate(address) view returns (uint256)
bytes32ToString(bytes32 _bytes32) pure returns (string)
fingerprint(address) view returns (bytes20)
firstName(address) view returns (bytes32)
isManager(address) view returns (bool)
keyCertificateValidUntil(address) view returns (uint256)
lastName(address) view returns (bytes32)
nationality(address) view returns (bytes32)
revokedOn(address) view returns (uint256)
signedString(address) view returns (string)
signedStringUploadedOnUnixTime(address) view returns (uint256)
stringToBytes32(string source) pure returns (bytes32 result)
unverifiedFingerprint(address) view returns (string)
verification(address) view returns (string fingerprint, uint256 keyCertificateValidUntil, string firstName, string lastName, uint256 birthDate, string nationality, uint256 verificationAddedOn, uint256 revokedOn, string signedString)
verificationAddedOn(address) view returns (uint256)
State-modifying
Events addManager(address _acc)
addVerificationData(address _acc, string _fingerprint, bytes20 _fingerprintBytes20, uint256 _keyCertificateValidUntil, string _firstName, string _lastName, uint256 _birthDate, string _nationality)
changeOwnerAccept()
changeOwnerStart(address _newOwner)
fixWithdrawalAddress(address _withdrawalAddress) returns (bool)
removeManager(address manager)
revokeVerification(address _acc)
setPriceForVerification(uint256 priceInWei)
setWithdrawalAddress(address _withdrawalAddress)
uploadSignedString(string _fingerprint, bytes20 _fingerprintBytes20, string _signedString) payable
withdrawAllToWithdrawalAddress() returns (bool)
ChangeOwnerStarted(address indexed startedBy, address indexed newOwner)
ManagerAdded(address indexed added, address indexed addedBy)
ManagerRemoved(address indexed removed, address indexed removedBy)
OwnerChanged(address indexed from, address indexed to)
PriceChanged(uint256 from, uint256 to, address indexed changedBy)
SignedStringUploaded(address indexed fromAccount, string fingerprint, string uploadedString)
VerificationAdded(string forFingerprint, address indexed verifiedAccount, address verificationAddedByAccount)
VerificationRevoked(address indexed revocedforAccount, string withFingerprint, uint256 revokedOnUnixTime, address indexed revokedBy)
Withdrawal(address indexed to, uint256 sumInWei, address indexed by, bool success)
WithdrawalAddressChanged(address indexed from, address indexed to, address indexed changedBy)
WithdrawalAddressFixed(address withdrawalAddressFixedAs, address fixedBy)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.