More than Freak
Verified contract
Proxy
Active on
Ethereum with 856 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "More than Freak"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18230493 | a year ago | | | 0 | 0.00035772417 | |
| 16782174 | 2 years ago | | | 0 | 0.00066383714 | |
| 16781750 | 2 years ago | | | 0 | 0.0010486156 | |
| 16781419 | 2 years ago | | | 0 | 0.0011960386 | |
| 16781419 | 2 years ago | | | 0 | 0.0011960386 | |
| 16781402 | 2 years ago | | | 0 | 0.00093584046 | |
| 16781357 | 2 years ago | | | 0 | 0.0010863424 | |
| 16781356 | 2 years ago | | | 0 | 0.0010485931 | |
| 16781354 | 2 years ago | | | 0 | 0.0010947375 | |
| 16781348 | 2 years ago | | | 0 | 0.0014366773 |
ABI
ABI objects
Getter at block 21124276
implementation() view returns (address)
0x02e2c2314eee894d6caa1d86c877b117542fbc72
initialized() view returns (bool)
true
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
More than Freak
owner() view returns (address)
0x9fa1c4f32acc1db595e9f5f32c159b6106d737c9
symbol() view returns (string)
MTF
totalSupply() view returns (uint256)
1000
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) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()