FOURIMMORTALS

Verified contract

Active on Ethereum with 12,136 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FOURIMMORTALS"

0x98200a6a13bd1f10fefa981d17a88520f5a98209543ee0b8191b3f8cebd8173a
0x20c46bd4327335ae0ad6248524c7dbc9b1a3c3d627ca7b36e8f5d29fc8904de5
0xd5804a571d797863976d72e690328944f0dfe8cd43178f91cea1e6bce37496ba
0xf09cb0c17132c2d634bf688c4ef588e01236643aeeb39590678fc44520a4c764
0x2ea0de7b395cd516d35b41dea360f27927f160a5284154e2da095112dfbb5fc4
0x208c09c2cbd3ecbbab6d18821861bf8340d21fe00d01cca7719e94ce9060e10d
0xdf37d53affaa0d3309f4f4de687d10139b1e4a13a2b496fd061468963ed7412d
0xf972a42499ce48c2d6f680bb532025b4d3a95d07a1119bcf2c585ed773858a44
0x61a7658d8a81b6c71ad548fa3633b69b98f823dc5f2abaffa3f89f761760a63c
0xf2e3ebea073ad40980b4422b9b33a2f0c9e74fb08b68ec0ccc86b5c634425211

Functions
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 ownerview returns (uint256)
checkPrice(uint256 _priceuint256 _countpure returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedWallets(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
doAirdrop(address[] destsuint256[] values
fimint(uint256 quantitypayable 
mintToUser(uint256 quantityaddress receiver
renounceOwnership(
revealCollection(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setBaseUri(string _baseUri
setContractURI(string _contractURI
setMaxMint(uint256 _max
setNotRevealedURI(string _notRevealedURI
setPaused(bool _state
setPublicPrice(uint256 _publicPrice
smint(uint256 quantitypayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _revealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(