0xFactory's Animathereum
Verified contract
Active on
Ethereum with 4,285 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 "0xFactory's Animathereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102388 | 8 days ago | | | 0 | 0.00010622202 | |
| 20855383 | a month ago | | | 0 | 0.00037417299 | |
| 20751704 | 2 months ago | | | 0 | 0.000072126776 | |
| 20656495 | 2 months ago | | | 0 | 0.000063970727 | |
| 20507133 | 3 months ago | | | 0 | 0.000067154859 | |
| 20312749 | 4 months ago | | | 0 | 0.0013124563 | |
| 20312746 | 4 months ago | | | 0 | 0.0013089325 | |
| 20255169 | 4 months ago | | | 0 | 0.00015056639 | |
| 20103025 | 5 months ago | | | 0 | 0.00016664449 | |
| 19614081 | 7 months ago | | | 0 | 0.0011318990 |
ABI
ABI objects
Getter at block 21159858
MAX_NFTS() view returns (uint256)
9999
XFCT_CONTRACT() view returns (address)
0xa50f74f04420443519ad4908ddb82c02accab9d1
name() view returns (string)
0xFactory's Animathereum
owner() view returns (address)
0xd3799b05bf81f05358fac9e09760ba35876002b8
paused() view returns (bool)
false
symbol() view returns (string)
Animations
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getXFCTBalance(address _owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
priceInXFCT(uint256 _count) pure returns (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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnAllXFCT()
mint(address _to, uint256 _count) payable
mintForXFCT(address _to, uint256 _count)
pause(bool val)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
withdrawXFCT()
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(address _to, uint256 _count)
This contract contains no fallback and receive objects.
This contract contains no error objects.