Marginless Token
Verified contract
Active on
Ethereum with 3,028 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 |
---|---|---|---|---|---|
MRS | ERC-20 | 194.098541 | -- | -- | |
MRS | ERC-20 | 150 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20639973 | 2 months ago | | | 0 | 0.00012181281 | |
| 20415542 | 3 months ago | | | 0 | 0.000029476000 | |
| 18595214 | a year ago | | | 0 | 0.0014473290 | |
| 17708871 | a year ago | | | 0 | 0.00086901377 | |
| 14477987 | 3 years ago | | | 0 | 0.0032303437 | |
| 14211197 | 3 years ago | | | 0 | 0.0021751138 | |
| 13849867 | 3 years ago | | | 0 | 0.0042946369 | |
| 13532937 | 3 years ago | | | 0 | 0.011715843 | |
| 13416726 | 3 years ago | | | 0 | 0.0068346074 | |
| 13416706 | 3 years ago | | | 0 | 0.0052175235 |
ABI
ABI objects
Getter at block 21164731
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Marginless Token
owner() view returns (address)
0x7578df5acbe7db80743cdf0598516ea1c9d79cbc
symbol() view returns (string)
MRS
totalSupply() view returns (uint256)
33001349500270446787492690100
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTokens(address[] _receivers, uint256[] _amounts)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.