ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 468 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 48 additional slots
0xb1c2…07ab
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18217370 | a year ago | | | 0 | 0.00075391294 | |
| 18217370 | a year ago | | | 0 | 0.00075273333 | |
| 18217370 | a year ago | | | 0 | 0.00075458700 | |
| 18217370 | a year ago | | | 0 | 0.00067812282 | |
| 18217370 | a year ago | | | 0 | 0.00067930244 | |
| 18217370 | a year ago | | | 0 | 0.00067896540 | |
| 18217370 | a year ago | | | 0 | 0.00071374994 | |
| 18217370 | a year ago | | | 0 | 0.00075357591 | |
| 15745576 | 2 years ago | | | 0 | 0.00095304889 | |
| 15745576 | 2 years ago | | | 0 | 0.00095304889 |
ABI
ABI objects
Getter at block 21284129 proxiableUUID() view returns (bytes32)
getTreasury() view returns (address)
0xb1c219e23ab9fb406eb1252af7339a304e4407ab
nextId() view returns (uint256)
15
owner() view returns (address)
0xaffed4f375d686e8d38ffda8009c5d8c126f00a6
paused() view returns (bool)
false
Read-only
availableTokens(uint256 buyNowId) view returns (uint64)
buyNowInfos(uint256) view returns (uint64 startTime, uint64 endTime, uint64 edition, uint64 purchaseLimit, uint256 price, address project, string baseURI)
buyerRecords(address, uint256) view returns (uint256)
isSigner(address account) view returns (bool)
projectTokenIdToEditionInfo(address, uint256) view returns (uint256 buyNowId, uint64 printEdition)
saleCounts(uint256) view returns (uint64)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address project, uint256 tokenId) view returns (string)
State-modifying
Events addSigner(address account)
adminCancelBuyNow(uint256 _buyNowId, string reason)
buyNow(uint256 _buyNowId, uint8 v, bytes32 r, bytes32 s) payable
createBuyNow(struct AdminBuyNowManagerBuyNowInfo info)
initialize(address treasuryAddress)
mintTo(uint256 _buyNowId, address to, bool recordNumber)
pause()
removeSigner(address account)
renounceOwnership()
renounceSigner()
setTreasury(address treasuryAddress)
transferOwnership(address newOwner)
unpause()
updateBuyNow(uint256 _buyNowId, struct AdminBuyNowManagerBuyNowInfo newInfo)
updateBuyNowBaseURI(uint256 _buyNowId, string _baseURI)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTokens(address _tokenAddr, address _to, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminCancelBuyNow(uint256 indexed buyNowId, string reason)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Bought(uint256 indexed buyNowId, address indexed buyer, address project, uint256 tokenId, uint64 printEdition)
BuyNowBaseURIUpdated(uint256 indexed buyNowId, string baseURI)
BuyNowCreated(uint256 indexed buyNowId, struct AdminBuyNowManagerBuyNowInfo info)
BuyNowUpdated(uint256 indexed buyNowId, struct AdminBuyNowManagerBuyNowInfo info)
ETHSentToTreasury(address indexed reciver, uint256 amount)
LogMintTo(uint256 indexed buyNowId, address indexed buyer, address project, uint256 tokenId, uint64 printEdition, bool recordNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
TreasurySet(address treasury)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.