Ukraine Heroes
Verified contract
Active on
Ethereum with 344 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 "Ukraine Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17520768 | a year ago | | | 0 | 0.00085620000 | |
| 17517209 | a year ago | | | 0 | 0.00085620000 | |
| 17513656 | a year ago | | | 0 | 0.00085620000 | |
| 17510088 | a year ago | | | 0 | 0.00085620000 | |
| 17506524 | a year ago | | | 0 | 0.00085620000 | |
| 17502962 | a year ago | | | 0 | 0.00085620000 | |
| 17499387 | a year ago | | | 0 | 0.00085620000 | |
| 17495820 | a year ago | | | 0 | 0.00085620000 | |
| 17492257 | a year ago | | | 0 | 0.00085620000 | |
| 17488700 | a year ago | | | 0 | 0.00085620000 |
ABI
ABI objects
Getter at block 21228191
FIRESALE_SUPPLY() view returns (uint256)
999
MAX_MINT_PER_TRX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
111111
UKRAINE_ADDRESS() view returns (address)
0x165cd37b4c644c2921454429e7f9358d18a45e14
baseURI() view returns (string)
https://help.art/api/v1/metadata/
getPrice() view returns (uint256)
40000000000000000
isSaleActive() view returns (bool)
true
name() view returns (string)
Ukraine Heroes
owner() view returns (address)
0xc607dd37cbbc80513eb0363572a5abcdc23c6260
stage() view returns (uint256)
1
symbol() view returns (string)
UHT
totalSupply() view returns (uint256)
57
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(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPrice(uint256 _newPrice)
setStage(uint256 _stageNo)
startPublicSale()
stopSale()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()