GoblinBbys
Verified contract
Active on
Ethereum with 667 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 "GoblinBbys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16670212 | 2 years ago | | | 0 | 0.00093333239 | |
| 16670211 | 2 years ago | | | 0 | 0.00094272156 | |
| 16321848 | 2 years ago | | | 0 | 0.00088982173 | |
| 16260448 | 2 years ago | | | 0 | 0.00052516138 | |
| 15846462 | 2 years ago | | | 0 | 0.00028757021 | |
| 15845374 | 2 years ago | | | 0 | 0.00048600044 | |
| 15823277 | 2 years ago | | | 0 | 0.00035414704 | |
| 15753708 | 2 years ago | | | 0 | 0.00091446158 | |
| 15364454 | 2 years ago | | | 0 | 0.00062519129 | |
| 15211648 | 2 years ago | | | 0 | 0.00049531094 |
ABI
ABI objects
Getter at block 21193820
isSaleEnabled() view returns (bool)
true
maxBbysPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
name() view returns (string)
GoblinBbys
owner() view returns (address)
0x64c3e96e3f10e0c818aa26b2689377abc0a04fad
revealed() view returns (bool)
true
symbol() view returns (string)
GOBBYS
totalSupply() view returns (uint256)
2898
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)
editRoyaltyFee(address royaltyAddress, uint256 royaltyPercentage)
makeGoblinBbys(uint256 bbys)
renounceOwnership()
revealBbys(bool _reveal, string newURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleState(bool stateSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 baseTokenURI, address royaltyAddress, uint256 royaltyPercentage)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()