GoblinOverlords
Verified contract
Active on
Ethereum with 236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($51.97)
Native
Value
$51.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01665 | $3,121.14 |
$51.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025770 | a month ago | | | 0 | 0.00023934162 | |
| 20003364 | 6 months ago | | | 0 | 0.00033434610 | |
| 19939507 | 6 months ago | | | 0 | 0.00028441840 | |
| 19904545 | 6 months ago | | | 0 | 0.00020661641 | |
| 19881701 | 6 months ago | | | 0 | 0.00018170654 | |
| 19808294 | 6 months ago | | | 0 | 0.00026172359 | |
| 19786219 | 7 months ago | | | 0 | 0.00039066855 | |
| 19786209 | 7 months ago | | | 0 | 0.00015623377 | |
| 19786206 | 7 months ago | | | 0 | 0.00036181594 | |
| 19785946 | 7 months ago | | | 0 | 0.00047828828 |
ABI
ABI objects
Getter at block 21211361
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeieatztmppf64meeyxynpbfzewyp5gtyjmhyaroizxgjwdjswripbm/
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
333
mintEnabled() view returns (bool)
true
name() view returns (string)
GoblinOverlords
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0eb17137452fd26fc1cd8f685334d7c3df2d7b21
price() view returns (uint256)
3330000000000000
symbol() view returns (string)
GOL
totalFree() view returns (uint256)
333
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
freeMint(uint256 amt)
mint(uint256 amt) payable
ownerBatchMint(uint256 amt)
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_)
setMaxPerTx(uint256 maxPerTx_)
setMaxPerWallet(uint256 maxFreePerWallet_)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price_)
setTotalFree(uint256 totalFree_)
setmaxSupply(uint256 maxSupply_)
toggleMinting()
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.
This contract contains no error objects.