8BitBarbarians
Verified contract
Active on
Ethereum with 1,386 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 "8BitBarbarians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18259321 | a year ago | | | 0 | 0.00016724935 | |
| 16892491 | 2 years ago | | | 0 | 0.0016312389 | |
| 16736578 | 2 years ago | | | 0 | 0.0012114324 | |
| 16527724 | 2 years ago | | | 0 | 0.0024748677 | |
| 16402109 | 2 years ago | | | 0 | 0.0012177318 | |
| 15269456 | 2 years ago | | | 0 | 0.00051855423 | |
| 15227859 | 2 years ago | | | 0 | 0.00034810140 | |
| 15146176 | 2 years ago | | | 0 | 0.00093131499 | |
| 15112971 | 2 years ago | | | 0 | 0.00016837067 | |
| 15070390 | 2 years ago | | | 0 | 0.00091726406 |
ABI
ABI objects
Getter at block 21206682
FREE_MINT_SUPPLY() view returns (uint256)
1000
INSTANT_FREE_MINTED() view returns (uint256)
1000
MAX_FREE_MINT_PER_ADDR() view returns (uint256)
2
MAX_MINT_PER_ADDR() view returns (uint256)
15
MAX_SUPPLY() view returns (uint256)
5000
PUBLIC_PRICE() view returns (uint256)
1500000000000000
name() view returns (string)
8BitBarbarians
owner() view returns (address)
0x4560dd9a1038289fc205d4f9f8e974b3a7b06328
status() view returns (uint8)
1
symbol() view returns (string)
8BITBARBARIANS
totalSupply() view returns (uint256)
4362
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events 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 newBaseURI)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()