TheArabs
Verified contract
Active on
Ethereum with 7,965 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 "TheArabs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20371675 | 4 months ago | | | 0 | 0.00017976495 | |
| 18696432 | a year ago | | | 0 | 0.00064652428 | |
| 17354099 | a year ago | | | 0 | 0.0010059526 | |
| 17326042 | 2 years ago | | | 0 | 0.0014759944 | |
| 17166088 | 2 years ago | | | 0 | 0.0036125013 | |
| 16913222 | 2 years ago | | | 0 | 0.00088731254 | |
| 16911721 | 2 years ago | | | 0 | 0.00072218854 | |
| 16851247 | 2 years ago | | | 0 | 0.00087770695 | |
| 16823765 | 2 years ago | | | 0 | 0.00073310486 | |
| 16775512 | 2 years ago | | | 0 | 0.00094613976 |
ABI
ABI objects
Getter at block 21260700
cost() view returns (uint256)
3000000000000000
freeMaxMintAmount() view returns (uint256)
1
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
TheArabs
owner() view returns (address)
0x305a3a041026faa93db87975dd488a182b63dfe6
paused() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
Arabs
totalMaxMintAmount() view returns (uint256)
11
totalSupply() view returns (uint256)
5555
uriPrefix() view returns (string)
ipfs://QmdGkAdEYXREo3h2VFEH1EWV6t2Wb2PpTRSuT1Lfis9VqJ/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
ownerMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxMintAmount(uint256 _freeMaxMintAmount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPublicSale(bool _state)
setRevealed(bool _state)
setTotalMaxMintAmount(uint256 _amount)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()