UniqClaimingByAdmin
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNIQGENESIS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14525234 | 3 years ago | | | 0 | 0.0020533774 | |
| 13628098 | 3 years ago | | | 0 | 0.0058937021 | |
| 13619250 | 3 years ago | | | 0 | 0.019684165 | |
| 13619247 | 3 years ago | | | 0 | 0.019795442 | |
| 13606173 | 3 years ago | | | 0 | 0.0060465393 | |
| 13602939 | 3 years ago | | | 0 | 0.0091557946 | |
| 13581229 | 3 years ago | | | 0 | 0.027948112 | |
| 13578889 | 3 years ago | | | 0 | 0.0069455536 | |
| 13576881 | 3 years ago | | | 0 | 0.030660480 | |
| 13575939 | 3 years ago | | | 0 | 0.023441923 |
ABI
ABI objects
Getter at block 21173237
getPriceForVerification() view returns (uint256)
45000000000000000000
getStandardClaimingPrice() view returns (uint256)
35000000000000000000
owner() view returns (address)
0x5c852791fe774bb41757711b37268f713e1d6559
Read-only
getAddressOwnerInfo(address _address) view returns (string, bool)
getAllTokenHoldersAddressesHistory(address _address, uint256 _id) view returns (address[])
getAllTokenHoldersNamesHistory(address _address, uint256 _id) view returns (string[])
getChangeOwnerPriceForContract(address _address) view returns (uint256)
getClaimedCountOf(address _address) view returns (uint256)
getClaimedIdsOfCollection(address _address) view returns (uint256[])
getClaimingPriceForContract(address _address) view returns (uint256)
getLastOwnerOf(address _address, uint256 _id) view returns (address, string, bool)
getMessageHashForOwnerChange(address _address, string _claimersName, uint256 _nonce) pure returns (bytes32)
getOwnerOfTokenByPosition(address _address, uint256 _id, uint256 _position) view returns (address, string)
getOwnersCountOfToken(address _address, uint256 _id) view returns (uint256)
getPriceForMintAndVerify(address _contractAddress) view returns (uint256)
isBurnable(address _address) view returns (bool)
isContractAuthorized(address _address) view returns (bool)
isNonceRedeemed(uint256 _nonce) view returns (bool)
isTokenClaimed(address _address, uint256 _tokenId) view returns (bool)
State-modifying
Events changeOwner(address _contractAddress, uint256 _tokenId, string _newOwnersName, address _newOwnerAddress)
changeOwnerByAdmin(address _address, uint256 _id, address _newOwnerAddress, string _newOwnersName, bool _verificationStatus)
claimByAdmin(address _contractAddress, uint256 _tokenId, string _claimersName, bool _isVerified, address _claimer, string _verifyStatus)
editStandardChangeOwnerPrice(uint256 _price)
editStandardClaimingPrice(uint256 _price)
payForClaim(address _contractAddress, uint256 _tokenId)
payForClaimAndVerification(string _nameToVerify, address _contractAddress, uint256 _tokenId)
renounceOwnership()
requestVerification(string _nameToVerify)
setContractAtributes(address _address, bool _enable, uint256 _claimingPrice, uint256 _changeOwnerPrice, bool _isBurnble)
setErc20Token(address _contractAddress)
setVerificationPrice(uint256 _newPrice)
transferOwnership(address newOwner)
verifyByAdmin(address _userAddress, string _newName, bool _isVerifyed)
verifyOwner(string _claimersName, uint256 _nonce, bytes _signature)
withdrawERC20(address _address)
ChangeOwner(address indexed _contractAddress, uint256 indexed _id, address _newOwner, address indexed _prevOwner, string _newOwnersName)
Claim(address indexed _contractAddress, address indexed _claimer, uint256 indexed _tokenId, bytes _verificationStatus, string _claimersName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayedForClaim(address indexed _claimer, address indexed _contractAddress, uint256 indexed _tokenId)
RequestedVerification(address indexed _requester, string _name)
constructor(uint256 _standardPriceForClaiming, uint256 _standardVerificationPrice, uint256 _standardPriceForOwnerChanging, address _nativeTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.