Pythagorean Masks
Verified contract
Active on
Ethereum with 2,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
-
variable spans 14 additional slots
-
variable spans 14 additional slots
-
variable spans 14 additional slots
-
variable spans 14 additional slots
-
variable spans 14 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- | |
PythagoreanMasks | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047184 | a month ago | | | 0 | 0.00023412931 | |
| 21023417 | a month ago | | | 0 | 0.00048300182 | |
| 20637278 | 3 months ago | | | 0 | 0.000045266200 | |
| 20636572 | 3 months ago | | | 0 | 0.000076912587 | |
| 20582739 | 3 months ago | | | 0 | 0.000056795859 | |
| 20398156 | 4 months ago | | | 0 | 0.00010726076 | |
| 20229826 | 5 months ago | | | 0 | 0.00010591208 | |
| 20200306 | 5 months ago | | | 0 | 0.00011565615 | |
| 20191417 | 5 months ago | | | 0 | 0.00026604129 | |
| 20191335 | 5 months ago | | | 0 | 0.00044042610 |
ABI
ABI objects
Getter at block 21284044
MAX_SUPPLY() view returns (uint256)
8888
MINT_FEE() view returns (uint256)
36925814700000000
RESERVED_N_TOKENS_TO_MINT() view returns (uint256)
4005
RESERVED_OPEN_TOKENS_TO_MINT() view returns (uint256)
3003
RESERVED_PUNK_TOKENS_TO_MINT() view returns (uint256)
1001
RESERVED_TEAM_TOKENS_TO_MINT() view returns (uint256)
879
_finishInitialization() view returns (bool)
true
endMintingPeriodDateAndTime() view returns (uint256)
1632171600
n() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
name() view returns (string)
Pythagorean Masks
nextVestingPeriodDataAndTime() view returns (uint256)
1634079186
owner() view returns (address)
0xce64e392068ca1104c6081bec94be6e573e6f404
punk() view returns (address)
0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
randomizer() view returns (address)
0x498ed28c41eec6732a455158692760c7a3743ecb
symbol() view returns (string)
PythagoreanMasks
totalNHoldersMinted() view returns (uint256)
1062
totalOpenMinted() view returns (uint256)
3003
totalPunkHoldersMinted() view returns (uint256)
88
totalSupply() view returns (uint256)
5032
totalTeamMinted() view returns (uint256)
879
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEight(uint256 tokenId) view returns (uint256)
getFifth(uint256 tokenId) view returns (uint256)
getFirst(uint256 tokenId) view returns (uint256)
getFourth(uint256 tokenId) view returns (uint256)
getSecond(uint256 tokenId) view returns (uint256)
getSeventh(uint256 tokenId) view returns (uint256)
getSixth(uint256 tokenId) view returns (uint256)
getThird(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
nHoldersMintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
punkHoldersMintedByAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimVestedTeamTokens(uint256[] tokenIds)
finishInitialization(address newOwner)
mintToken(uint256 amountToMint) payable
mintTokenReservedForNHolders(uint256 amountToMint) payable
mintTokenReservedForPunkHolders(uint256 amountToMint) payable
mintTokenReservedForTeam(uint256 amountToMint)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setEightAssets(string[15] eight)
setFifthAssets(string[15] fifth)
setFirstAssets(string[15] first)
setFourthAssets(string[15] fourth)
setSecondAssets(string[15] second)
setSeventhAssets(string[15] seventh)
setSixthAssets(string[15] sixth)
setThirdAssets(string[15] third)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _endMintingPeriodDateAndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.