Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "DIAM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9791583 | 5 years ago | | | 0 | 0.00021998000 | |
| 9292766 | 5 years ago | | | 0 | 0.00021998000 | |
| 9289471 | 5 years ago | | | 0 | 0.00021998000 | |
| 9286211 | 5 years ago | | | 0 | 0.00021998000 | |
| 9282918 | 5 years ago | | | 0 | 0.00021998000 | |
| 9279622 | 5 years ago | | | 0 | 0.00021998000 | |
| 9276347 | 5 years ago | | | 0 | 0.00021998000 | |
| 9273055 | 5 years ago | | | 0 | 0.00021998000 | |
| 9269743 | 5 years ago | | | 0 | 0.00021998000 | |
| 9266455 | 5 years ago | | | 0 | 0.00021998000 |
ABI
ABI objects
Getter at block 21272562
admin() view returns (address)
0x6989a23a293096c39658186bd36320c58fc39c81
decimals() view returns (uint256)
5
extendVolumeInUnit() view returns (uint256)
24
getDiamondTransactionCount() view returns (uint256)
0
getStockBalance() view returns (uint256)
15056029400000
initSupply() view returns (uint256)
15000000000000
isExtendStockValidated() view returns (bool)
false
isReduceAllowedNow() view returns (bool)
true
isReduceStockValidated() view returns (bool)
false
isSocialLockerEnabled() view returns (bool)
true
maxExtend() view returns (uint256)
500000000000
maxExtendInUnit() view returns (uint256)
5000000
maxReduce() view returns (uint256)
500000000000
maxReduceInUnit() view returns (uint256)
5000000
mazler() view returns (address)
0x6989a23a293096c39658186bd36320c58fc39c81
minDelayBeforeStockChange() view returns (uint256)
21600
minVotesCount() view returns (uint256)
20
name() view returns (string)
DIAM
owner() view returns (address)
0x6989a23a293096c39658186bd36320c58fc39c81
reduceVolumeInUnit() view returns (uint256)
0
symbol() view returns (string)
DIAM
totalSoldByOwner() view returns (uint256)
231429951
totalSupply() view returns (uint256)
15056029400000
validator() view returns (address)
0x6989a23a293096c39658186bd36320c58fc39c81
Read-only
allowance(address walletAddress, address spender) view returns (uint256 remaining)
balanceOf(address walletAddress) view returns (uint256 balance)
changeDiamondTransactionStatus(uint256 transactionId, uint256 newStatus) view returns (uint256)
getAmountsAndTypesFromDiamondTransaction(uint256 transactionId) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
getCaratAmountFromDiamondTransaction(uint256 transactionId) view returns (uint256)
getDiamondTransaction(uint256 transactionId) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
getDiamondTransactionAtIndex(uint256 index) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
getEntitiesFromDiamondTransaction(uint256 transactionId) view returns (uint256, uint256, uint256, uint256)
getTokenAmountFromDiamondTransaction(uint256 transactionId) view returns (uint256)
isValidDiamondTransaction(uint256 transactionId) view returns (uint256)
State-modifying
Events allowVoter(address voter) returns (uint256)
approve(address spender, uint256 amountInWei) returns (bool)
banVoter(address voter) returns (uint256)
cancelExtendStock() returns (uint256)
cancelReduceStock() returns (uint256)
changeAdminUser(address newAdminAddress) returns (uint256)
changeMaxExtendQuantity(uint256 newQuantityInUnit) returns (uint256)
changeMaxReduceQuantity(uint256 newQuantityInUnit) returns (uint256)
changeMazlUser(address newAddress) returns (uint256)
changeMinDelayBeforeStockChange(uint256 newDelayInSecond) returns (uint256)
changeMinVoteCount(uint256 newMinVoteCount) returns (uint256)
changeSocialLockerState(bool newState) returns (uint256)
changeValidationUser(address newValidatorAddress) returns (uint256)
extendStock(uint256 volumeAllowedInUnit) returns (uint256, uint256, uint256, uint256)
manageMazl(address walletTo, uint256 amountInWei) returns (uint256)
reduceStock(uint256 volumeAllowedInUnit) returns (uint256, uint256, uint256, uint256)
requestExtendStock(uint256 volumeInUnit) returns (uint256)
requestReduceStock(uint256 volumeInUnit) returns (uint256)
storeDiamondTransaction(bool isBuy, uint256 indexInOurDb, uint256 authorityId, uint256 certificate, uint256 providerId, uint256 vaultId, uint256 caratAmount, uint256 tokenAmount, uint256 sourceId, uint256 tokenId) returns (bool)
tagWalletForVoting(address walletToTag) returns (uint256)
transfer(address toAddr, uint256 amountInWei) returns (bool)
transferFrom(address fromAddr, address toAddr, uint256 amountInWei) returns (bool)
transferOwnership(address newOwner)
voteForARefund(address voter, address possibleFraudster) returns (uint256)
voteForUnlocking(address voter, address possibleFraudster) returns (uint256)
Approval(address indexed _owner, address indexed _spender, uint256 amount)
OnAdminUserChanged(address oldAdminWalet, address newAdminWallet)
OnDiamondBoughTransaction(uint256 authorityId, uint256 certificate, uint256 providerId, uint256 vaultId, uint256 caratAmount, uint256 tokenAmount, uint256 tokenId, uint256 timestamp)
OnDiamondSoldTransaction(uint256 authorityId, uint256 certificate, uint256 providerId, uint256 vaultId, uint256 caratAmount, uint256 tokenAmount, uint256 tokenId, uint256 timestamp)
OnErrorLog(string functionName, string errorMsg)
OnLockedWallet(address lockedWallet, uint256 timestamp)
OnLogNumber(string section, uint256 value)
OnMaxExtendChanged(uint256 maxExtendInUnit, uint256 oldQuantity)
OnMaxReduceChanged(uint256 maxReduceInUnit, uint256 oldQuantity)
OnOwnershipTransfered(address oldOwnerWallet, address newOwnerWallet)
OnSocialLockerChangeMinVoteCount(uint256 oldMinVoteCount, uint256 newMinVoteCount)
OnSocialLockerStateChanged(bool oldState, bool newState)
OnSocialLockerWalletDepleted(address possibleFraudster)
OnSocialLockerWalletUnlocked(address possibleFraudster)
OnStockVolumeExtended(uint256 volumeInUnit, uint256 volumeInDecimal, uint256 newTotalSupply)
OnStockVolumeReduced(uint256 volumeInUnit, uint256 volumeInDecimal, uint256 newTotalSupply)
OnValidationUserChanged(address oldValidator, address newValidator)
OnVautingUserChanged(address oldWallet, address newWallet)
OnVotedForRefund(address voter, address walletToVoteFor, uint256 voteScore, uint256 maxVotes)
OnVotedForUnlocking(address voter, address walletToVoteFor, uint256 voteScore, uint256 maxVotes)
OnVoterAllowed(address voter)
OnVoterBannished(address voter)
OnWalletBlocked(address wallet)
OnWalletTaggedForSocialLocking(address taggedWallet)
Transfer(address indexed fromAddr, address indexed toAddr, uint256 amount)
constructor()
fallback()
This contract contains no error objects.