TOKYO PUNKS by SABET
Verified contract
Proxy
Active on
Ethereum with 10,848 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "TOKYO PUNKS by SABET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167100 | 5 days ago | | | 0 | 0.0018931085 | |
| 21165063 | 5 days ago | | | 0 | 0.00058148332 | |
| 21165054 | 5 days ago | | | 0 | 0.00066600567 | |
| 21146780 | 8 days ago | | | 0 | 0.00065009767 | |
| 21102853 | 14 days ago | | | 0 | 0.00033596162 | |
| 21012239 | a month ago | | | 0 | 0.00059433863 | |
| 20950092 | a month ago | | | 0 | 0.0014323686 | |
| 20841521 | 2 months ago | | | 0 | 0.00048466903 | |
| 20833368 | 2 months ago | | | 0 | 0.0011921447 | |
| 20759334 | 2 months ago | | | 0 | 0.000095020004 |
ABI
ABI objects
Getter at block 21203446
owner() view returns (address)
0x02eb75be1e72e988de64f0088d654d8ea1081e87
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
asyncSaleFeesRecipient() view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
blueprintIndex() view returns (uint256)
1
defaultBlueprintSecondarySalePercentage() view returns (uint32)
750
defaultPlatformPrimaryFeePercentage() view returns (uint32)
2000
defaultPlatformSecondarySalePercentage() view returns (uint32)
250
latestErc721TokenIndex() view returns (uint64)
4850
minterAddress() view returns (address)
0x60874f721a66a2b9018c7cacc46151708864f52d
name() view returns (string)
TOKYO PUNKS by SABET
platform() view returns (address)
0x8167e23f814891ac3341913a12d06a62dac0c6ef
symbol() view returns (string)
TOKYO-PUNKS
Read-only
supportsInterface(bytes4 id) view returns (bool)
balanceOf(address owner) view returns (uint256)
blueprints(uint256) view returns (bool tokenUriLocked, uint32 mintAmountArtist, uint32 mintAmountPlatform, uint64 capacity, uint64 erc721TokenIndex, uint64 maxPurchaseAmount, uint128 price, address artist, address ERC20Token, string baseTokenUri, bytes32 merkleroot, uint8 saleState)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint32[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getPrimaryFeeBps(uint256 id) view returns (uint32[])
getPrimaryFeeRecipients(uint256 id) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_initialize()
approve(address to, uint256 tokenId)
beginSale(uint256 blueprintID)
changeDefaultBlueprintSecondarySalePercentage(uint32 _basisPoints)
changeDefaultPlatformPrimaryFeePercentage(uint32 _basisPoints)
changeDefaultPlatformSecondarySalePercentage(uint32 _basisPoints)
grantRole(bytes32 role, address account)
initialize(string name_, string symbol_, address minter)
lockBlueprintTokenUri(uint256 blueprintID)
pauseSale(uint256 blueprintID)
preSaleMint(uint256 blueprintID, uint32 quantity)
prepareBlueprint(address _artist, uint64 _capacity, uint128 _price, address _erc20Token, string _blueprintMetaData, string _baseTokenUri, bytes32 _merkleroot, uint32 _mintAmountArtist, uint32 _mintAmountPlatform, uint32 _maxPurchaseAmount)
purchaseBlueprints(uint256 blueprintID, uint32 quantity, uint256 tokenAmount, bytes32[] proof) payable
purchaseBlueprintsTo(uint256 blueprintID, uint32 quantity, uint256 tokenAmount, bytes32[] proof, address nftRecipient) payable
renounceRole(bytes32 role, address account)
resetClaimedStatus(uint256 _blueprintID, address _minter)
revealBlueprintSeed(uint256 blueprintID, string randomSeed)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAsyncFeeRecipient(address _asyncSaleFeesRecipient)
setFeeRecipients(uint256 _blueprintID, address[] _primaryFeeRecipients, uint32[] _primaryFeeBPS, address[] _secondaryFeeRecipients, uint32[] _secondaryFeeBPS)
transferFrom(address from, address to, uint256 tokenId)
unpauseSale(uint256 blueprintID)
updateBlueprintArtist(uint256 _blueprintID, address _newArtist)
updateBlueprintCapacity(uint256 _blueprintID, uint64 _newCapacity, uint64 _newLatestErc721TokenIndex)
updateBlueprintSettings(uint256 _blueprintID, uint128 _price, uint32 _mintAmountArtist, uint32 _mintAmountPlatform, uint32 _newSaleState, uint64 _newMaxPurchaseAmount, bytes32 _merkleroot)
updateBlueprintTokenUri(uint256 blueprintID, string newBaseTokenUri)
updateMinterAddress(address newMinterAddress)
updatePlatformAddress(address _platform)
withdrawAllFailedCredits(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlueprintMinted(uint256 blueprintID, address artist, address purchaser, uint128 tokenId, uint64 newCapacity, bytes32 seedPrefix)
BlueprintPrepared(uint256 blueprintID, address artist, uint64 capacity, string blueprintMetaData, string baseTokenUri)
BlueprintSeed(uint256 blueprintID, string randomSeed)
BlueprintSettingsUpdated(uint256 blueprintID, uint128 price, uint32 newMintAmountArtist, uint32 newMintAmountPlatform, uint32 newSaleState, uint64 newMaxPurchaseAmount, bytes32 newMerkleRoot)
BlueprintTokenUriUpdated(uint256 blueprintID, string newBaseTokenUri)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SalePaused(uint256 blueprintID)
SaleStarted(uint256 blueprintID)
SaleUnpaused(uint256 blueprintID)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.