Dubai Camels
Verified contract
Active on
Ethereum with 1,318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103.03)
Native
Value
$103.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0264 | $3,902.54 |
$103.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18194209 | a year ago | | | 0.0066 | 0.00058670419 | |
| 18179833 | a year ago | | | 0.0066 | 0.0019537924 | |
| 17400560 | 2 years ago | | | 0 | 0.0012282686 | |
| 17400534 | 2 years ago | | | 0.0066 | 0.0018117184 | |
| 17400527 | 2 years ago | | | 0.0066 | 0.0027683650 | |
| 16750547 | 2 years ago | | | 0 | 0.00065180428 | |
| 15891478 | 2 years ago | | | 0 | 0.00087166453 | |
| 15799743 | 2 years ago | | | 0.0066 | 0.0022505855 | |
| 15799743 | 2 years ago | | | 0.0066 | 0.0022505855 | |
| 15799743 | 2 years ago | | | 0.0066 | 0.0022505855 |
ABI
ABI objects
Getter at block 21400439
baseURI() view returns (string)
ipfs://bafybeiatxlyr5qdalbj3k6aeqr3llg3a6qb36pzki6yes6bgkd2rcoca5e/
cost() view returns (uint256)
3300000000000000
freeMaxSupply() view returns (uint256)
2222
freeMint() view returns (uint256)
2
freeMintpaused() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
3333
name() view returns (string)
Dubai Camels
owner() view returns (address)
0xfca7815ae34e1264ecc6bbda6dbcdeaeb15737df
paused() view returns (bool)
true
symbol() view returns (string)
DUBC
totalSupply() view returns (uint256)
2738
Read-only
WalletMint(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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMintPaused(bool _state)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(string _tokenName, string _tokenSymbol, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()