BeaNFT Genesis
Verified contract
Active on
Ethereum with 1,035 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 "BeaNFT Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265530 | 6 days ago | | | 0 | 0.0017679918 | |
| 21265448 | 6 days ago | | | 0 | 0.0011944335 | |
| 20982984 | a month ago | | | 0 | 0.00019602009 | |
| 20982974 | a month ago | | | 0 | 0.00019207105 | |
| 20073980 | 6 months ago | | | 0 | 0.00013965437 | |
| 20013629 | 6 months ago | | | 0 | 0.00072724880 | |
| 19103262 | 10 months ago | | | 0 | 0.00025673318 | |
| 19103098 | 10 months ago | | | 0 | 0.00030167495 | |
| 19103098 | 10 months ago | | | 0 | 0.00028271721 | |
| 18755728 | a year ago | | | 0 | 0.0010329122 |
ABI
ABI objects
Getter at block 21306737
getSigner() view returns (address)
0x9ec16541e9733c1e6098e6d97a7268bb0427df99
name() view returns (string)
BeaNFT Genesis
owner() view returns (address)
0x2d92a7ba42472001111c1a1614ef6a8737bdf278
signer() view returns (address)
0x9ec16541e9733c1e6098e6d97a7268bb0427df99
symbol() view returns (string)
BEANFT
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)
batchMint(address[] accounts, uint256[] tokenIds, string[] ipfsHashes, bytes[] signatures)
mint(address account, uint256 tokenId, string ipfsHash, bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSigner(address newSigner)
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)
SignerUpdated(address oldSigner, address newSigner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string tokenName, string symbol, address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.