Mavro Token
Verified contract
Active on
Ethereum with 964 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 |
---|---|---|---|---|---|
OLE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12566729 | 3 years ago | | | 0 | 0.00096350220 | |
| 11878641 | 4 years ago | | | 0 | 0.0038875140 | |
| 11587061 | 4 years ago | | | 0 | 0.015291720 | |
| 11543510 | 4 years ago | | | 0 | 0.0060575236 | |
| 11543495 | 4 years ago | | | 0 | 0.0048486429 | |
| 11523771 | 4 years ago | | | 0 | 0.0052878840 | |
| 11368558 | 4 years ago | | | 0 | 0.00097724700 | |
| 11112355 | 4 years ago | | | 0 | 0.0014614380 | |
| 11111676 | 4 years ago | | | 0 | 0.0021850380 | |
| 11062574 | 4 years ago | | | 0 | 0.0022944060 |
ABI
ABI objects
Getter at block 21224042
TRANSFERS_ALLOWED() view returns (bool)
true
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Mavro Token
owner() view returns (address)
0xe3feec8d173c8fd4fd9790e9262cbc94e1d62ed3
symbol() view returns (string)
MVR
totalSupply() view returns (uint256)
1227473947680027244222525
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)
burn(uint256 _value, address victim)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
switchTransfers()
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value, bytes indexed _data)
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.