SakuraBarbariansNFT
Verified contract
Active on
Ethereum with 2,045 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 "SakuraBarbariansNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866949 | 2 months ago | | | 0 | 0.00044719765 | |
| 20498506 | 3 months ago | | | 0 | 0.000091601988 | |
| 20498498 | 3 months ago | | | 0 | 0.000097507864 | |
| 19237233 | 9 months ago | | | 0 | 0.00091516138 | |
| 18358482 | a year ago | | | 0 | 0.00025924968 | |
| 18358455 | a year ago | | | 0 | 0.00027269606 | |
| 18204740 | a year ago | | | 0 | 0.00038569116 | |
| 16727959 | 2 years ago | | | 0 | 0.00070100021 | |
| 16646211 | 2 years ago | | | 0 | 0.0010643774 | |
| 15298768 | 2 years ago | | | 0 | 0.00051883248 |
ABI
ABI objects
Getter at block 21267543
MAX_PER_WALLET() view returns (uint256)
4
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
8989
name() view returns (string)
Sakura Barbarians
owner() view returns (address)
0x23778fc68cf338ac2dbe07dd3471276865fc6911
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
6896
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(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)
devMint(address to, uint256 count)
mint(uint256 count) 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 url)
setMaxSupply(uint256 newMaxSupply)
start()
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()