The WolfGang
Verified contract
Active on
Ethereum with 2,253 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x88c2…83c1
Balances ($2,013.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.65 | $3,097.52 |
$2,013.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171335 | 5 days ago | | | 0 | 0.0012370597 | |
| 21035508 | 24 days ago | | | 0 | 0.00030078222 | |
| 21035498 | 24 days ago | | | 0 | 0.00025190807 | |
| 21032877 | 24 days ago | | | 0 | 0.0012183721 | |
| 20965221 | a month ago | | | 0 | 0.0019294089 | |
| 20472006 | 3 months ago | | | 0 | 0.00010020118 | |
| 20129842 | 5 months ago | | | 0 | 0.00018165821 | |
| 20052125 | 5 months ago | | | 0 | 0.00075443800 | |
| 20031244 | 5 months ago | | | 0 | 0.00045335863 | |
| 20031094 | 5 months ago | | | 0 | 0.0020312363 |
ABI
ABI objects
Getter at block 21205460
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI() view returns (string)
https://thewolfgang.nyc3.digitaloceanspaces.com/
hasSaleStarted() view returns (bool)
false
name() view returns (string)
The WolfGang
symbol() view returns (string)
WOLF
totalSupply() view returns (uint256)
9933
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address receiver) returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.