Helm of Vigilance

Verified contract

Active on Ethereum with 4,064 txns
Deployed by via 0xa8623ba5 at 19845299
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $516.26
0x26c1a1f2fcb060f1676453c2639af5ef6663601f44374ba52581104406c5614a
0x5083ba36b7e1286cd318fec282644d33823ad5ee51bfd259bb242dc1b8e8b7d4
0x71417e94721dc5ebb917076d82f693488937ca72c8df1816d06792f872ff8908
0x40ad5ebcd539c8b4936cd86fa73e6425c4ecbdaca39442131c281a0dcc051a86
0x549eb6b9b50f39225dfa3137e232e8ca0e459a065dc02f247bf6f2edc12f25ce
0x0f29df12c55c4aec9e71d7764653afee52c7adc1012b8d25f627d99375ac93e0
0x1d5b20e0a64656acf53ec28c73d5e9b55477fe22cd468ba9dc552bbf05fdbace
From
0x32398f2dfed8cb78068091a55524c2d9bca58f1be6c9fb92cc7eadfd49b6da04
0x3b8afc7047592d2478549c89ec288c97d31d930cbfa79e678690c1b3da4882ce
0x8b1268c30d3bcd8d8937580923f8f160e34a718e6a0aec0b733af05758a95dbf

Functions
Getter at block 21246888
maxSupply(view returns (uint256)
100000
mintPrice(view returns (uint256)
400000000000000
name(view returns (string)
Helm of Vigilance
owner(view returns (address)
0xd6595f4e1cd11d48f798327ca647bbe716e478fb
symbol(view returns (string)
HLMVGLNC
totalSupply(view returns (uint256)
3967
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 newMaxSupply
setMintPrice(uint256 newPrice
setTokenUriPrefix(string newPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MaxSupplyChanged(uint256 indexed newSupply
MintPriceChanged(uint256 indexed newPrice
Minted(address indexed touint256 indexed tokenIduint256 priceuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenUriPrefixChanged(string indexed newPrefix
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string tokenNamestring tokenSymbolstring tokenUriPrefixuint256 initialMaxSupplyuint256 initialMintPrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account