MSRiseToken
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MSRiseToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7681865 | 6 years ago | | | 0.1 | 0.0024151600 | |
| 7681352 | 6 years ago | | | 0.011 | 0.00022209180 | |
| 7681121 | 6 years ago | | | 0 | 0.0010527000 | |
| 7681114 | 6 years ago | | | 0 | 0.00039393000 | |
| 7681107 | 6 years ago | | | 0 | 0.00039393000 | |
| 7680943 | 6 years ago | | | 0.01 | 0.00090758000 | |
| 7680937 | 6 years ago | | | 0 | 0.0011347980 | |
| 7680901 | 6 years ago | | | 0 | 0.0011983890 | |
| 7680870 | 6 years ago | | | 0.01 | 0.0016575800 | |
| 7680864 | 6 years ago | | | 0 | 0.0011374220 |
ABI
ABI objects
Getter at block 21213051
_decimals() view returns (uint256)
1000000000000000000
_minAmount() view returns (uint256)
10000000000000000
beneficiary() view returns (address)
0xb0f9122290b054edcde5450ce765f009c7800f73
bounce_reserve() view returns (uint256)
1000000000000000000000000
currentState() view returns (uint8)
0
current_discount() view returns (uint256)
0
current_percent() view returns (uint256)
15
decimals() view returns (uint256 result)
18
name() view returns (string result)
MSRiseToken
owner() view returns (address)
0xa04eef47b4ee764a93339f9c179adb8e0989cb40
partner_reserve() view returns (uint256)
5000000000000000000000000
sale_reserve() view returns (uint256)
44000000000000000000000000
symbol() view returns (string result)
MSRT
tokenPrice() view returns (uint256)
350000000000000
totalBounces() view returns (uint256)
51857143392857142855
totalSold() view returns (uint256)
743285721964285714279
totalSupply() view returns (uint256 _totalSupply)
50000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events TokenSale()
allowTransfers()
approve(address _spender, uint256 _currentValue, uint256 _newValue) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burnTokens(uint256 _value) returns (bool success)
buy() payable
createTokens(uint256 _value) returns (bool success)
freezeTransfers()
refund()
setBeneficiaryAddress(address _new)
setBouncePercent(uint256 _percent)
setDiscountPercent(uint256 _discount)
setMinAmount(uint256 _new)
setOwner(address _newOwner)
setState(uint8 _newState)
setTokenPrice(uint256 _price)
stopTransfers()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreezeTransfers()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.