AngelGfNFT
Verified contract
Active on
Ethereum with 1,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.24)
Native
Value
$6.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,121.04 |
$6.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20368122 | 4 months ago | | | 0 | 0.00016913501 | |
| 15634673 | 2 years ago | | | 0.002 | 0.00057058000 | |
| 15634673 | 2 years ago | | | 0.002 | 0.00057058000 | |
| 15634673 | 2 years ago | | | 0.002 | 0.00057058000 | |
| 15633087 | 2 years ago | | | 0 | 0.00075411166 | |
| 15632139 | 2 years ago | | | 0 | 0.00038773061 | |
| 15631856 | 2 years ago | | | 0 | 0.00070240213 | |
| 15631437 | 2 years ago | | | 0 | 0.00059273230 | |
| 15629798 | 2 years ago | | | 0 | 0.00056823183 | |
| 15629524 | 2 years ago | | | 0 | 0.00073261237 |
ABI
ABI objects
Getter at block 21213420
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
4000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
AngelGfNFT
owner() view returns (address)
0x4dbf0d853f8f0ee58894bf1c612ce3397d8b875c
symbol() view returns (string)
AGN
totalSupply() view returns (uint256)
4000
uriPrefix() view returns (string)
ipfs://QmQFkLSQysj94s5GvTHPyzTxrawwtjgiiYS2TBLgrvw8CW/
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 PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()