GANGSTER ALLSTAR
Verified contract
Active on
Ethereum with 1,086 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 "GANGSTER ALLSTAR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19512685 | 8 months ago | | | 0 | 0.0016803836 | |
| 15818087 | 2 years ago | | | 0 | 0.00067499893 | |
| 15494233 | 2 years ago | | | 0 | 0.00030722554 | |
| 15444353 | 2 years ago | | | 0 | 0.00082942650 | |
| 15420402 | 2 years ago | | | 0 | 0.00046106690 | |
| 15419728 | 2 years ago | | | 0 | 0.00024854345 | |
| 15415477 | 2 years ago | | | 0 | 0.00041145650 | |
| 15415395 | 2 years ago | | | 0 | 0.00051685636 | |
| 15415337 | 2 years ago | | | 0 | 0.00053651707 | |
| 15415197 | 2 years ago | | | 0 | 0.00041348128 |
ABI
ABI objects
Getter at block 21169113
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
7777
name() view returns (string)
GANGSTER ALLSTAR
owner() view returns (address)
0xf7596a2ed74643e511fa2106ffabbb71c05bc7b6
symbol() view returns (string)
GA
totalSupply() view returns (uint256)
7773
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint(uint256 signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start(bool paused)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()