ElectricFanCats
Verified contract
Active on
Ethereum with 666 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 "ElectricFanCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17017489 | 2 years ago | | | 0 | 0.00099140725 | |
| 15559264 | 2 years ago | | | 0 | 0.00017231263 | |
| 15241501 | 2 years ago | | | 0 | 0.00029295704 | |
| 15236704 | 2 years ago | | | 0 | 0.00063716190 | |
| 15236000 | 2 years ago | | | 0 | 0.00044061102 | |
| 15235583 | 2 years ago | | | 0 | 0.00043874245 | |
| 15232752 | 2 years ago | | | 0.004 | 0.0018247602 | |
| 15230586 | 2 years ago | | | 0.004 | 0.00062121738 | |
| 15230393 | 2 years ago | | | 0.004 | 0.00058432578 | |
| 15230369 | 2 years ago | | | 0.004 | 0.00045116400 |
ABI
ABI objects
Getter at block 21396532
baseURI() view returns (string)
ipfs://QmXNwqSESv8jmQoCFcuzDBkBbEHfxSe5VesCenB2njHiDD/
cost() view returns (uint256)
4000000000000000
maxSupply() view returns (uint32)
2000
name() view returns (string)
ElectricFanCats
owner() view returns (address)
0xbffd743bb61fed0cfaa0a0267b5a3be7a022f8d8
perTxMax() view returns (uint32)
3
symbol() view returns (string)
EFC
totalSupply() view returns (uint256)
1979
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)
burn(uint32 quantity)
publicMint(uint32 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(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()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()