Digital CHF
Verified contract
Proxy
Active on
Ethereum with 557 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
0x58f8…863c
Balances ($0.00)
No balances found for "Digital CHF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11236956 | 4 years ago | | | 0 | 0.0041667210 | |
| 11236945 | 4 years ago | | | 0 | 0.013362165 | |
| 11236944 | 4 years ago | | | 0 | 0.019937340 | |
| 11236942 | 4 years ago | | | 0 | 0.0017204400 | |
| 11230747 | 4 years ago | | | 0 | 0.0041152800 | |
| 11223466 | 4 years ago | | | 0 | 0.0033862320 | |
| 11222262 | 4 years ago | | | 0 | 0.0018870000 | |
| 11190945 | 4 years ago | | | 0 | 0.0022721600 | |
| 11185253 | 4 years ago | | | 0 | 0.0039951360 | |
| 11169424 | 4 years ago | | | 0 | 0.0011157912 |
ABI
ABI objects
Getter at block 21190654
decimals() view returns (uint8)
2
getOperatorsContract() view returns (address)
0x58f89fba50131bf11bbea5bc52aeb5263d53863c
getOperatorsPending() view returns (address)
0x0000000000000000000000000000000000000000
initializedConstructorUpgrade() view returns (bool)
true
isInitialized() view returns (bool)
true
isNotPaused() view returns (bool)
false
name() view returns (string)
Digital CHF
symbol() view returns (string)
DCHF
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(address) view returns (bool)
isAdmin(address _account) view returns (bool)
isAdminOrSystem(address _account) view returns (bool)
isFrozen(address _account) view returns (bool)
isOperator(address _account) view returns (bool)
isOperatorOrSystem(address _account) view returns (bool)
isSystem(address _account) view returns (bool)
isWhitelisted(address _account) view returns (bool)
whitelisted(address) view returns (bool)
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)
batchBurnFor(address[] _recipients, uint256[] _values) returns (bool)
batchConfiscate(address[] _confiscatees, address[] _receivers, uint256[] _values) returns (bool)
batchMint(address[] _recipients, uint256[] _values) returns (bool)
batchToggleFreeze(address[] _addresses, bool _toggled)
batchToggleWhitelist(address[] _addresses, bool _toggled)
burn(uint256 _amount)
burnFor(address _account, uint256 _amount)
burnFrom(address _account, uint256 _amount)
confirmOperatorsContract()
confiscate(address _confiscatee, address _receiver, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _baseOperators)
initializeConstructor()
mint(address _account, uint256 _amount)
pause()
setOperatorsContract(address _baseOperators)
toggleFreeze(address _account, bool _toggled)
toggleWhitelist(address _account, bool _toggled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address indexed account)
WhitelistToggled(address indexed account, bool whitelisted)
constructor(address implementation, address proxyOwnerAddr, bytes data)
fallback()
This contract contains no error objects.