mekamfers

Verified contract

Active on Ethereum with 256 txns
Deployed by via 0x416180d3 at 14312691
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "mekamfers"

0xc760c5a3203522a19018dab0615c9bf33c565b474d9c0117e6072e4779065d3b
0xe51f29f884f84c4176bfcd0473fc145e42a9516c9afc7a7dda9aded9e547dd38
0x712bad25f87db74094e117e8773b2da4d0768d6ba201997ffa70bce823b8465b
0xb316ccfb505f68bc59ec35d017749524ad288d35b81b17a9400a6434fd4fa79e
0xbccaabcda948a324e2a4329f971a2a792ef2e77ad3bbc28aab20b7fad4978bb2
0x64356f2a7d395e0a72b27104432b7830371452eee3037826886455eb453e84ff
0x3b72a20bdd6d9c066216a0c9c9f69828f1134de636de1c393e32d73300fdc0a4
0xed7b948e5c2b31468dc7ad15fe69f25648a1c7ef1e66fe29ca291774d2816aa7
0xa0df3d489f02a2f4cca4104c3a05a2e4dd10a0fa632a6b4ad6f03928c7141ed2
0x0988f35662bdad4f9879f409a661fd28954c5e10885bd7a8059eed47bd5d1a3a

Functions
Getter at block 21262125
MAX_SUPPLY(view returns (uint256)
5000
name(view returns (string)
mekamfers
owner(view returns (address)
0x1a1e85b9f8d0e9ac6875d8517fad1061d172d674
price(view returns (uint256)
950000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
MEKAMFERS
totalSupply(view returns (uint256)
2377
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(