Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MSN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18300713 | a year ago | | | 0 | 0.00051026444 | |
| 17380807 | a year ago | | | 0 | 0.0023250988 | |
| 17362979 | a year ago | | | 0 | 0.0011662540 | |
| 17362953 | a year ago | | | 0 | 0.0011963251 | |
| 17362929 | a year ago | | | 0 | 0.0011380918 | |
| 17337837 | a year ago | | | 0 | 0.0018232127 | |
| 17337613 | a year ago | | | 0 | 0.0015965133 | |
| 17337437 | a year ago | | | 0 | 0.0020335082 | |
| 17336894 | a year ago | | | 0 | 0.0021998368 | |
| 17336625 | a year ago | | | 0 | 0.0035887024 |
ABI
ABI objects
Getter at block 21202887
decimals() view returns (uint8)
18
name() view returns (string)
MSN
owner() view returns (address)
0x4f5e3d35ca2a9acf7bc74ad36f10762e1ba930af
symbol() view returns (string)
MSN
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9f934ef5f7eedb2f2339879c8531d9a9414d8ecf
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events airdropTokens(address[] _recipients, uint256[] _amounts)
approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setUniswapV2Pair(address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.