SlimHoodsSpecials
Verified contract
Active on
Ethereum with 3,091 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 "SlimHoodsSpecials"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20966645 | a month ago | | | 0 | 0.00071288473 | |
| 20965988 | a month ago | | | 0 | 0.0010166520 | |
| 20727304 | 2 months ago | | | 0 | 0.00011154004 | |
| 20353971 | 4 months ago | | | 0 | 0.00010920160 | |
| 20311992 | 4 months ago | | | 0 | 0.00026109102 | |
| 20292064 | 4 months ago | | | 0 | 0.00013764088 | |
| 20109160 | 5 months ago | | | 0 | 0.00012558123 | |
| 19989883 | 6 months ago | | | 0 | 0.00065419309 | |
| 19783447 | 7 months ago | | | 0 | 0.00069290750 | |
| 19701312 | 7 months ago | | | 0 | 0.00031422199 |
ABI
ABI objects
Getter at block 21225326
contractURI() view returns (string)
https://slimhoods.com/api/contracts/SlimHoodsSpecials
owner() view returns (address)
0xd7e5e1c0cb9540669d8f22f71c9540460db23938
slimhoodsAddress() view returns (address)
0x2931b181ae9dc8f8109ec41c42480933f411ef94
Read-only
availableSpecialNumbers(uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
saleState(uint256 specialNumber) view returns (uint8)
specialHasBeenMinted(uint256 specialNumber, uint256 slimHoodId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
unmintedSlimHoodIds(uint256 specialNumber, address addr) view returns (uint256[])
uri(uint256) view returns (string)
State-modifying
Events addSpecialNumber(uint256 specialNumber)
mintSpecialForSlimHoods(uint256 specialNumber, uint256[] hoodIds)
removeSpecialNumber(uint256 specialNumber)
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)
setContractURI(string newuri)
setSaleState(uint256 specialNumber, uint8 _saleState)
setURI(string newuri)
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(address _slimhoodsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.