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 |
---|---|---|---|---|---|
MAR | ERC-20 | 5.05K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14707609 | 3 years ago | | | 0 | 0.0022170308 | |
| 10682037 | 4 years ago | | | 0 | 0.0048585000 | |
| 10678309 | 4 years ago | | | 0 | 0.0065385600 | |
| 10630856 | 4 years ago | | | 0 | 0.0046325000 | |
| 10553040 | 4 years ago | | | 0 | 0.0033252320 | |
| 10553036 | 4 years ago | | | 0 | 0.0025272320 | |
| 10552294 | 4 years ago | | | 0 | 0.0029975000 | |
| 10549180 | 4 years ago | | | 0 | 0.0029975000 | |
| 10440597 | 4 years ago | | | 0 | 0.0017780400 | |
| 10440558 | 4 years ago | | | 0 | 0.0019144200 |
ABI
ABI objects
Getter at block 21293296
circulationStartTime() view returns (uint256)
1567258451
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
MAR
owner() view returns (address)
0xe42379d021eaf21777d48e735ca8f56c2d21f1f2
paused() view returns (bool)
false
symbol() view returns (string)
MAR
teamTokensMinted() view returns (bool)
false
teamWallet() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
410408201000000000012000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events MARToken()
approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
setTeamWallet(address _teamWallet)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burnedFrom, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.