Miners of the Merge
Verified contract
Active on
Ethereum with 564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,606.65)
Native
Value
$6,606.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.131548 | $3,099.46 |
$6,606.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17590121 | a year ago | | | 0 | 0.00085381181 | |
| 17273331 | 2 years ago | | | 0 | 0.0035205904 | |
| 15733358 | 2 years ago | | | 0 | 0.00075876613 | |
| 15700606 | 2 years ago | | | 0 | 0.00021952594 | |
| 15670065 | 2 years ago | | | 0 | 0.00089403678 | |
| 15670062 | 2 years ago | | | 0 | 0.00085287297 | |
| 15612853 | 2 years ago | | | 0 | 0.00073007610 | |
| 15612850 | 2 years ago | | | 0 | 0.00067290193 | |
| 15612848 | 2 years ago | | | 0 | 0.00072907805 | |
| 15612845 | 2 years ago | | | 0 | 0.00075948748 |
ABI
ABI objects
Getter at block 21220905
burnCount() view returns (uint256)
0
getLastHash() view returns (bytes32)
0x47b767126d1b065aadbca8bc15b1b943ea7c6879c454ddb282b543ee0b8c78ee
getMiningState() view returns (bytes32 _hash, uint256 _supply, uint256 blockNumber)
(_hash=0x47b767126d1b065aadbca8bc15b1b943ea7c6879c454ddb282b543ee0b8c78ee, _supply=381, blockNumber=21220905)
mergeHasHappened() view returns (bool)
false
name() view returns (string)
Miners of the Merge
owner() view returns (address)
0x94ce96d3ac6a6c709420488d8d99c8be859c17d0
ownerWithdrawn() view returns (uint256)
337
symbol() view returns (string)
MERGE
totalSupply() view returns (uint256)
381
winnerHasWithdrawn() view returns (bool)
false
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getEthContained(uint256 _tokenId) view returns (uint256)
hashOf(uint256 _tokenId) view returns (bytes32)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokenWithdrawn(uint256) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 tokenId)
burnMultiple(uint256[] tokenIds)
mine(uint256 seed) payable
ownerWithdraw()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setMetadata(address _metadata)
setOwner(address newOwner)
transferFrom(address _from, address _to, uint256 _tokenId)
withdrawEth(uint256 tokenId)
withdrawEthMultiple(uint256[] tokenIds)
withdrawPrize()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Mine(uint256 _tokenId, bytes32 _hash, address _miner, uint256 _blockNumber)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
WithdrawEth(uint256 _tokenId, uint256 _amount, uint256 _tokenWithdrawn)
WithdrawPrize()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.