AlphaWolvesDAO Soulbound
Verified contract
Active on
Ethereum with 194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdcd6…37c5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- | |
ALPHA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300938 | 11 days ago | | | 0 | 0.0024537008 | |
| 20819822 | 3 months ago | | | 0 | 0.0030904917 | |
| 20580876 | 4 months ago | | | 0 | 0.00022643235 | |
| 20542804 | 4 months ago | | | 0 | 0.00038716228 | |
| 20482842 | 4 months ago | | | 0 | 0.00055587641 | |
| 20409472 | 4 months ago | | | 0 | 0.00052088235 | |
| 20370384 | 5 months ago | | | 0 | 0.0011303979 | |
| 20360791 | 5 months ago | | | 0 | 0.0011100148 | |
| 20284521 | 5 months ago | | | 0 | 0.0027056086 | |
| 20218085 | 5 months ago | | | 0 | 0.00092252783 |
ABI
ABI objects
Getter at block 21383057
locked() view returns (bool)
true
name() view returns (string)
AlphaWolvesDAO Soulbound
owner() view returns (address)
0x875973866b99cf6534d47817a8f49e0e65c3175f
reclaim() view returns (bool)
false
symbol() view returns (string)
AWD SBT
Read-only
alphaWolvesTokensOfOwner(address account) view returns (uint256[] ownerTokens)
alphaWolvesTokensOfOwnerSoulbound(address account) view returns (uint256[])
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenSoulbound(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
soulbound(uint256) view returns (bool)
soulboundByUser(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addController(address controller)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256[] tokenIds)
burn(uint256 tokenId)
claimSoulbound(uint256[] tokenIds)
controllerTransfer(address from, address to, uint256 tokenId)
deleteSoulboundByUser(address account)
emergencyReclaimSoulboundFromAlphaWolves(uint256[] tokenIds)
mint(address to, uint256 tokenId)
reclaimYourAlphaWolves()
removeController(address controller)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAlphaWolves(address addr)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSoulbound(uint256 tokenId, bool value)
setSoulbound(uint256[] tokenIds)
toggleLocked()
toggleReclaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
NoContracts()
NotAuthorized()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)