goblinrekttownwtf
Verified contract
Active on
Ethereum with 5,477 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 "goblinrekttownwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982430 | a month ago | | | 0 | 0.00024275958 | |
| 20982127 | a month ago | | | 0 | 0.00022627748 | |
| 20982126 | a month ago | | | 0 | 0.00022577328 | |
| 20678394 | 2 months ago | | | 0 | 0.00039073354 | |
| 20114336 | 5 months ago | | | 0 | 0.00021112493 | |
| 19050955 | 10 months ago | | | 0 | 0.00031822632 | |
| 19032563 | 10 months ago | | | 0 | 0.0017362794 | |
| 18900860 | a year ago | | | 0 | 0.00073430237 | |
| 18888377 | a year ago | | | 0 | 0.00078373020 | |
| 18228978 | a year ago | | | 0 | 0.00033019598 |
ABI
ABI objects
Getter at block 21217698
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
5555
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
2
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
5555
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
5000000000000000
name() view returns (string)
goblinrekttownwtf
owner() view returns (address)
0x342ee44f57ea5d8400b911992035994f59a3ec3b
symbol() view returns (string)
grtwtf
totalSupply() view returns (uint256)
5555
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)
freeMint(uint256 _mintAmount) payable
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowance(uint256 freeMintAllowance)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintAllowance, uint256 maxMintPerTx, bool isSaleActive, uint256 freeMintIsAllowedUntil)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()