BeyondHumanity
Verified contract
Active on
Ethereum with 4,308 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 "BeyondHumanity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239033 | 3 days ago | | | 0 | 0.00066867585 | |
| 20488510 | 4 months ago | | | 0 | 0.000031871005 | |
| 20445412 | 4 months ago | | | 0 | 0.00012192072 | |
| 20445375 | 4 months ago | | | 0 | 0.000062113575 | |
| 20445367 | 4 months ago | | | 0 | 0.00011506399 | |
| 20203473 | 5 months ago | | | 0 | 0.000067477339 | |
| 20186046 | 5 months ago | | | 0 | 0.00025816428 | |
| 20169313 | 5 months ago | | | 0 | 0.00060730262 | |
| 19958057 | 6 months ago | | | 0 | 0.00058918131 | |
| 19664397 | 7 months ago | | | 0 | 0.00017669166 |
ABI
ABI objects
Getter at block 21263934
MAX_PURCHASE() view returns (uint256)
20
_price() view returns (uint256)
40000000000000000
_saleIsActive() view returns (bool)
true
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmb6asmVqtSFvcouNnPVAUuwhspAxwtbur1cauCcjrSwm6/
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
4444
name() view returns (string)
BeyondHumanity
owner() view returns (address)
0x04e197b3f94c607154265a3adeeefbe18057815d
symbol() view returns (string)
BH
totalSupply() view returns (uint256)
4444
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipReveal()
mintNFT(uint256 mintCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStart()
saleStop()
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
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 initialBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.