Holy Heroes
Verified contract
Active on
Ethereum with 8,377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Holy Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204063 | 10 days ago | | | 0 | 0.00047322796 | |
| 21167892 | 15 days ago | | | 0 | 0.0016866576 | |
| 21162691 | 16 days ago | | | 0 | 0.00035245996 | |
| 21097832 | 25 days ago | | | 0 | 0.00018235130 | |
| 20819568 | 2 months ago | | | 0 | 0.0010473971 | |
| 20763150 | 2 months ago | | | 0 | 0.00026312751 | |
| 20700461 | 3 months ago | | | 0 | 0.000081149140 | |
| 20700459 | 3 months ago | | | 0 | 0.000083216385 | |
| 20700457 | 3 months ago | | | 0 | 0.000085070989 | |
| 20613970 | 3 months ago | | | 0 | 0.00012175988 |
ABI
ABI objects
Getter at block 21277395
name() view returns (string)
Holy Heroes
owner() view returns (address)
0x8c349e3c568f2f69a736c76b6a239280ea1cc4c8
preSaleIsActive() view returns (bool)
false
preSaleMaxSupply() view returns (uint32)
1000
preSaleStart() view returns (uint32)
1638043200
publicSaleIsActive() view returns (bool)
true
publicSaleMaxSupply() view returns (uint32)
3333
publicSaleStart() view returns (uint32)
1638045748
symbol() view returns (string)
HOLY
totalSupply() view returns (uint32)
3333
unitPrice() view returns (uint256)
77700000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events batchMint(address[] addresses)
preSaleMint(uint8 v, bytes32 r, bytes32 s, uint32 count) payable
publicSaleMint(uint32 count) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPreSaleStart(uint32 timestamp)
setPublicSaleStart(uint32 timestamp)
setSignerAddress(address addr)
setURI(string uri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.