Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.93)
Native
Value
$24.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,116.10 |
$24.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20446069 | 4 months ago | | | 0 | 0.000062913282 | |
| 20446060 | 4 months ago | | | 0 | 0.000058091005 | |
| 20446051 | 4 months ago | | | 0 | 0.000061506386 | |
| 20446044 | 4 months ago | | | 0 | 0.000065195877 | |
| 15703353 | 2 years ago | | | 0 | 0.00029116067 | |
| 15650406 | 2 years ago | | | 0 | 0.00034884729 | |
| 15121628 | 2 years ago | | | 0 | 0.00086437292 | |
| 15120918 | 2 years ago | | | 0 | 0.0011982230 | |
| 15120849 | 2 years ago | | | 0 | 0.0015603177 | |
| 15120762 | 2 years ago | | | 0 | 0.00073441230 |
ABI
ABI objects
Getter at block 21221186
IS_SALE_ACTIVE() view returns (bool)
true
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5555
MAX_TX_PER_WALLET() view returns (uint256)
4
ROYALTY_PERCENTAGE() view returns (uint96)
500
SALE_PRICE() view returns (uint256)
2000000000000000
name() view returns (string)
TheBalis
owner() view returns (address)
0xc63f6ed05a24b7c08e6149cbbfa12d0f9fccd367
symbol() view returns (string)
BALIS
totalSupply() view returns (uint256)
218
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalMinted(address addr) view returns (uint256)
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)
State-modifying
Events airdrop(address buyerAddress, uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 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 newURI)
setSale(bool isActive)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()