ShipCoinCurrency
Verified contract
Active on
Ethereum with 3,364 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7142191 | 6 years ago | | | 0 | 0.000076854800 | |
| 7142191 | 6 years ago | | | 0 | 0.000076995600 | |
| 7141588 | 6 years ago | | | 0 | 0.000076854800 | |
| 7141588 | 6 years ago | | | 0 | 0.000076995600 | |
| 7140991 | 6 years ago | | | 0 | 0.00011528220 | |
| 7140989 | 6 years ago | | | 0 | 0.000076995600 | |
| 7140370 | 6 years ago | | | 0 | 0.00011528220 | |
| 7140368 | 6 years ago | | | 0 | 0.00011549340 | |
| 7139797 | 6 years ago | | | 0 | 0.00015370960 | |
| 7139797 | 6 years ago | | | 0 | 0.00011953567 |
ABI
ABI objects
Getter at block 21326038 getAllCurrencyTicker() view returns (string) getCurrencyData() view returns (string) getTotalUsdRaisedInCents() view returns (uint256)
getCoinRaisedBonusInWei() view returns (uint256)
83333333333333333333333
getCoinRaisedInWei() view returns (uint256)
291666666666666666666666
getCoinUSDRate() view returns (uint256)
12
getCurrVolPercent() view returns (uint256)
5
getUsdAbsRaisedInCents() view returns (uint256)
2500000
owner() view returns (address)
0xfa3f7106f57a33568715862de15645bab332551f
Read-only
checkTickerExists(string ticker) view returns (bool)
getCurrencyList(bytes32 ticker) view returns (bool active, uint256 usd, uint256 devision, uint256 raised, uint256 usdRaised, uint256 usdRaisedExchangeRate, uint256 counter, uint256 lastUpdate)
getCurrencyList(string ticker) view returns (bool active, uint256 usd, uint256 devision, uint256 raised, uint256 usdRaised, uint256 usdRaisedExchangeRate, uint256 counter, uint256 lastUpdate)
getCurrencyRate(string _ticker) view returns (uint256)
getTokenFromETH(uint256 ethWei) view returns (uint256)
getTokenWeiFromUSD(uint256 usdCents) view returns (uint256)
getUsdFromCurrency(bytes32 ticker, uint256 value) view returns (uint256)
getUsdFromCurrency(bytes32 ticker, uint256 value, uint256 usd) view returns (uint256)
getUsdFromCurrency(string ticker, uint256 value) view returns (uint256)
getUsdFromCurrency(string ticker, uint256 value, uint256 usd) view returns (uint256)
getUsdFromETH(uint256 ethWei) view returns (uint256)
onlyMultiOwnerType(uint256 _type, address _sender) view returns (bool)
State-modifying
Events addMultiOwnerType(uint256 _type, address _owner) returns (bool)
addMultiOwnerTypes(uint256[] types, address _owner) returns (bool)
addPay(string _ticker, uint256 value, uint256 usdAmount, uint256 coinRaised, uint256 coinRaisedBonus) returns (bool)
addPreSaleBonus(uint256 bonusToken) returns (bool)
addUpdateCurrency(string _ticker, uint256 _usd) returns (bool)
addUpdateCurrency(string _ticker, uint256 _usd, uint256 _devision) returns (bool)
addUpdateCurrency(string _ticker, uint256 _usd, uint256 _devision, uint256 _raised, uint256 _usdRaised) returns (bool)
editPay(bytes32 ticker, uint256 currencyValue, uint256 currencyUsdRaised, uint256 _usdAbsRaisedInCents, uint256 _coinRaisedInWei, uint256 _coinRaisedBonusInWei) returns (bool)
editPreSaleBonus(uint256 beforeBonus, uint256 afterBonus) returns (bool)
removeMultiOwnerType(uint256 types, address _owner) returns (bool)
renounceOwnership()
setCoinUSDRate(uint256 _value) returns (bool)
setCurrVolPercent(uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateCurrency(string ticker, uint256 value) returns (bool)
AddOwner(uint256 _type, address addr)
AddOwner(uint256[] types, address addr)
AddPay()
ChangeCoinUSDRate(uint256 oldPrice, uint256 newPrice)
ChangeCurrVolPercent(uint256 oldPercent, uint256 newPercent)
ChangeCurrency()
EditPay()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveOwner(uint256 _type, address addr)
constructor(uint256 _ethPrice, uint256 _btcPrice, uint256 _eurPrice, uint256 _ambPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.