EightBit Goblin
Verified contract
Active on
Ethereum with 1,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.73)
Native
Value
$27.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,466.59 |
$27.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911804 | 2 months ago | | | 0 | 0.00035727057 | |
| 20038876 | 6 months ago | | | 0 | 0.00050307126 | |
| 18936718 | a year ago | | | 0 | 0.00096791878 | |
| 17165588 | 2 years ago | | | 0 | 0.0027942323 | |
| 17071894 | 2 years ago | | | 0 | 0.0016376850 | |
| 16259815 | 2 years ago | | | 0 | 0.00050877435 | |
| 16250775 | 2 years ago | | | 0 | 0.00058526116 | |
| 16248654 | 2 years ago | | | 0 | 0.0011977432 | |
| 16245004 | 2 years ago | | | 0 | 0.00033566171 | |
| 16245001 | 2 years ago | | | 0 | 0.00029779712 |
ABI
ABI objects
Getter at block 21265107
baseURI() view returns (string)
https://ipfs.io/ipfs/QmbGURDjSyWmZv8ESLuCDozKWW9N1wAtwhCzTHUwt54cTH/
maxFreeAmount() view returns (uint256)
8000
maxFreePerWallet() view returns (uint256)
40
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
80
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
EightBit Goblin
owner() view returns (address)
0xa70348698fa8f630abd0885f57c0ca24f53df156
price() view returns (uint256)
2000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
EightBit Goblin
totalSupply() view returns (uint256)
8240
unrevealedURI() view returns (string)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
flipSale()
mint(uint256 amount) 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 uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
setUnrevealedURI(string uri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()