smol studio
Verified contract
Active on
Ethereum with 1,352 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 "smol studio"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20172112 | 6 months ago | | | 0 | 0.00018315343 | |
| 19484026 | 9 months ago | | | 0 | 0.00085762197 | |
| 19347237 | 9 months ago | | | 0 | 0.0018035877 | |
| 19335945 | 9 months ago | | | 0 | 0.0018566497 | |
| 19228272 | 10 months ago | | | 0 | 0.00078917213 | |
| 19063623 | a year ago | | | 0 | 0.00057262813 | |
| 19063622 | a year ago | | | 0 | 0.00055612536 | |
| 18908517 | a year ago | | | 0 | 0.00060768557 | |
| 18751446 | a year ago | | | 0 | 0.00080636356 | |
| 18751434 | a year ago | | | 0 | 0.00073614799 |
ABI
ABI objects
Getter at block 21401525
contractURI() view returns (string)
https://api.smol.finance/studio/tings-erc1155
isOwner() view returns (bool)
false
name() view returns (string)
smol studio
owner() view returns (address)
0x604a4289ae4b20d256eff7be495eba4bcb750f66
symbol() view returns (string)
SmolStudio
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
maxSupply(uint256 _id) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMaxSupply(uint256) view returns (uint256)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
airdrop(uint256 _id, address[] _addresses)
burn(address _account, uint256 _id, uint256 _amount)
create(uint256 _maxSupply, uint256 _initialSupply, string _uri, bytes _data) returns (uint256 tokenId)
endMinting(uint256 _id)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
removeMinter(address account)
removeWhitelistAdmin(address account)
renounceMinter()
renounceOwnership()
renounceWhitelistAdmin()
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)
setBaseMetadataURI(string newURI)
setContractURI(string newURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.