AngelBlock NFTs
Verified contract
Active on
Ethereum with 1,648 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 "AngelBlock NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110278 | 10 days ago | | | 0 | 0.00032947698 | |
| 21103769 | 11 days ago | | | 0 | 0.00011444966 | |
| 21103111 | 11 days ago | | | 0 | 0.00017846259 | |
| 21046044 | 19 days ago | | | 0 | 0.00054835067 | |
| 20943721 | a month ago | | | 0 | 0.00058808030 | |
| 20943717 | a month ago | | | 0 | 0.00057832695 | |
| 20883066 | a month ago | | | 0 | 0.00022178785 | |
| 20776167 | 2 months ago | | | 0 | 0.00030008779 | |
| 20668498 | 2 months ago | | | 0 | 0.000033171036 | |
| 20622933 | 3 months ago | | | 0 | 0.00059449304 |
ABI
ABI objects
Getter at block 21182999
TRANSFER_FEE() view returns (uint256)
420
blindURI() view returns (string)
ipfs://QmRNcU5V2fDVdbccA5MQhT8SYWt9UQwvRJpu85GRujiZm4
minterAddress() view returns (address)
0x9a395013afe7624e32b82e7f5035fad3be77646c
name() view returns (string)
AngelBlock NFTs
owner() view returns (address)
0x7e4f70ee70445392e980341f5637555a698c1fbd
state() view returns (uint8)
1
symbol() view returns (string)
AB
toVest() view returns (uint256)
0
totalSupply() view returns (uint256)
2407
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)
royaltyInfo(uint256, uint256 value) view returns (address, 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)
uris(uint256) view returns (uint256 range, string uri)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] _nftIds, address _owner)
renounceOwnership()
reveal(uint256 _range, string _revealedURI, uint256 _toVest)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBlindURI(string _blindURI)
setConfigured()
setMinterAddress(address _minterAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vestedClaim(uint256[] _nftIds, address _vesting)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Configured(bytes arg0)
Initialised(bytes arg0)
Minted(uint256[] nftIds, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revealed(struct AbNFTRangedURI uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Vested(address owner, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
BlindURINotSet()
InvalidState(uint8 current, uint8 expected)
MinterAddressNotSet()
NftAlreadyMinted(uint256 tokenId)
NftDoesNotExist(uint256 tokenId)
NotMinter(address senderAddress)
TooLowRange(uint256 range, uint256 existing)
VestNotPossible(uint256 amount, uint256 available)