Hanuman Warrior
Verified contract
Active on
Ethereum with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d0f…6327
Balances ($0.00)
No balances found for "Hanuman Warrior"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20576045 | 3 months ago | | | 0 | 0.000072403876 | |
| 20191547 | 5 months ago | | | 0 | 0.00049500829 | |
| 20122094 | 5 months ago | | | 0 | 0.00023347108 | |
| 19964154 | 6 months ago | | | 0 | 0.00095925123 | |
| 19679775 | 7 months ago | | | 0 | 0.00041374270 | |
| 19528355 | 8 months ago | | | 0 | 0.0047700875 | |
| 19517279 | 8 months ago | | | 0 | 0.0010644222 | |
| 19498133 | 8 months ago | | | 0 | 0.0011054584 | |
| 19403129 | 9 months ago | | | 0 | 0.0028566641 | |
| 18701958 | a year ago | | | 0 | 0.0020907852 |
ABI
ABI objects
Getter at block 21275867
allowListPrice() view returns (uint256)
50000000000000000
baseURI() view returns (string)
https://seekers.mypinata.cloud/ipfs/QmPxWeKzv49Wfb93uKSA2XUNKLukMPXhiEWwPdAwwZgY1h/
genPassPrice() view returns (uint256)
40000000000000000
genesisPass() view returns (address)
0x3d0f6eff617395d839bf137d0cfc0ea11c696327
hasGenPass() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x2024891fde6cd88e537babfc6d46382212184a3ec83ed220d8677c316e75d2a4
mintingPhase() view returns (uint8)
0
name() view returns (string)
Hanuman Warrior
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xa58c537427df5a9610f1f83bd15bf5d2a10ab233
publicPrice() view returns (uint256)
60000000000000000
symbol() view returns (string)
HANUMAN
totalSupply() view returns (uint256)
600
transactionLimit() view returns (uint256)
10
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListHanuman(bytes32[] _merkleProof, uint256 amount) payable
approve(address operator, uint256 tokenId) payable
changeMerkleRoot(bytes32 incomingMerkle)
closeMint()
founderMint(uint256 amount)
genPassHanuman(uint256 amount) payable
openMint()
publicHanuman(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, address genesisAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransactionLimitExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()