MAP Protocol
Verified contract
Active on
Ethereum with 50,372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 21.847837 | $53.07 |
$1,159.46 | |
MAP | ERC-20 | 30.003083M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242429 | 4 hours ago | | | 0 | 0.00036668755 | |
| 21242374 | 5 hours ago | | | 0 | 0.00050193483 | |
| 21242329 | 5 hours ago | | | 0 | 0.00036952258 | |
| 21238983 | 16 hours ago | | | 0 | 0.00033382097 | |
| 21235967 | a day ago | | | 0 | 0.00045376307 | |
| 21225078 | 3 days ago | | | 0 | 0.00027554095 | |
| 21221772 | 3 days ago | | | 0 | 0.00039048526 | |
| 21221460 | 3 days ago | | | 0 | 0.00032390311 | |
| 21221457 | 3 days ago | | | 0 | 0.00030864235 | |
| 21221350 | 3 days ago | | | 0 | 0.00031107826 |
ABI
ABI objects
Getter at block 21243762
decimals() view returns (uint256)
18
name() view returns (string)
MAP Protocol
symbol() view returns (string)
MAP
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] _users, uint256[] _amounts) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _moveAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.