othergoblinzwtf
Verified contract
Active on
Ethereum with 943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.36)
Native
Value
$19.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,872.05 |
$19.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17338555 | 2 years ago | | | 0 | 0.0014718641 | |
| 17259438 | 2 years ago | | | 0 | 0.0023400095 | |
| 17049810 | 2 years ago | | | 0 | 0.0013259441 | |
| 16999619 | 2 years ago | | | 0 | 0.0020977294 | |
| 16966390 | 2 years ago | | | 0 | 0.00079527092 | |
| 15551824 | 2 years ago | | | 0 | 0.00020901200 | |
| 15402066 | 2 years ago | | | 0.001 | 0.00065540443 | |
| 15293941 | 2 years ago | | | 0 | 0.00026957090 | |
| 15276638 | 2 years ago | | | 0.001 | 0.0013441356 | |
| 15124896 | 2 years ago | | | 0 | 0.0016791746 |
ABI
ABI objects
Getter at block 21389246
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
6969
currentPrice() view returns (uint256)
1000000000000000
devAddress() view returns (address)
0x766fa8c0b05b886b0c9a38931818142217613fd2
freeMints() view returns (uint256)
1000
getDevHex() pure returns (string)
0x636865657a636861726d6572
maxFreeMints() view returns (uint256)
2
maxMintAmount() view returns (uint256)
20
name() view returns (string)
othergoblinzwtf
owner() view returns (address)
0xec342d2d7449baf421774bc7da7bc0608df2c030
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
OTHGOB
teamAddress() view returns (address)
0xe7756cc7210ba26d6a8698a6764e1a5849900489
totalSupply() view returns (uint256)
1772
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)
changePrice(uint256 _newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
setupOS()
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 _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()