BALUBA
Verified contract
Active on
Ethereum with 14,558 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 "BALUBA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110278 | 23 days ago | | | 0 | 0.00022010374 | |
| 20970413 | a month ago | | | 0 | 0.00075337053 | |
| 20970373 | a month ago | | | 0 | 0.00079355132 | |
| 20970372 | a month ago | | | 0 | 0.00089062156 | |
| 20970372 | a month ago | | | 0 | 0.00080909408 | |
| 20970372 | a month ago | | | 0 | 0.00080895897 | |
| 20970344 | a month ago | | | 0 | 0.00095103807 | |
| 20894304 | 2 months ago | | | 0 | 0.00050546726 | |
| 20652494 | 3 months ago | | | 0 | 0.000053030129 | |
| 20533956 | 3 months ago | | | 0 | 0.00023164026 |
ABI
ABI objects
Getter at block 21274151
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
BALUBA
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa56efca36c2d2b4d4d2ac13575ecc785dc90fbe9
symbol() view returns (string)
BALUBA
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
publicSaleMint(uint8 quantity) 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 baseURI)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.