BeingsNFT
Verified contract
Active on
Ethereum with 1,207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.06)
Native
Value
$43.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012 | $3,588.62 |
$43.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17968098 | a year ago | | | 0 | 0.00060941560 | |
| 17346359 | 2 years ago | | | 0 | 0.0011407584 | |
| 16381155 | 2 years ago | | | 0 | 0.00039061145 | |
| 16307963 | 2 years ago | | | 0 | 0.00072867863 | |
| 16066297 | 2 years ago | | | 0 | 0.00028091005 | |
| 15749112 | 2 years ago | | | 0 | 0.00075758771 | |
| 15707170 | 2 years ago | | | 0 | 0.00055919243 | |
| 15447394 | 2 years ago | | | 0 | 0.00061829283 | |
| 15273164 | 2 years ago | | | 0 | 0.00016789898 | |
| 15242302 | 2 years ago | | | 0 | 0.00017218657 |
ABI
ABI objects
Getter at block 21290521
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
BeingsNFT
owner() view returns (address)
0x0560a4955b0b07e33c6a9d0385adae65569a7ab0
symbol() view returns (string)
BeingsNFT
totalSupply() view returns (uint256)
5555
unrevealedTokenURI() view returns (string)
ipfs://QmUk9fq4W6Y83AUaa19ptwafC7YYYFtZsb8wFGQmenGR5b
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 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()