The Sentient Machine
Verified contract
Active on
Ethereum with 1,000 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 "The Sentient Machine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910556 | a year ago | | | 0 | 0.00046871704 | |
| 18866756 | a year ago | | | 0 | 0.00053945302 | |
| 18296755 | a year ago | | | 0 | 0.00041548542 | |
| 18295706 | a year ago | | | 0 | 0.00025908418 | |
| 18295608 | a year ago | | | 0 | 0.00028290554 | |
| 17523816 | a year ago | | | 0 | 0.00077417202 | |
| 17442866 | a year ago | | | 0 | 0.00060973142 | |
| 17156476 | 2 years ago | | | 0 | 0.0017351915 | |
| 17082785 | 2 years ago | | | 0 | 0.0031818777 | |
| 17041565 | 2 years ago | | | 0 | 0.00063797156 |
ABI
ABI objects
Getter at block 21246607
admin() view returns (address)
0xa24c26823fdff630a0050ab8204da56ba67c4502
contractURI() pure returns (string)
https://sentientmachine.mypinata.cloud/ipfs/QmY7QHeRyZbiPEKcc1vE4kmsKkg8cFcvRDrUUyq4XNGEyR
name() view returns (string)
The Sentient Machine
nextCollectionId() view returns (uint256)
1
nextTokenId() view returns (uint256)
513
symbol() view returns (string)
TSM
totalSupply() view returns (uint256)
512
Read-only
balanceOf(address owner) view returns (uint256)
collectionIdToTokenIds(uint256, uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToCollectionId(uint256) view returns (uint256)
tokenIdToHashes(uint256, uint256) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
viewAllCollectionTokens(uint256 _collectionId) view returns (uint256[])
viewCollectionDetails(uint256 _collectionId) view returns (string name, uint256 tokenPriceInWei, uint256 invocations, uint256 maxInvocations, bool paused, bool locked)
viewCollectionScript(uint256 _collectionId) view returns (string)
State-modifying
Events addBaseURI(string _newBaseURI, uint256 _collectionId)
addCollection(string _name, uint256 _tokenPriceInWei, uint256 _maxInvocations)
addCollectionScript(uint256 _collectionId, string _script)
approve(address to, uint256 tokenId)
lockCollection(uint256 _collectionId)
pauseCollection(uint256 _collectionId)
purchase(uint256 _collectionId) payable returns (uint256 _tokenId)
purchaseTo(address _to, uint256 _collectionId) payable returns (uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed _to, uint256 indexed _tokenId, uint256 indexed _collectionId, uint256 _invocations, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.