Baby Troll Town
Verified contract
Active on
Ethereum with 1,254 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($93.57)
Native
Value
$93.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.028 | $3,341.63 |
$93.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21126510 | 6 days ago | | | 0 | 0.0017807243 | |
| 21124022 | 6 days ago | | | 0 | 0.00030495490 | |
| 21119841 | 7 days ago | | | 0 | 0.00030047022 | |
| 21115984 | 7 days ago | | | 0 | 0.00056582414 | |
| 21115019 | 7 days ago | | | 0 | 0.00045611714 | |
| 21114830 | 7 days ago | | | 0 | 0.00060260804 | |
| 21114793 | 7 days ago | | | 0 | 0.00088399201 | |
| 21114355 | 7 days ago | | | 0 | 0.00014846331 | |
| 21114353 | 7 days ago | | | 0 | 0.00038124586 | |
| 21112812 | 8 days ago | | | 0 | 0.00043756968 |
ABI
ABI objects
Getter at block 21167008
_maxSupply() view returns (uint32)
5555
_metadataURI() view returns (string)
https://babytrolltown.com/nft/
_price() view returns (uint256)
4000000000000000
_started() view returns (bool)
true
_teamMinted() view returns (uint32)
5
_teamReserved() view returns (uint32)
5
_txLimit() view returns (uint32)
20
_walletLimit() view returns (uint32)
200
name() view returns (string)
Baby Troll Town
owner() view returns (address)
0x2fc7cb9df42aa343876148176d621ceaa6e6f616
symbol() view returns (string)
BABYTROLL
totalSupply() view returns (uint256)
1157
Read-only
_state(address minter) view returns (struct BabyTrollTownHelperState)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMaxSupply(uint32 maxSupply)
setMetadataURI(string uri)
setPrice(uint256 price)
setStarted(bool started)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()