Miners of the Merge
Verified contract
Active on
Ethereum with 1,444 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,864.51)
Native
Value
$3,864.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.156822 | $3,340.63 |
$3,864.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629520 | 3 months ago | | | 0 | 0.0010625653 | |
| 20453367 | 4 months ago | | | 0 | 0.000059060000 | |
| 17371794 | a year ago | | | 0 | 0.0019466222 | |
| 16690025 | 2 years ago | | | 0 | 0.0014577993 | |
| 15962049 | 2 years ago | | | 0 | 0.00073695949 | |
| 15899273 | 2 years ago | | | 0 | 0.00087878366 | |
| 15836001 | 2 years ago | | | 0 | 0.00060796110 | |
| 15807973 | 2 years ago | | | 0 | 0.00057043586 | |
| 15792229 | 2 years ago | | | 0 | 0.0030401623 | |
| 15787488 | 2 years ago | | | 0 | 0.00092681119 |
ABI
ABI objects
Getter at block 21247897
burnCount() view returns (uint256)
1
getLastHash() view returns (bytes32)
0x0cc46fe8074837ce0672ed37946dc97e6081b6316861d78b966910b8c2c0193e
getMiningState() view returns (bytes32 _hash, uint256 _supply, uint256 blockNumber)
(_hash=0x0cc46fe8074837ce0672ed37946dc97e6081b6316861d78b966910b8c2c0193e, _supply=573, blockNumber=21247897)
mergeHasHappened() view returns (bool)
true
name() view returns (string)
Miners of the Merge
owner() view returns (address)
0x94ce96d3ac6a6c709420488d8d99c8be859c17d0
ownerWithdrawn() view returns (uint256)
496
symbol() view returns (string)
MERGE
totalSupply() view returns (uint256)
573
winnerHasWithdrawn() view returns (bool)
true
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.