MidasProtocol
Verified contract
Active on
Ethereum with 18,252 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
MAS | ERC-20 | 1.012886M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
MIDAS | ERC-20 | 2.323003K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.4 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19084851 | 10 months ago | | | 0 | 0.0010518473 | |
| 18272361 | a year ago | | | 0 | 0.00083398400 | |
| 17645527 | a year ago | | | 0 | 0.00070072000 | |
| 17638994 | a year ago | | | 0 | 0.00070072000 | |
| 17638994 | a year ago | | | 0 | 0.00070072000 | |
| 17638939 | a year ago | | | 0 | 0.00070072000 | |
| 17638900 | a year ago | | | 0 | 0.00070072000 | |
| 17638900 | a year ago | | | 0 | 0.00070072000 | |
| 17638900 | a year ago | | | 0 | 0.00070096000 | |
| 17638900 | a year ago | | | 0 | 0.00070072000 |
ABI
ABI objects
Getter at block 21270960
decimals() view returns (uint256)
18
ethConvertRate() view returns (uint256)
10000
ethFundDepositAddress() view returns (address)
0x7c2ec80fad52b5830c94d1b8a584758f256a06b7
fundingEndTime() view returns (uint256)
1531584000
fundingStartTime() view returns (uint256)
1530374400
isFinalized() view returns (bool)
true
isTransferable() view returns (bool)
true
maxCap() view returns (uint256)
5000000000000000000000000
maxEthContribution() view returns (uint256)
500000000000000000000
midasAdvisorOperateMarketingAddress() view returns (address)
0x2e57d16247f72460c88a4191218805d557fefae1
midasDeposit() view returns (uint256)
500000000000000000000000000
midasDepositAddress() view returns (address)
0xb28b47e0545fa9ee79a01a705c43372ad1c1bd5d
midasFounderAddress() view returns (address)
0x7c2ec80fad52b5830c94d1b8a584758f256a06b7
minEthContribution() view returns (uint256)
100000000000000000
minTomoContribution() view returns (uint256)
100000000000000000000
name() view returns (string)
MidasProtocol
owner() view returns (address)
0x7c2ec80fad52b5830c94d1b8a584758f256a06b7
paused() view returns (bool)
false
symbol() view returns (string)
MAS
tokenCreationCap() view returns (uint256)
5000000000000000000000000
tokenSaleAddress() view returns (address)
0x0000000000000000000000000000000000000000
tomoConvertRate() view returns (uint256)
10
totalSupply() view returns (uint256)
500000000000000000000000000
totalTokenSold() view returns (uint256)
5000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
getCap(address _user) view returns (uint256)
participated(address) view returns (uint256)
whitelist(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
buyByEth(address _recipient, uint256 _value) returns (bool success)
buyByTomo(address _recipient, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalize()
freezeAccount(address _target, bool _freeze)
freezeAccounts(address[] _targets, bool _freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
listAddress(address _user, uint256 cap)
listAddresses(address[] _users, uint256[] _caps)
pause()
renounceOwnership()
setTransferStatus(bool status)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyByEth(address from, address to, uint256 val)
BuyByTomo(address from, address to, uint256 val)
FrozenFunds(address target, bool frozen)
ListAddress(address _user, uint256 cap, uint256 _time)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RefundMidas(address to, uint256 val)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _midasDepositAddress, address _ethFundDepositAddress, address _midasFounderAddress, address _midasAdvisorOperateMarketingAddress, uint256 _fundingStartTime, uint256 _fundingEndTime)
fallback()
This contract contains no error objects.