StableCoin
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "StableCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StableCoin"
ABI
ABI objects
Getter at block 21225784
decimals() view returns (uint8)
0
getSignatoryList() view returns (address[])
[]
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getSignatoryControlRequest(uint256 id_) view returns (struct CommonSignatoryControlRequests)
getThresholdControlRequest(uint256 id_) view returns (struct CommonThresholdControlRequests)
getThresholds(uint8 reqType_) view returns (uint256[])
getTokenSupplyControlRequest(uint256 id_) view returns (struct CommonTokenSupplyControlRequests)
getTransactionControlRequest(uint256 id_) view returns (struct CommonTransactionControlRequests)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelRequest(uint8 reqType_, uint256 id_)
createSignatoryControlRequest(uint8 reqSubType_, uint256 id_, address[] users_)
createThresholdControlRequest(uint8 reqType_, uint256 id_, uint256[] thresholds_)
createTokenSupplyControlRequest(uint8 reqSubType_, uint256 id_, uint256 amount_, address to_)
createTransactionControlRequest(uint8 reqSubType_, uint256 id_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
execute(uint8 reqType_, uint256 id_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, address governanceToken_, address owner_)
renounceOwnership()
swap(address user_, uint256 amount_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSignatoryControlRequest(uint256 id_, address[] users_)
updateThresholdControlRequest(uint256 id_, uint256[] thresholds_)
updateTokenSupplyControlRequest(uint256 id_, uint256 amount_, address to_)
vote(uint8 reqType_, uint256 id_, bool approval_)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RequestApproval(uint8 indexed reqType, uint256 indexed reqId, address indexed signatoryAddress, bool isApproved)
RequestCancelled(uint8 indexed reqType, uint256 indexed reqId)
RequestCreated(uint8 indexed reqType, uint256 indexed subType, address indexed ownerAddress, uint256 reqId)
RequestUpdated(uint8 indexed reqType, uint256 indexed reqId)
SignatoriesUpdated(uint8 indexed reqType, uint256 indexed reqId, address[] signatoryAddress)
ThresholdUpdated(uint8 indexed reqType, uint256 indexed reqId, uint256[] newThresholds)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.