cyberpunk_mfers
Verified contract
Active on
Ethereum with 425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($251.12)
Native
Value
$251.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08076 | $3,109.52 |
$251.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19622021 | 7 months ago | | | 0 | 0.00098049934 | |
| 16738821 | 2 years ago | | | 0 | 0.00050309505 | |
| 16248862 | 2 years ago | | | 0 | 0.00049810158 | |
| 16235777 | 2 years ago | | | 0 | 0.00038277014 | |
| 15386246 | 2 years ago | | | 0 | 0.00094278156 | |
| 15386205 | 2 years ago | | | 0 | 0.00078902979 | |
| 15254420 | 2 years ago | | | 0 | 0.00044618760 | |
| 15194592 | 2 years ago | | | 0 | 0.0014393880 | |
| 15104960 | 2 years ago | | | 0 | 0.00088832225 | |
| 15093847 | 2 years ago | | | 0 | 0.00059166333 |
ABI
ABI objects
Getter at block 21207070
cost() view returns (uint256)
20190000000000000
freeMaxMintPerWallet() view returns (uint256)
5
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10728
name() view returns (string)
cyberpunk_mfers
owner() view returns (address)
0xa3f61d1eeb1c5a1379a4dcf1890f71ca835b9454
symbol() view returns (string)
CBPMF
totalSupply() view returns (uint256)
1089
Read-only
balanceOf(address owner) view returns (uint256)
freeWallets(address) 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)
mintForAddress(uint256 _mintAmount, address _receiver)
mintForFree(uint256 _mintAmount)
mintForMoney(uint256 _mintAmount) 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 baseURI)
setCost(uint256 _cost)
setMaxFreeMint(uint256 _max)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
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(string _name, string _symbol, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()