BabyGoblinTown
Verified contract
Active on
Ethereum with 2,196 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 "BabyGoblinTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116332 | 22 days ago | | | 0 | 0.00016470368 | |
| 20122157 | 5 months ago | | | 0 | 0.00020554716 | |
| 20122156 | 5 months ago | | | 0 | 0.00021428114 | |
| 19053605 | 10 months ago | | | 0 | 0.00022152658 | |
| 18904623 | a year ago | | | 0 | 0.00034700419 | |
| 18803067 | a year ago | | | 0 | 0.00079538527 | |
| 18575573 | a year ago | | | 0 | 0.00055736846 | |
| 18547735 | a year ago | | | 0 | 0.00063117665 | |
| 18447729 | a year ago | | | 0 | 0.00033863899 | |
| 18360008 | a year ago | | | 0 | 0.00040233625 |
ABI
ABI objects
Getter at block 21270819
maxFreeMint() view returns (uint256)
3600
maxMintAmountPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
BabyGob
owner() view returns (address)
0xab87e226ff26ae1441535bda717567493b871421
paused() view returns (bool)
false
price() view returns (uint256)
5500000000000000
symbol() view returns (string)
wtf
totalSupply() view returns (uint256)
5555
uriPrefix() view returns (string)
ipfs://QmUecQvLcripyE6cE1fLaFNuAKPSt3sc21JyQkwS1y3Eqi/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(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)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setprice(uint256 _price)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()