Mkay Bears
Verified contract
Active on
Ethereum with 2,916 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 "Mkay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16636713 | 2 years ago | | | 0 | 0.0027131266 | |
| 16633864 | 2 years ago | | | 0 | 0.00066010879 | |
| 16633864 | 2 years ago | | | 0 | 0.0011611258 | |
| 16127444 | 2 years ago | | | 0 | 0.0012719321 | |
| 15757657 | 2 years ago | | | 0 | 0.00035555237 | |
| 15481720 | 2 years ago | | | 0 | 0.00044207977 | |
| 15481718 | 2 years ago | | | 0 | 0.00040974257 | |
| 15481713 | 2 years ago | | | 0 | 0.00049787897 | |
| 15464543 | 2 years ago | | | 0 | 0.00025702517 | |
| 15451874 | 2 years ago | | | 0 | 0.00022033815 |
ABI
ABI objects
Getter at block 21218895
COST() view returns (uint256)
6900000000000000
IS_SALES_ACTIVE() view returns (bool)
true
MAX_FREE_MINT() view returns (uint256)
2000
MAX_MINT_PER_TXN() view returns (uint256)
8
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
ipfs://QmX1hpdg8b7gScE1pqP4cY1VsRC41Uq7RBZijeNUeah6pJ
name() view returns (string)
Mkay Bears
owner() view returns (address)
0xbf947e1101d7dcf260aecc03a29ffcf6ff239f4f
symbol() view returns (string)
MkayBears
totalSupply() view returns (uint256)
10000
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)
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)
setContractURI(string newContractURI)
setCost(uint256 NEW_COST)
setMaxMint(uint256 NEW_MAX)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
This contract contains no error objects.