MenschMachine
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($2,102.72)
Native
Value
$2,102.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,504.54 |
$2,102.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18658475 | a year ago | | | 0 | 0.0013730327 | |
| 18085680 | a year ago | | | 0 | 0.0010114846 | |
| 16603096 | 2 years ago | | | 0 | 0.00045128670 | |
| 16428087 | 2 years ago | | | 0 | 0.00064636261 | |
| 15547056 | 2 years ago | | | 0 | 0.00056747414 | |
| 15217345 | 2 years ago | | | 0 | 0.00064686302 | |
| 15019678 | 2 years ago | | | 0 | 0.0022107848 | |
| 14982161 | 2 years ago | | | 0 | 0.0016532255 | |
| 14941925 | 2 years ago | | | 0 | 0.00061073238 | |
| 14530081 | 3 years ago | | | 0 | 0.0014119279 |
ABI
ABI objects
Getter at block 21264457
getDrop() view returns (uint256, uint256, uint256)
(1, 60, 10000000000000000)
name() view returns (string)
MenschMachine
owner() view returns (address)
0x0158ef1cb9866baafa143891f7a6094843ea6cb5
symbol() view returns (string)
MM
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 blockNumber) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDrop(uint256 blockNumber, uint256 limit, uint256 priceInWei)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.