Mavrodi
Verified contract
Active on
Ethereum with 787,620 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.0001 | $1.28 |
$0 | |
XPS | ERC-20 | 100K | -- | -- | |
BTWIN | ERC-20 | 88.889K | -- | -- | |
JBX | ERC-20 | 18K | -- | -- | |
MAVRO | ERC-20 | 331 | -- | -- | |
BRC | ERC-20 | 9 | -- | -- | |
FLOV | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WOOL | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453460 | 4 months ago | | | 0 | 0.000051921000 | |
| 20453433 | 4 months ago | | | 0 | 0.000030021000 | |
| 17285499 | 2 years ago | | | 0 | 0.00095615333 | |
| 15700107 | 2 years ago | | | 0 | 0.00027838800 | |
| 15358683 | 2 years ago | | | 0 | 0.00043350957 | |
| 15348485 | 2 years ago | | | 0 | 0.0010752413 | |
| 15291881 | 2 years ago | | | 0 | 0.00013304756 | |
| 15290750 | 2 years ago | | | 0 | 0.000086344875 | |
| 14739156 | 3 years ago | | | 0 | 0.0021811860 | |
| 14633578 | 3 years ago | | | 0 | 0.0015772402 |
ABI
ABI objects
Getter at block 21246625
decimals() view returns (uint8)
0
name() view returns (string)
Mavrodi
owner() view returns (address)
0x51ca4f95ae1610fe261b515a05d563a9d09a538a
symbol() view returns (string)
MAVRO
totalSupply() view returns (uint256)
100000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.