Helm of Vigilance
Verified contract
Active on
Ethereum with 4,064 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($516.26)
Native
Value
$516.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.154 | $3,352.37 |
$516.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246121 | 3 hours ago | | | 0.0004 | 0.0012782808 | |
| 21233191 | 2 days ago | | | 0.0004 | 0.0011675925 | |
| 21233020 | 2 days ago | | | 0.0004 | 0.00084228019 | |
| 21232986 | 2 days ago | | | 0.0004 | 0.00075289564 | |
| 21232939 | 2 days ago | | | 0.0004 | 0.00067149383 | |
| 21232423 | 2 days ago | | | 0.0004 | 0.0010291404 | |
| 21232336 | 2 days ago | | | 0.0004 | 0.00074096561 | |
| 21221562 | 4 days ago | | | 0.0004 | 0.00091073460 | |
| 21218241 | 4 days ago | | | 0.0004 | 0.00091298932 | |
| 21218144 | 4 days ago | | | 0.0004 | 0.0010965519 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setMintPrice(uint256 newPrice)
setTokenUriPrefix(string newPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MaxSupplyChanged(uint256 indexed newSupply)
MintPriceChanged(uint256 indexed newPrice)
Minted(address indexed to, uint256 indexed tokenId, uint256 price, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUriPrefixChanged(string indexed newPrefix)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string tokenName, string tokenSymbol, string tokenUriPrefix, uint256 initialMaxSupply, uint256 initialMintPrice)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)