Mankind
Verified contract
Active on
Ethereum with 19,590 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 |
---|---|---|---|---|---|
MK | ERC-20 | 720.335K | -- | -- | |
MOAT | ERC-20 | 317 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20630800 | 3 months ago | | | 0 | 0.000067991473 | |
| 19695950 | 7 months ago | | | 0 | 0.00030552026 | |
| 18308900 | a year ago | | | 0 | 0.00013463021 | |
| 16446343 | 2 years ago | | | 0 | 0.00076119173 | |
| 13492035 | 3 years ago | | | 0 | 0.0047413000 | |
| 12846722 | 3 years ago | | | 0 | 0.00074354000 | |
| 11756946 | 4 years ago | | | 0 | 0.0026814205 | |
| 11682554 | 4 years ago | | | 0 | 0.0024668820 | |
| 11283349 | 4 years ago | | | 0 | 0.0020183580 | |
| 11040084 | 4 years ago | | | 0 | 0.0020950800 |
ABI
ABI objects
Getter at block 21260244
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Mankind
owner() view returns (address)
0xf754ca20c1cbd8ef2a0f22c21d6087076b1e175b
symbol() view returns (string)
MK
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.