MrBlock
Verified contract
Active on
Ethereum with 5,640 txns
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 "MrBlock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19142453 | 10 months ago | | | 0 | 0.00039295037 | |
| 18898648 | a year ago | | | 0 | 0.00063642212 | |
| 17367387 | a year ago | | | 0 | 0.0012695327 | |
| 17116088 | 2 years ago | | | 0 | 0.00092040542 | |
| 16999819 | 2 years ago | | | 0 | 0.0011478495 | |
| 16752142 | 2 years ago | | | 0 | 0.00046010749 | |
| 16724000 | 2 years ago | | | 0 | 0.00082082659 | |
| 16672909 | 2 years ago | | | 0 | 0.0012470668 | |
| 16429071 | 2 years ago | | | 0 | 0.00072397086 | |
| 16306225 | 2 years ago | | | 0 | 0.00094549199 |
ABI
ABI objects
Getter at block 21262529
MAX_PER_TX() view returns (uint256)
10
MAX_PER_WALLET_FREE() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
8888
_live() view returns (bool)
true
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://Qma7gXeqgKNuwK2qt9GT9CQYbnsgGvmK3hvWfCGht4ky3s/
name() view returns (string)
MrBlock
owner() view returns (address)
0x84835e9f2f6ebd8ff04fd32768782c76605eda34
paused() view returns (bool)
false
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
MRBLK
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
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)
goMint(uint256 _amount) payable
initialize()
live(bool _state)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCost(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()