moblin gfers
Verified contract
Active on
Ethereum with 498 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 "moblin gfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16067583 | 2 years ago | | | 0 | 0.00055652725 | |
| 16067582 | 2 years ago | | | 0 | 0.00052450952 | |
| 16067581 | 2 years ago | | | 0 | 0.00057000784 | |
| 15184663 | 2 years ago | | | 0 | 0.00052862382 | |
| 15114706 | 2 years ago | | | 0 | 0.00056382907 | |
| 15054679 | 2 years ago | | | 0 | 0.00090248271 | |
| 14955036 | 2 years ago | | | 0 | 0.0057916928 | |
| 14932638 | 2 years ago | | | 0 | 0.0012364587 | |
| 14927132 | 2 years ago | | | 0 | 0.0013686926 | |
| 14897329 | 2 years ago | | | 0 | 0.0015808294 |
ABI
ABI objects
Getter at block 21307173
baseExtension() view returns (string)
.json
freeMintMax() view returns (uint256)
500
maxFreePerWallet() view returns (uint256)
3
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1200
name() view returns (string)
moblin gfers
owner() view returns (address)
0x37cfb7bb56a8a3dbc7c534249d089dcea73392a2
paused() view returns (bool)
false
price() view returns (uint256)
4000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
MGFERS
totalSupply() view returns (uint256)
1200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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 count) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeAmount(uint256 amount)
setMaxFreeMint(uint256 _max)
setMaxPaidPerTx(uint256 _max)
setMaxSupply(uint256 _max)
setPause(bool _state)
setPrice(uint256 _price)
setfee(uint256 fee)
teamMint(uint256 _number)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
freeMintIsOver()