Digital CHF
Verified contract
Proxy
Active on
Ethereum with 658 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x4998…bba5
0xf531…0022
0x991c…d864
7 additional
variables
Balances ($0.00)
No balances found for "Digital CHF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17534609 | a year ago | | | 0 | 0.00038146313 | |
| 13817160 | 3 years ago | | | 0 | 0.056910045 | |
| 13817069 | 3 years ago | | | 0 | 0.011973266 | |
| 13817041 | 3 years ago | | | 0 | 0.014089111 | |
| 13817024 | 3 years ago | | | 0 | 0.014077874 | |
| 13817003 | 3 years ago | | | 0 | 0.25750994 | |
| 13816990 | 3 years ago | | | 0 | 0.34904209 | |
| 13816982 | 3 years ago | | | 0 | 0.28576769 | |
| 13776583 | 3 years ago | | | 0 | 0.0040462375 | |
| 13771518 | 3 years ago | | | 0 | 0.0053487719 |
ABI
ABI objects
Getter at block 21301696
decimals() view returns (uint8)
2
getBlockerOperatorsContract() view returns (address)
0x3380eb49c03943cf25050eac7f3206dc95b3fcc9
getBlockerOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
getOperatorsContract() view returns (address)
0x4998e32be634e52b8461ed660fe91ad44423bba5
getOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
getTotalBlockedBalance() view returns (uint256)
0
getTraderOperatorsContract() view returns (address)
0xf531952d4539cadb4b8654afdf1a9b65461e0022
getTraderOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
getWhitelistContract() view returns (address)
0x991cc044afd2458b73238b82f6b0ec612201d864
getWhitelistPending() view returns (address)
0x0000000000000000000000000000000000000000
initializedBlockUnblockTraderUpgrade() view returns (bool)
true
initializedConstructorUpgrade() view returns (bool)
true
initializedWhitelistableUpgrade() view returns (bool)
true
isInitialized() view returns (bool)
true
isNotPaused() view returns (bool)
true
isPaused() view returns (bool)
false
name() view returns (string)
Digital CHF
symbol() view returns (string)
DCHF
totalBlockedBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
650000000
Read-only
_blockedBalances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
blockedBalanceOf(address _account) view returns (uint256)
frozen(address) view returns (bool)
isAdmin(address _account) view returns (bool)
isAdminOrSystem(address _account) view returns (bool)
isBlocker(address _account) view returns (bool)
isFrozen(address _account) view returns (bool)
isMultisig(address _contract) view returns (bool)
isOperator(address _account) view returns (bool)
isOperatorOrSystem(address _account) view returns (bool)
isRelay(address _account) view returns (bool)
isSystem(address _account) view returns (bool)
isTrader(address _account) view returns (bool)
isWhitelisted(address _account) view returns (bool)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
approveOnBehalf(address _owner, address _spender, uint256 _value)
batchBurnFor(address[] _recipients, uint256[] _values)
batchConfiscate(address[] _confiscatees, address[] _receivers, uint256[] _values)
batchMint(address[] _recipients, uint256[] _values)
batchToggleFreeze(address[] _addresses, bool _toggled)
block(address _account, uint256 _amount)
burn(uint256 _amount)
burnFor(address _account, uint256 _amount)
burnFrom(address _account, uint256 _amount)
confirmBlockerOperatorsContract()
confirmOperatorsContract()
confirmTraderOperatorsContract()
confirmWhitelistContract()
confiscate(address _confiscatee, address _receiver, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _baseOperators)
initialize(address _baseOperators, address _blockerOperators)
initializeBlockerTraderOperators(address _blockerOperators, address _traderOperators)
initializeConstructor()
initializeWhitelist(address _whitelist)
mint(address _account, uint256 _amount)
pause()
setBlockerOperatorsContract(address _blockerOperators)
setOperatorsContract(address _baseOperators)
setTraderOperatorsContract(address _traderOperators)
setWhitelistContract(address _whitelist)
toggleFreeze(address _account, bool _toggled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unblock(address _account, uint256 _amount)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blocked(address indexed blocker, address indexed account, uint256 value)
BlockerOperatorsContractChanged(address indexed caller, address indexed blockerOperatorAddress)
BlockerOperatorsContractPending(address indexed caller, address indexed blockerOperatorAddress)
Burned(address indexed burner, uint256 value)
BurnedFor(address indexed burner, address indexed account, uint256 value)
FreezeToggled(address indexed account, bool frozen)
Minted(address indexed minter, address indexed account, uint256 value)
OperatorsContractChanged(address indexed caller, address indexed operatorsAddress)
OperatorsContractPending(address indexed caller, address indexed operatorsAddress)
Paused(address indexed account)
TraderOperatorsContractChanged(address indexed caller, address indexed traderOperatorsAddress)
TraderOperatorsContractPending(address indexed caller, address indexed traderOperatorsAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlocked(address indexed blocker, address indexed account, uint256 value)
Unpaused(address indexed account)
WhitelistContractChanged(address indexed caller, address indexed whitelistAddress)
WhitelistContractPending(address indexed caller, address indexed whitelistAddress)
constructor(address implementation, address proxyOwnerAddr, bytes data)
fallback()
This contract contains no error objects.