OpenStarter Primate Evolution
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "OpenStarter Primate Evolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17319071 | 2 years ago | | | 0 | 0.0019132780 | |
| 16360405 | 2 years ago | | | 0 | 0.00069424500 | |
| 16180287 | 2 years ago | | | 0 | 0.00064796200 | |
| 16076712 | 2 years ago | | | 0 | 0.00083158200 | |
| 15700575 | 2 years ago | | | 0 | 0.00026356619 | |
| 15659264 | 2 years ago | | | 0 | 0.00037967246 | |
| 14690774 | 3 years ago | | | 0 | 0.0031616099 | |
| 14613981 | 3 years ago | | | 0 | 0.0011570750 | |
| 14577149 | 3 years ago | | | 0 | 0.0017124710 | |
| 14577149 | 3 years ago | | | 0 | 0.0017124710 |
ABI
ABI objects
Getter at block 21332981
baseUri() view returns (string)
ipfs://bafybeigmvlpq7o47hxf2drcbqieg5pj7qsp4m5t5gggav3irphmwtibyse/
collection() view returns (string)
OpenStarter Primate Evolution
creator() view returns (address)
0xf7e925818a20e5573ee0f3ba7abc963e17f2c476
description() view returns (string)
Primate Evolution is a collection of 100 swagged out and unique NFTs that represents early adopters of OpenStarter. Own a primate to validate that you are a real degen and earn entitlements to future benefits.
discord() view returns (bytes32)
0x696e766974652f4d514e72427a75736437000000000000000000000000000000
getNextTokenId() view returns (uint256)
21
isExplicit() view returns (bool)
false
logo() view returns (string)
ipfs://bafybeidgyr5bevtpklx7eyxnig6lkzlgfwjur75otkhbvav5yaa6v5cywu
logoUrl() view returns (string)
ipfs://bafybeidgyr5bevtpklx7eyxnig6lkzlgfwjur75otkhbvav5yaa6v5cywu
maxQuantityMinted() view returns (uint256)
100
medium() view returns (bytes32)
0x756e646566696e65640000000000000000000000000000000000000000000000
name() view returns (string)
OpenStarter Primate Evolution
nextOwnerToExplicitlySet() view returns (uint256)
0
nftFactory() view returns (address)
0x3e0b3bafc0325137e6479488206de335f2f584c5
owner() view returns (address)
0xf7e925818a20e5573ee0f3ba7abc963e17f2c476
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
royalty() view returns (uint256)
100
royaltyReceiver() view returns (address)
0xf7e925818a20e5573ee0f3ba7abc963e17f2c476
saleFactory() view returns (address)
0x101f60a669b3c654dcab5f695960a46efe6ef1cd
symbol() view returns (string)
OPE
telegram() view returns (bytes32)
0x626f726564737461727465720000000000000000000000000000000000000000
totalSupply() view returns (uint256)
21
twitter() view returns (bytes32)
0x426f726564537461727465720000000000000000000000000000000000000000
unlockable() view returns (string)
0x0
utility() view returns (string)
website() view returns (bytes32)
0x68747470733a2f2f6f70656e737461727465722e636f6d000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApproved(uint256 _tokenId, address _operator) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
levels(uint256) view returns (string sName, uint256 uMin, uint256 uMax, uint256 uType)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address _receiver, uint256 _royaltyAmount)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claimOwnership()
mint(address _to) returns (uint256)
removeMinter(address _minter)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddressInfo(address _creator, address _nftFactory, address _saleFactory, address _owner)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string _baseUrl)
setLevelInfo(uint256 _level, string _name, uint256 _min, uint256 _max, uint256 _type)
setMinter(address _newMinter)
setPreviewInfo(string _logo, string _collection, string _description, string _utility, uint256 _royalty, address _royaltyReceiver)
setSocialInfo(bytes32 _website, bytes32 _discord, bytes32 _twitter, bytes32 _medium, bytes32 _telegram, string _logoUrl, string _unlockable, bool _isExplicit)
setTokenRoyaltyRecipient(uint256 _tokenId, address _recipient)
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)
LogOwnerShipTransferInitiated(address indexed previousOwner, address indexed newOwner)
LogOwnerShipTransferred(address indexed previousOwner, address indexed newOwner)
Minted(uint256 tokenId, address beneficiary, address minter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _maxQuantityMinted)
This contract contains no fallback and receive objects.
This contract contains no error objects.