Pivotal Pins
Verified contract
Active on
Ethereum with 115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Pivotal Pins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15106202 | 2 years ago | | | 0 | 0.00063564245 | |
| 15100922 | 2 years ago | | | 0 | 0.0014290204 | |
| 15071845 | 2 years ago | | | 0 | 0.0029677135 | |
| 15071468 | 2 years ago | | | 0 | 0.0021169224 | |
| 15044261 | 2 years ago | | | 0 | 0.0046786218 | |
| 15044167 | 2 years ago | | | 0 | 0.0029740137 | |
| 15044143 | 2 years ago | | | 0 | 0.0034529209 | |
| 15044114 | 2 years ago | | | 0 | 0.0036167973 | |
| 15044076 | 2 years ago | | | 0 | 0.0032300118 | |
| 15044052 | 2 years ago | | | 0 | 0.0025061064 |
ABI
ABI objects
Getter at block 21203651
LICENSE_TEXT() view returns (string)
MAX_PINS() view returns (uint256)
10000
PIN_PROVENANCE() view returns (string)
baseURI() view returns (string)
https://pivotalpins.com/api/
maxPinPurchase() view returns (uint256)
20
name() view returns (string)
Pivotal Pins
owner() view returns (address)
0x95012c8a2e28e689e51a15aa83c3a82ab9bcf170
pinPrice() view returns (uint256)
30000000000000000
pinReserve() view returns (uint256)
86
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PINS
totalSupply() view returns (uint256)
90
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)
pinNames(uint256) view returns (string)
pinNamesOfOwner(address _owner) view returns (string[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewPinName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
changePinName(uint256 _tokenId, string _name)
flipSaleState()
lockLicense()
mintPivotalPin(uint256 numberOfTokens) payable
renounceOwnership()
reservePins(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
licenseisLocked(string _licenseText)
pinNameChange(address _by, uint256 _tokenId, string _name)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.