Gang Pass
Verified contract
Active on
Ethereum with 467 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Gang Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206977 | an hour ago | | | 0 | 0.00041697654 | |
| 21033421 | 24 days ago | | | 0 | 0.00026667194 | |
| 20890939 | a month ago | | | 0 | 0.00022891205 | |
| 20482442 | 3 months ago | | | 0 | 0.000091616471 | |
| 20346759 | 4 months ago | | | 0 | 0.00012373671 | |
| 20346325 | 4 months ago | | | 0 | 0.000099078039 | |
| 20346272 | 4 months ago | | | 0 | 0.000096511973 | |
| 20346180 | 4 months ago | | | 0 | 0.000082109115 | |
| 20153907 | 5 months ago | | | 0 | 0.00012709215 | |
| 20142789 | 5 months ago | | | 0 | 0.00022766744 |
ABI
ABI objects
Getter at block 21207312
name() view returns (string)
Gang Pass
owner() view returns (address)
0xb1a7559274bc1e92c355c7244255dc291afedb00
publicSaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
false
symbol() view returns (string)
GANG
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(address) view returns (bool)
maxSupplies(uint256) view returns (uint256)
mintedReservedTiers(uint256) view returns (uint256)
prices(uint256) view returns (uint256)
reservedTiers(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events giveAway(address to, uint256 tokenId)
mintToken(uint256 tokenId, bytes signature) payable
publicMint(uint256 tokenId) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupplies(uint256 t1, uint256 t2, uint256 t3)
setPrices(uint256 price_t1, uint256 price_t2, uint256 price_t3)
setProxyRegistryAddress(address _proxyRegistryAddress)
setPublicSaleState()
setSaleState()
setURI(string _newuri)
setWhitelistSigner(address _newWhitelistSigner)
setWithdrawalAddress(address _withdrawalAddress)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.