Smartbags
Verified contract
Active on
Ethereum with 908 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 "Smartbags"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21072004 | a month ago | | | 0 | 0.0021567380 | |
| 20985661 | 2 months ago | | | 0 | 0.0028767199 | |
| 20968817 | 2 months ago | | | 0 | 0.0018399247 | |
| 20847278 | 2 months ago | | | 0 | 0.0012435547 | |
| 20847274 | 2 months ago | | | 0 | 0.0012467133 | |
| 20847254 | 2 months ago | | | 0 | 0.0012530466 | |
| 20844317 | 2 months ago | | | 0 | 0.0032217801 | |
| 20822944 | 2 months ago | | | 0 | 0.0027006005 | |
| 19540700 | 8 months ago | | | 0 | 0.0057817307 | |
| 19540697 | 8 months ago | | | 0 | 0.0058505083 |
ABI
ABI objects
Getter at block 21326441
bagOpener() view returns (address)
0x0000000000000000000000000000000000000000
collectActive() view returns (bool)
true
contractURI() view returns (string)
locked() view returns (bool)
false
nftContract() view returns (address)
0xe4a89c50d52d46b56aa2ebd5683ef8dd06ffb256
owner() view returns (address)
0xa06eb738dda79dbc59f9ef9ad995514c2e391de2
payment() view returns (address token, uint96 unitPrice)
(token=0x64d91f12ece7362f91a6f8e7940cd55f05060b92, unitPrice=10000000000000000000)
renderer() view returns (address)
0xae7ac2dc3628ace55bc8c7d534e1e19f5f6db210
Read-only
contractToToken(address) view returns (uint256)
files(uint256) view returns (address)
isMinted(address contractAddress) view returns (bool)
openedBags(uint256) view returns (bool)
renderWithData(address contractAddress, string tokenNumber) view returns (string uri, string name, struct SmartbagsUtilsColor color, bool minted)
royaltyInfo(address, uint256) view returns (address receiver, uint256 basisPoint)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToContract(uint256) view returns (address)
tokenURI(address, uint256 tokenId) view returns (string)
State-modifying
Events allowOpening(address bagOpener_)
collect(address contractAddress)
collectBatch(address[] contractAddresses)
lock()
openBags(uint256[] tokenIds)
renounceOwnership()
saveFile(uint256 index, string fileContent)
setCollectActive(bool activateCollect)
setContractURI(string newURI)
setNFTContract(address newNFTContract)
setPayment(struct SmartbagsPayment newPayment)
setRenderer(address newRenderer)
transferOwnership(address newOwner)
withdraw(address token)
BagsOpened(address operator, uint256[] tokenIds)
NewContractURI(string contractURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address renderer_, string moduleURI, struct SmartbagsPayment payment_, bool activateCollect, address owner_)
This contract contains no fallback and receive objects.
AlreadyMinted()
AlreadyOpened()
ContractLocked()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
NoCanDo()
NotAuthorized()
NotMinted()
OnlyAsh()
OnlyContracts()
OutOfJpegs()
ShopIsClosed()
TooEarly()
WriteError()
WrongValue(uint256 expected, uint256 received)