Goblin Btchz
Verified contract
Active on
Ethereum with 2,031 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 "Goblin Btchz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860939 | 7 months ago | | | 0 | 0.00010684251 | |
| 19784671 | 7 months ago | | | 0 | 0.00020214155 | |
| 19421904 | 9 months ago | | | 0 | 0.0028833055 | |
| 18591697 | a year ago | | | 0 | 0.0029800771 | |
| 17746068 | a year ago | | | 0 | 0.00076544890 | |
| 17635869 | a year ago | | | 0 | 0.0018796051 | |
| 17627700 | a year ago | | | 0 | 0.0026368919 | |
| 17627697 | a year ago | | | 0 | 0.0036598297 | |
| 17627692 | a year ago | | | 0 | 0.0045565233 | |
| 17594314 | a year ago | | | 0 | 0.00070838885 |
ABI
ABI objects
Getter at block 21286337
MAX_SUPPLY() view returns (uint256)
10000
isActive() view returns (bool)
true
maxPerPurchase() view returns (uint256)
10
mintPrice() view returns (uint256)
6900000000000000
name() view returns (string)
Goblin Btchz
owner() view returns (address)
0x41b7bbf0d8aecfaf0cec60f1599b2eb104cf23d0
symbol() view returns (string)
GB
totalSupply() view returns (uint256)
2908
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)
mint(uint256 _count) 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)
toggleSale()
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 baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()