BASTARD GAN CRYPTOPUNKS
Verified contract
Active on
Ethereum with 261 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 "BASTARD GAN CRYPTOPUNKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278714 | 15 days ago | | | 0 | 0.00065717320 | |
| 21119550 | a month ago | | | 0 | 0.00042723772 | |
| 21060701 | a month ago | | | 0 | 0.00021106003 | |
| 21050306 | 2 months ago | | | 0 | 0.00078903437 | |
| 20942104 | 2 months ago | | | 0 | 0.00057213437 | |
| 20665476 | 3 months ago | | | 0 | 0.00035686016 | |
| 20665371 | 3 months ago | | | 0 | 0.00098117212 | |
| 20544833 | 4 months ago | | | 0 | 0.000021558286 | |
| 19456945 | 9 months ago | | | 0 | 0.0053395874 | |
| 19434842 | 9 months ago | | | 0 | 0.0065354012 |
ABI
ABI objects
Getter at block 21382894 contractURI() view returns (string)
contractURIPrefix() view returns (string)
https://api-mainnet.rarible.com/contractMetadata/
isOwner() view returns (bool)
false
name() view returns (string)
BASTARD GAN CRYPTOPUNKS
owner() view returns (address)
0xc5e08104c19dafd00fe40737490da9552db5bfe5
symbol() view returns (string)
BGANPUNK
tokenURIPrefix() view returns (string)
https://ipfs.daonomic.com
totalSupply() view returns (uint256)
74
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSigner(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toString(address _addr) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addSigner(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 tokenId, uint8 v, bytes32 r, bytes32 s, string tokenURI)
removeSigner(address account)
renounceOwnership()
renounceSigner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setContractURIPrefix(string contractURIPrefix)
setTokenURIPrefix(string tokenURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Create(address indexed creator, string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string contractURIPrefix, string tokenURIPrefix, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.