Primate Social Society
Verified contract
Active on
Ethereum with 6,275 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Primate Social Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088785 | 22 days ago | | | 0 | 0.00033091075 | |
| 21035769 | a month ago | | | 0 | 0.00026590300 | |
| 21000094 | a month ago | | | 0 | 0.00097850307 | |
| 20984347 | a month ago | | | 0 | 0.0010249118 | |
| 20984345 | a month ago | | | 0 | 0.0010461719 | |
| 20855175 | 2 months ago | | | 0 | 0.00034909352 | |
| 20758858 | 2 months ago | | | 0 | 0.00014727543 | |
| 20700637 | 3 months ago | | | 0 | 0.00010928298 | |
| 20670651 | 3 months ago | | | 0 | 0.00045474872 | |
| 20636938 | 3 months ago | | | 0 | 0.00010141313 |
ABI
ABI objects
Getter at block 21248968
MAX_PRESALE_PRIMATE_PURCHASE() view returns (uint256)
10
MAX_PRIMATES() view returns (uint256)
10000
MAX_PRIMATE_PURCHASE() view returns (uint256)
20
PRIMATE_RESERVE() view returns (uint256)
0
PURCHASEABLE_PRESALES() view returns (uint256)
0
baseURI() view returns (string)
https://tbziw4f7f4.execute-api.us-west-2.amazonaws.com/dev/tokens/
maxAvailableForSell() view returns (uint256)
0
name() view returns (string)
Primate Social Society
owner() view returns (address)
0x6ab6b9c8ed19a464722198e8f4ef113e10c298b8
preSaleBuyInPrice() view returns (uint256)
50000000000000000
preSaleIsActive() view returns (bool)
true
price() view returns (uint256)
60000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PSS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
buyIntoPreSale() payable
flipPreSaleState()
flipSaleState()
mintPreSalePrimates(uint256 numberOfTokens) payable
mintPrimates(uint256 numberOfTokens) payable
removeWhitelistAddresses(address[] addresses)
renounceOwnership()
reservePrimates(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPreSaleBuyInPrice(uint256 _price)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] addresses)
withdraw()
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(string _initialBaseURI, address _openSeaProxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.