GOBLINBOB
Verified contract
Active on
Ethereum with 849 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 "GOBLINBOB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14879028 | 2 years ago | | | 0 | 0.0015736982 | |
| 14879028 | 2 years ago | | | 0 | 0.0015736982 | |
| 14871539 | 2 years ago | | | 0 | 0.0010009172 | |
| 14869443 | 2 years ago | | | 0 | 0.0010694283 | |
| 14869428 | 2 years ago | | | 0 | 0.00075040385 | |
| 14869409 | 2 years ago | | | 0 | 0.00062602939 | |
| 14869302 | 2 years ago | | | 0 | 0.0013821635 | |
| 14869238 | 2 years ago | | | 0 | 0.00079408647 | |
| 14869236 | 2 years ago | | | 0 | 0.00086487453 | |
| 14869231 | 2 years ago | | | 0 | 0.0010383517 |
ABI
ABI objects
Getter at block 21123411
baseURI() view returns (string)
ipfs://QmcFxqUvbKWJ4cPZ1hgvrrqxPenSBmb2Vb82ZH7x2maysZ/
cost() view returns (uint256)
3000000000000000
maxFree() view returns (uint256)
500
maxSupply() view returns (uint256)
2500
maxperAddressFreeLimit() view returns (uint256)
1
maxperAddressPublicMint() view returns (uint256)
10
name() view returns (string)
GOBLINBOB
owner() view returns (address)
0x972c7f64aba527df3f867605a4854531b44676af
paused() view returns (bool)
false
symbol() view returns (string)
GBOB
totalSupply() view returns (uint256)
2500
Read-only
addressFreeMintedBalance(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)
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)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
mintFree(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setMaxperAddressFreeMint(uint256 _amount)
setMaxperAddressPublicMint(uint256 _amount)
setmaxFreeSupply(uint256 _newMaxFreeSupply)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawAny(uint256 _amount) payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.