InfamousSupplies
Verified contract
Active on
Ethereum with 642 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 "InfamousSupplies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20174614 | 6 months ago | | | 0 | 0.00011157251 | |
| 20074092 | 6 months ago | | | 0 | 0.00026896806 | |
| 19321990 | 9 months ago | | | 0 | 0.0020531364 | |
| 19248178 | 10 months ago | | | 0 | 0.00046560469 | |
| 19076277 | a year ago | | | 0 | 0.00027769887 | |
| 18965171 | a year ago | | | 0 | 0.00055567210 | |
| 18849943 | a year ago | | | 0 | 0.0010639566 | |
| 18843228 | a year ago | | | 0 | 0.0014707734 | |
| 18690135 | a year ago | | | 0 | 0.0015696204 | |
| 18654429 | a year ago | | | 0 | 0.00081313242 |
ABI
ABI objects
Getter at block 21383326
MAX_SUPPLY() view returns (uint256)
5555
_currentIndex() view returns (uint256)
5556
baseURI() view returns (string)
https://supplies.infamousltd.io/api/
getBaseURI() view returns (string)
https://supplies.infamousltd.io/api/
name() view returns (string)
InfamousSupplies
owner() view returns (address)
0xcecf12f47d2896c90f6e19b7376fa3b169fabd92
paused() view returns (bool)
false
symbol() view returns (string)
INSUP
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierById(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adjustTier(uint256 tokenId, uint256 tier)
approve(address to, uint256 tokenId)
distributeSupplies(address[] addresses, uint256[] quantities, uint256[] tiers)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()