CircleERC1155Token

Verified contract

Active on Ethereum with 176 txns
Deployed by via 0x8ded5c67 at 14858023
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CircleERC1155Token"

0x40ed27f69101c74b58689a65fc0ca1957c8c4117f33e433d184f8a3f1bf9287b
0x5c77360cdbc9c9a7fb5bdb90e9f12b160a7ac4d41de2d93967379fe45738878d
0xd0cef70d019a4ff9ac7e7fe414568cadb478bc129ced44b21d681c8243f08d12
0xe78b1ba60727ecc995f909ebf9fd043b8741a8c40ef358b88f9818f9538da093
0x581add73d7e26b34ea35329b09a77d58c3254363aedc23bc5dc8a20bed181b29
0x94dd6b00a4116942b03b4e785d9d12707c14e1936a2d68787f87caaf11f4a70f
0xa9ebf12eb2b4611c988bc31433b4f288879d7b044dfe9bd894ad58aaddfc3636
0x503c3a25ff1a3b9b87764452bda2ffc72c95965298092f4f1b0d9b0537dff8dd
0xee1f2e97b0522eb9cb345943d0d7dad8de94839c47667850e1fd34b34eb94111
0xf60ad617a08514f0fa959b54a6b62fbb2f8e5ac224ce661526167506a02ffb2d

Functions
Getter at block 20905005
_uri(view returns (string)
https://storage.pi-marketplace.io/ipfs/circle/uri2/
owner(view returns (address)
0x416760a2d78d5bdc6841851a0d48f2787bc23d61
paused(view returns (bool)
false
totalIDs(view returns (uint256)
2
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 _idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
burn(address owneruint256 iduint256 valuereturns (bool)
burnBatch(address owneruint256[] idsuint256[] valuesreturns (bool)
create(address _touint256 _initialSupplystring _Uribytes _datareturns (uint256)
mint(address touint256 iduint256 valuebytes datareturns (bool)
mintBatch(address touint256[] idsuint256[] valuesbytes datareturns (bool)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setAdmin(address _adminbool allowreturns (bool)
setApprovalForAll(address operatorbool approved
setURI(string newuri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(string uriaddress owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.