TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8,083 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008962 | a month ago | | | 0 | 0.00050887529 | |
| 21008950 | a month ago | | | 0 | 0.00048332637 | |
| 21008946 | a month ago | | | 0 | 0.00050818851 | |
| 21008941 | a month ago | | | 0 | 0.00047101224 | |
| 21008938 | a month ago | | | 0 | 0.00051160906 | |
| 20968425 | 2 months ago | | | 0 | 0.00040801990 | |
| 20947231 | 2 months ago | | | 0 | 0.00047086653 | |
| 20705986 | 3 months ago | | | 0 | 0.000058412919 | |
| 20667913 | 3 months ago | | | 0 | 0.000058273527 | |
| 20659712 | 3 months ago | | | 0 | 0.000054720999 |
ABI
ABI objects
Getter at block 21309357
ETH() view returns (uint256)
0
GANG() view returns (uint256)
1
contractURI() view returns (string)
https://gutter-art-metadata.s3.us-east-2.amazonaws.com/collection.json
gangToken() view returns (address)
0x0000000000000000000000000000000000000000
isMigrationEnabled() view returns (bool)
false
owner() view returns (address)
0xa5f586b233e3ae93c8de1d64b3b01b5af5117c43
Read-only
allowedIds(uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
dutchAuctions(uint256) view returns (uint256 startPrice, uint256 endPrice, uint256 startDate, uint256 duration, uint256 currency)
ethPrices(uint256) view returns (uint256)
gangPrices(uint256) view returns (uint256)
getAuctionPrice(uint256 nftID) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
nonceUsed(string) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
userHasMinted(uint256, address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminMint(address receiver, uint256 nftID, uint256 quantity)
airdrop(address[] receivers, uint256[] quantities, uint256[] NFTIDs, bytes[] datas)
auctionMint(bytes signature, bytes32 hash, address to, uint256 nftID, uint256 quantity) payable
auctionMintGang(bytes signature, bytes32 hash, address to, uint256 nftID, uint256 quantity)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
deleteAuction(uint256 id)
initialize()
migrate(bytes signature, bytes32 hash, uint256 nftID, uint256 quantity, string nonce) payable
mint(bytes signature, bytes32 hash, address to, uint256 nftID, uint256 quantity) payable
mintWithGang(bytes signature, bytes32 hash, address to, uint256 nftID, uint256 quantity)
reclaimERC1155(address erc1155Token, uint256 id, uint256 amount)
reclaimERC20(address _tokenContract, uint256 _amount)
reclaimERC721(address erc721Token, uint256 id)
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)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setETHPrice(uint256 id, uint256 price)
setGangAddress(address _gangAddress)
setGangPrice(uint256 id, uint256 price)
setIDAllowed(uint256 id, bool allowed)
setIDRangeAllowed(uint256 start, uint256 end, bool allowed)
setMigrationEnabled(bool _enabled)
setMinter(address _newMinter)
setRegistry(address _registry)
setup(address _signerAddress, string baseURI, string contractUri)
setupAuction(uint256 id, uint256 startPrice, uint256 endPrice, uint256 startDate, uint256 duration, uint256 currency)
transferOwnership(address newOwner)
withdrawETH()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.