HeavenlyAngels
Verified contract
Active on
Ethereum with 410 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0d0…7bc5
0x3bb8…f138
0xccf2…9a33
Balances ($0.00)
No balances found for "HeavenlyAngels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18913290 | 10 months ago | | | 0 | 0.00031408730 | |
| 16669109 | 2 years ago | | | 0 | 0.0015964758 | |
| 16003987 | 2 years ago | | | 0 | 0.00031675642 | |
| 16003977 | 2 years ago | | | 0 | 0.00028304869 | |
| 16003961 | 2 years ago | | | 0 | 0.00033349643 | |
| 16003871 | 2 years ago | | | 0 | 0.00029820928 | |
| 15752699 | 2 years ago | | | 0 | 0.00040487221 | |
| 15587952 | 2 years ago | | | 0 | 0.00026564500 | |
| 15504719 | 2 years ago | | | 0 | 0.0014767138 | |
| 15457709 | 2 years ago | | | 0 | 0.00037822881 |
ABI
ABI objects
Getter at block 21201391
MAX_TOKEN() view returns (uint256)
8888
basePrice() view returns (uint256)
30000000000000000
name() view returns (string)
HeavenlyAngels
owner() view returns (address)
0xd4d19c16a4e21f8101f9c391a89259615e9bb7ee
saleEnable() view returns (bool)
true
saleEnableDLC() view returns (bool)
true
symbol() view returns (string)
ANGEL
tokenIdCount() view returns (uint256)
920
totalSupply() view returns (uint256)
771
Read-only
CompletedMintForDLC(uint256 _mespid) view returns (bool)
CompletedMintForMESP(uint256 _mespid) view returns (bool)
DLCview(address _owner_) view returns (uint256[])
MESPview(address _owner_) view returns (uint256[])
TokenForDLCAvailable(address _holder) view returns (uint256)
TokenForMespAvailable(address _holder) view returns (uint256)
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)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _count) payable
mintForDLC(uint256 _count)
mintForMesp(uint256 _count)
mintReserve(address _to, uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 _basePrice)
setBaseURI(string baseURI)
setsaleEnable(bool _saleEnable)
setsaleEnableDLC(bool _saleEnableDLC)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.