This contract is being backfilled. You may encounter incomplete storage history.

AlphaSharks

Verified contract

Active on Ethereum with 25,626 txns
Deployed by via 0xafafa15f at 14452034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AlphaSharks"

0xaf8428c3b32d8daca4257896ab0fa1c685bf9708e5e149290ddc7d20737d6035
0xe9c907b50c91418f8e0c8f9112a9668862b4953b57711a8b732524188260bb0d
0xe23470852243e97754372454e22c7f2e49930aeca0b367a745b6c58e5a3801ed
0x5e784f079594669dfc7532405d1709876e3f7c09811bdf914bb54a6f1e60a4d4
0xaa2b1aa2ff73c159c5a99d5d524d445c1a8072a1443c29328d70f3a6c5e8427b
0x7e4d8a8a084857de0ae5822c19d13d0f1b7a3f4e42874ed5c82194a16ddba9c7
0xd39219f3bcc9d492fe1f39eacbb07dc0f26a209bf0fdfe532f524169221a2c93
0x2367e77ea71e3c236a29e2bb03dfafda37ec0290c13fea0b62d26a02de885b6e
0xd93adf5851b09adf76946e8481c8b17eef3102118e57b53d37f2f29005d6ad5c
0xec4d91a66fd51dbec2421d752d4ee2fbdc4684cc07305df79e5847e5e0768372

Functions
Getter at block 20799543
BASE_URI(view returns (string)
ipfs://QmXPesTBCEqXQSy2mWrFfe31KW9dozJJ49Nuf39U4GP4Ly/
DAO_ROLE(view returns (bytes32)
0x3b5d4cc60d3ec3516ee8ae083bd60934f6eb2a6c54b1229985c41bfb092b2603
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAXIMUM_SUPPLY(view returns (uint256)
6969
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
breedingContract(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
AlphaSharks
owner(view returns (address)
0x7a8cdaa8c42b3242d832a95282e3a4363d5e3351
sharkToken(view returns (address)
0x0000000000000000000000000000000000000000
stakingContract(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ALPHASHARKS
totalSupply(view returns (uint256)
5969
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeMint(address _touint256 quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBreedingContract(address _breedingContract
setSharkTokensContract(address _sharkToken
setStakingContract(address _stakingContract
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string _BASE_URI
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetBreedingContract(address _breedingContract
SetSharkTokens(address _sharkToken
SetStakingContract(address _stakingContract
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(