gObLiNbUrGeR.wtf
Verified contract
Active on
Ethereum with 25 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 "gObLiNbUrGeR.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14941593 | 2 years ago | | | 0 | 0.0024158723 | |
| 14941592 | 2 years ago | | | 0 | 0.0023433846 | |
| 14941582 | 2 years ago | | | 0 | 0.0028046457 | |
| 14941581 | 2 years ago | | | 0 | 0.0029075251 | |
| 14940943 | 2 years ago | | | 0 | 0.0028522549 | |
| 14940939 | 2 years ago | | | 0 | 0.0023985503 | |
| 14940933 | 2 years ago | | | 0 | 0.0029204089 | |
| 14940927 | 2 years ago | | | 0 | 0.0033107158 | |
| 14940926 | 2 years ago | | | 0 | 0.0034629769 | |
| 14940924 | 2 years ago | | | 0 | 0.0032304803 |
ABI
ABI objects
Getter at block 21221254
cost() view returns (uint256)
5000000000000000
freeToMintSupply() view returns (uint256)
1500
maxMintAmountPerAddress() view returns (uint256)
2
maxSupply() view returns (uint256)
2000
name() view returns (string)
gObLiNbUrGeR.wtf
owner() view returns (address)
0xcdf13ca63f0681c67af74fa44a3eb8644476425a
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GBWTF
totalSupply() view returns (uint256)
30
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)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events airDrop(address[] addresses, uint8[] amounts)
approve(address to, uint256 tokenId)
flipPausedState()
mint(uint256 amount) payable
renounceOwnership()
reveal(string initUriPrefix)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 newCost)
setFreeToMintSupply(uint256 newFreeToMintSupply)
setMaxMintAmountPerAddress(uint256 newMaxMintAmountPerAddress)
setMaxSupply(uint256 newMaxSupply)
setURIprefix(string newPrefix)
setURIsuffix(string newSuffix)
setUnrevealedURIprefix(string newUnrevealedURI)
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 initUnrevealedUriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()