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 "STARFIRE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903823 | a year ago | | | 0 | 0.00056871475 | |
| 17510903 | a year ago | | | 0 | 0.00066000546 | |
| 17510869 | a year ago | | | 0 | 0.00067046225 | |
| 17510866 | a year ago | | | 0 | 0.00043401743 | |
| 17510855 | a year ago | | | 0 | 0.00065962755 | |
| 17510837 | a year ago | | | 0 | 0.00069183420 | |
| 17510832 | a year ago | | | 0 | 0.00064801716 | |
| 17510830 | a year ago | | | 0 | 0.00064210828 | |
| 17510830 | a year ago | | | 0 | 0.00064210828 | |
| 17510830 | a year ago | | | 0 | 0.00064210828 |
ABI
ABI objects
Getter at block 21324989
maxSupply() view returns (uint256)
799
name() view returns (string)
STARFIRE
owner() view returns (address)
0x358ef116fc365ada4c21c1fe34a993dcfa9c3146
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
STARFIRE
totalSupply() view returns (uint256)
799
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) payable
commuMint(uint16 _mintAmount, address _addr)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()