Digital Rand
Verified contract
Active on
Ethereum with 1,923 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18482401 | a year ago | | | 0 | 0.00096417847 | |
| 18076693 | a year ago | | | 0 | 0.0011069077 | |
| 17661983 | a year ago | | | 0 | 0.00050170449 | |
| 17626704 | a year ago | | | 0 | 0.0024659770 | |
| 17031429 | 2 years ago | | | 0 | 0.00093360063 | |
| 17024700 | 2 years ago | | | 0 | 0.00058026830 | |
| 16592005 | 2 years ago | | | 0 | 0.0011065109 | |
| 16592003 | 2 years ago | | | 0 | 0.0018194374 | |
| 16550026 | 2 years ago | | | 0 | 0.00085887422 | |
| 16136209 | 2 years ago | | | 0 | 0.00066374448 |
ABI
ABI objects
Getter at block 21293290
decimals() view returns (uint8)
6
deprecated() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Digital Rand
owner() view returns (address)
0xb67cff0ed07a50f690638731dce80bc4fe312c83
paused() view returns (bool)
false
symbol() view returns (string)
DZAR
totalSupply() view returns (uint256)
150000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
addPauser(address account)
approve(address _spender, uint256 _value) returns (bool success)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
renounceOwnership()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address indexed _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address indexed newAddress)
DestroyedBlackFunds(address indexed _blackListedUser, uint256 _balance)
Issue(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Redeem(uint256 amount)
RemovedBlackList(address indexed _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.