MidniteWolfPack
Verified contract
Active on
Ethereum with 1,368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MidniteWolfPack"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20827927 | 2 months ago | | | 0 | 0.00079533927 | |
| 20808318 | 2 months ago | | | 0 | 0.00046346617 | |
| 19068912 | 10 months ago | | | 0 | 0.0010206584 | |
| 17758372 | a year ago | | | 0 | 0.00050950117 | |
| 17732998 | a year ago | | | 0 | 0.0014692962 | |
| 17729928 | a year ago | | | 0 | 0.0027450340 | |
| 16608015 | 2 years ago | | | 0 | 0.00073823558 | |
| 16597594 | 2 years ago | | | 0 | 0.00097093198 | |
| 16594848 | 2 years ago | | | 0 | 0.0013036703 | |
| 16586149 | 2 years ago | | | 0 | 0.0020168037 |
ABI
ABI objects
Getter at block 21292318
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
name() view returns (string)
MidniteWolfPack
paused() view returns (bool)
false
symbol() view returns (string)
WOLF
totalMinted() view returns (uint256)
5000
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
internalMint(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMintPrice(uint256 _newMintPrice)
transferFrom(address from, address to, uint256 tokenId)
unpause()
withdraw(uint256 _withdrawal) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
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)
Unpaused(address account)
WolfMinted(address to, uint256 tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.