Capacitors
Verified contract
Active on
Ethereum with 5,348 txns
Balances ($0.00)
No balances found for "Capacitors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048265 | 15 days ago | | | 0 | 0.00022857961 | |
| 21048094 | 15 days ago | | | 0 | 0.00034770534 | |
| 21044508 | 16 days ago | | | 0 | 0.00044164241 | |
| 21036923 | 17 days ago | | | 0 | 0.00057076460 | |
| 21016506 | 20 days ago | | | 0 | 0.00023523866 | |
| 20979914 | 25 days ago | | | 0 | 0.00040009470 | |
| 20922854 | a month ago | | | 0 | 0.0011811785 | |
| 20902641 | a month ago | | | 0 | 0.00020861165 | |
| 20832010 | 2 months ago | | | 0 | 0.00091196411 | |
| 20808198 | 2 months ago | | | 0 | 0.00059250437 |
ABI
ABI objects
Getter at block 21158236
externalContract1() view returns (address)
0xa642375cc15249a81da9c435fb4edd8a9343ce7f
externalContract2() view returns (address)
0x8a144d184650e9836253ef0cea74f281ee8c23ab
owner() view returns (address)
0xc9b6321dc216d91e626e9baa61b06b0e4d55bdb1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
lockToken(uint256 tokenId)
migrateTokens(uint256 tokenId, uint256 amount)
mint(uint256 tokenId, uint256[] amounts, address[] dropAddresses)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setExternalContract1(address externalContract1_)
setExternalContract2(address externalContract2_)
setURI(string newuri)
toggleMigrationForToken(uint256 tokenId)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.