Invisible Foes
Verified contract
Active on
Ethereum with 2,655 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 "Invisible Foes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904433 | 2 months ago | | | 0 | 0.00015267550 | |
| 20228147 | 5 months ago | | | 0 | 0.00066850822 | |
| 20159102 | 5 months ago | | | 0 | 0.000071510209 | |
| 20159084 | 5 months ago | | | 0 | 0.000065407153 | |
| 20158781 | 5 months ago | | | 0 | 0.000081210527 | |
| 20158771 | 5 months ago | | | 0 | 0.000088844005 | |
| 20158671 | 5 months ago | | | 0 | 0.000074337737 | |
| 18606916 | a year ago | | | 0 | 0.00047091849 | |
| 18340740 | a year ago | | | 0 | 0.00030390353 | |
| 17590436 | a year ago | | | 0 | 0.00090930897 |
ABI
ABI objects
Getter at block 21259424
MAX_SUPPLY() view returns (uint256)
6666
PRICE() view returns (uint256)
36660000000000000
_baseTokenURI() view returns (string)
ipfs://QmTTEZH4ii5FBmyov2UfuZN1UqC5hHSaPXwPgFe8WwBaJH/
enablePaid() view returns (bool)
false
name() view returns (string)
Invisible Foes
next() view returns (uint256)
6666
owner() view returns (address)
0xc1c859e803b6bc588a995dff4c512e6711b26892
paused() view returns (bool)
false
symbol() view returns (string)
INVFOES
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
paidMint(bool _updateState)
pause(bool _updatePaused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
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.
This contract contains no error objects.