MISTER GRAY
Verified contract
Active on
Ethereum with 966 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.78)
Native
Value
$15.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,155.85 |
$15.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16953218 | 2 years ago | | | 0 | 0.00098033215 | |
| 16404829 | 2 years ago | | | 0 | 0.00043093297 | |
| 15841928 | 2 years ago | | | 0 | 0.00041478031 | |
| 15198716 | 2 years ago | | | 0 | 0.00015660565 | |
| 14901998 | 2 years ago | | | 0 | 0.0017348879 | |
| 14901468 | 2 years ago | | | 0 | 0.0012312259 | |
| 14898971 | 2 years ago | | | 0 | 0.0019890986 | |
| 14898950 | 2 years ago | | | 0 | 0.0020795180 | |
| 14898950 | 2 years ago | | | 0 | 0.0021426874 | |
| 14895506 | 2 years ago | | | 0 | 0.0019589713 |
ABI
ABI objects
Getter at block 21202843
baseURI() view returns (string)
https://mrgraynft.xyz/api/
mintRate() view returns (uint256)
0
name() view returns (string)
MISTER GRAY
owner() view returns (address)
0x9a8e5e1f20bd27865eb9a81b6af6e8906dfb7978
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFMC(address minter) view returns (uint256)
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)
changesupply(uint256 newsupply_)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerWallet(uint256 newmaxperwallet)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause(bool _state)
withdraw() payable
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()