StableCoin

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4a7ae087 at 18081568
Slot
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

No balances found for "StableCoin"

No transactions found for "StableCoin"


Functions
Getter at block 20879005
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview 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
approve(address spenderuint256 amountreturns (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 spenderuint256 subtractedValuereturns (bool)
execute(uint8 reqType_uint256 id_
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint8 decimals_address governanceToken_address owner_
renounceOwnership(
swap(address user_uint256 amount_
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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_
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RequestApproval(uint8 indexed reqTypeuint256 indexed reqIdaddress indexed signatoryAddressbool isApproved
RequestCancelled(uint8 indexed reqTypeuint256 indexed reqId
RequestCreated(uint8 indexed reqTypeuint256 indexed subTypeaddress indexed ownerAddressuint256 reqId
RequestUpdated(uint8 indexed reqTypeuint256 indexed reqId
SignatoriesUpdated(uint8 indexed reqTypeuint256 indexed reqIdaddress[] signatoryAddress
ThresholdUpdated(uint8 indexed reqTypeuint256 indexed reqIduint256[] newThresholds
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.