FOURIMMORTALS
Verified contract
Active on
Ethereum with 12,136 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 "FOURIMMORTALS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102058 | 9 days ago | | | 0 | 0.00020707562 | |
| 21102055 | 9 days ago | | | 0 | 0.00019297063 | |
| 21102035 | 9 days ago | | | 0 | 0.00018366800 | |
| 20369023 | 4 months ago | | | 0 | 0.00011211218 | |
| 20369023 | 4 months ago | | | 0 | 0.00010377050 | |
| 19817541 | 6 months ago | | | 0 | 0.00038638044 | |
| 19800045 | 6 months ago | | | 0 | 0.00010385935 | |
| 18773462 | a year ago | | | 0 | 0.0021745917 | |
| 17222484 | 2 years ago | | | 0 | 0.0034461796 | |
| 16990316 | 2 years ago | | | 0 | 0.0014084071 |
ABI
ABI objects
Getter at block 21168425
contractURI() view returns (string)
https://d9jqdqklm9lx6.cloudfront.net/fourimmortals/
maxSupply() view returns (uint256)
10000
mintLimit() view returns (uint256)
0
name() view returns (string)
FOURIMMORTALS
notRevealedURI() view returns (string)
owner() view returns (address)
0x2cd681bfbf3519f9e8432d895fdc673c95dd1b08
paused() view returns (bool)
false
publicPrice() view returns (uint256)
3000000000000000
revealedURI() view returns (string)
https://d9jqdqklm9lx6.cloudfront.net/fourimmortals/
stepOne() view returns (uint256)
0
stepThree() view returns (uint256)
0
stepTwo() view returns (uint256)
0
symbol() view returns (string)
FI
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
checkPrice(uint256 _price, uint256 _count) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
doAirdrop(address[] dests, uint256[] values)
fimint(uint256 quantity) payable
mintToUser(uint256 quantity, address receiver)
renounceOwnership()
revealCollection()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setBaseUri(string _baseUri)
setContractURI(string _contractURI)
setMaxMint(uint256 _max)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setPublicPrice(uint256 _publicPrice)
smint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(string _name, string _symbol, string _revealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()