EFCGenesis
Verified contract
Active on
Ethereum with 1,801 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 "EFCGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17689305 | a year ago | | | 0 | 0.0010387762 | |
| 17439813 | a year ago | | | 0 | 0.00087629983 | |
| 16946187 | 2 years ago | | | 0 | 0.0010955553 | |
| 16901692 | 2 years ago | | | 0 | 0.00061246009 | |
| 16881095 | 2 years ago | | | 0 | 0.00051007882 | |
| 16795983 | 2 years ago | | | 0 | 0.00088118490 | |
| 16739397 | 2 years ago | | | 0 | 0.00084742956 | |
| 16302143 | 2 years ago | | | 0 | 0.00070932987 | |
| 16222895 | 2 years ago | | | 0 | 0.00028130858 | |
| 16219320 | 2 years ago | | | 0 | 0.0018490719 |
ABI
ABI objects
Getter at block 21303001
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmU2j2ub5ecMwMEyMunSzxbD2qiqTwJbFztQLbF6akN588/
isPaused() view returns (bool)
false
isPublicMint() view returns (bool)
true
name() view returns (string)
EFCGenesis
owner() view returns (address)
0x73aa3b37fb1cc63f3120d7ddb1cb04fd12f86476
root() view returns (bytes32)
0x056b6a183ee63ff9b8a1a734ebec2773a74969095399a43961f6d439397c4d1e
symbol() view returns (string)
EFCG
totalSupply() view returns (uint256)
1000
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
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
togglePause()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof) 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()