Infamous
Verified contract
Active on
Ethereum with 14,019 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 "Infamous"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105826 | a month ago | | | 0 | 0.000073298812 | |
| 21103576 | a month ago | | | 0 | 0.000097621962 | |
| 21025155 | a month ago | | | 0 | 0.00031097329 | |
| 21006849 | a month ago | | | 0 | 0.00031140479 | |
| 20948557 | 2 months ago | | | 0 | 0.00027007233 | |
| 20948556 | 2 months ago | | | 0 | 0.00026189553 | |
| 20948554 | 2 months ago | | | 0 | 0.00024682980 | |
| 20948552 | 2 months ago | | | 0 | 0.00023473785 | |
| 20948551 | 2 months ago | | | 0 | 0.00023503094 | |
| 20547211 | 3 months ago | | | 0 | 0.000044454445 |
ABI
ABI objects
Getter at block 21301642
BOOST_PRICE() view returns (uint256)
25000000000000000
MAX_SUPPLY() view returns (uint256)
5555
_currentIndex() view returns (uint256)
5556
allowlistRoot() view returns (bytes32)
0x73c64835f134d1a3c79ec0b022e412916ac3a2408ced704a46db5da7644bfe01
baseURI() view returns (string)
https://api.infamousltd.io/api/
getBaseURI() view returns (string)
https://api.infamousltd.io/api/
maxPerTxn() view returns (uint256)
2
mintPhase() view returns (uint256)
1
name() view returns (string)
Infamous
owner() view returns (address)
0xcecf12f47d2896c90f6e19b7376fa3b169fabd92
paused() view returns (bool)
false
presalePrice() view returns (uint256)
25000000000000000
price() view returns (uint256)
35000000000000000
recruitAllowance() view returns (uint256)
2
revealed() view returns (bool)
false
symbol() view returns (string)
INFM
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)
tokenBoosts(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adjustRecruitAllowance(uint256 _allowance)
adminMint(address[] to, uint256[] quantity)
approve(address to, uint256 tokenId)
changePhase(uint256 _phase)
promoteRecruit(uint256 tokenId, uint256 boost)
publicMint(uint256 quantity, uint256 boosts) payable
recruitMint(uint64 quantity, bytes32[] proof, uint256 boosts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistRoot(bytes32 root)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setRevealed(bool status)
stopRecruitment(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 _price)
withdraw()
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()