Goblins
Verified contract
Active on
Ethereum with 4,129 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 "Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20661522 | 3 months ago | | | 0 | 0.00012951737 | |
| 20155567 | 5 months ago | | | 0 | 0.00036482249 | |
| 20155565 | 5 months ago | | | 0 | 0.00040237867 | |
| 20155564 | 5 months ago | | | 0 | 0.00040237867 | |
| 20155562 | 5 months ago | | | 0 | 0.00040237867 | |
| 20155561 | 5 months ago | | | 0 | 0.00040237867 | |
| 20155559 | 5 months ago | | | 0 | 0.00053583889 | |
| 20155558 | 5 months ago | | | 0 | 0.00029330868 | |
| 19885964 | 6 months ago | | | 0 | 0.00013988255 | |
| 19885959 | 6 months ago | | | 0 | 0.00015934352 |
ABI
ABI objects
Getter at block 21227528
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/bafybeidopd3se3hdoj5cwjocwi27taoezwchrxwyhcfqvm4eunowlkuzqy/
maxPerWallet() view returns (uint256)
2
name() view returns (string)
Goblins
owner() view returns (address)
0x59d382d17f0f56aa1aba43b20a7da00ae14f2327
price() view returns (uint256)
6660000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
666
symbol() view returns (string)
GBLN
totalSupply() view returns (uint256)
666
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) 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)
setPerWalletMax(uint256 _val)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()