InChainPepeGAN
Verified contract
Active on
Ethereum with 2,751 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "InChainPepeGAN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308120 | 5 hours ago | | | 0 | 0.00095173054 | |
| 21269452 | 6 days ago | | | 0 | 0.00038400461 | |
| 21268608 | 6 days ago | | | 0 | 0.00043995171 | |
| 21257969 | 7 days ago | | | 0 | 0.00055656811 | |
| 21228618 | 11 days ago | | | 0 | 0.00067773268 | |
| 21140529 | 24 days ago | | | 0 | 0.00056256279 | |
| 21122990 | a month ago | | | 0 | 0.00084424010 | |
| 21116075 | a month ago | | | 0 | 0.00022871547 | |
| 21116072 | a month ago | | | 0 | 0.00022817230 | |
| 21115930 | a month ago | | | 0 | 0.00042369048 |
ABI
ABI objects
Getter at block 21309528
DEV_MINTED() view returns (bool)
true
MAX_COLLECTION_SIZE() view returns (uint256)
999
MINT_PRICE() view returns (uint256)
6900000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
TEAM_RESERVED() view returns (uint256)
100
name() view returns (string)
InChainPepeGAN
owner() view returns (address)
0x4db9f44ef11ac71b67ecc1cb272f4ccafce0058c
symbol() view returns (string)
PepeGAN
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getAnimatedURI(string gif) pure returns (string svg)
getApproved(uint256 tokenId) view returns (address)
getGIF(struct GenerativeAdversarialNetworkSeeds seeds) view returns (string result)
getProperty(struct GenerativeAdversarialNetworkSeeds seeds) pure returns (string property)
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 operator, uint256 tokenId) payable
changeRandomSeeds(uint256 tokenId)
devMint()
mint() 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)
setWeights(int16[] weights_, uint256 index)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()