UAE NFT - From Desert To Mars | Kristel Bechara
Verified contract
Proxy
Active on
Ethereum with 1,022 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional
variables
Balances ($639.85)
Native
Value
$516.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.161423 | $3,198.95 |
$516.39 | |
WETH | ERC-20 | 0.03858 | $3,200.15 |
$123.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21056768 | 15 days ago | | | 0 | 0.00025823652 | |
| 20824396 | 2 months ago | | | 0 | 0.00095372550 | |
| 20808273 | 2 months ago | | | 0 | 0.00047717239 | |
| 20715714 | 2 months ago | | | 0 | 0.00036531161 | |
| 20715673 | 2 months ago | | | 0 | 0.00016300846 | |
| 20715670 | 2 months ago | | | 0 | 0.00016267762 | |
| 20711776 | 2 months ago | | | 0 | 0.00017080479 | |
| 20297599 | 4 months ago | | | 0 | 0.000058104875 | |
| 20061428 | 5 months ago | | | 0 | 0.00038373314 | |
| 19806608 | 6 months ago | | | 0 | 0.00023774862 |
ABI
ABI objects
Getter at block 21161552
getOwner() view returns (address)
0x62d6df500a243840c07df1c016c062d3ec9d5a22
name() view returns (string)
UAE NFT - From Desert To Mars | Kristel Bechara
owner() view returns (address)
0x62d6df500a243840c07df1c016c062d3ec9d5a22
paused() view returns (bool)
false
releaseTokenId() view returns (uint256)
2
releaseTokenSupply() pure returns (uint256)
1971
royaltyParams() view returns (address royaltyAddress, uint256 royaltyPercent)
(royaltyAddress=0x118ab18f9fb8e830c5cd88ec60276ce2bf4dace2, royaltyPercent=1000)
symbol() view returns (string)
UAENFT
totalReleased() view returns (uint256)
1363963299999000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice_) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId_) view returns (bool)
tokenInfo(uint256 tokenId_) view returns (uint256 tokenSupply, string tokenUri)
totalReleased(address token) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId_) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
initialize(string name_, string symbol_, address releaseMintTo_, uint256 releaseTokenId_, string releaseTokenUri_, string defaultUri_, address[] payees_, uint256[] shares_)
pause()
release(address account_)
release(address token_, address account_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
unpause()
updateReleaseTokenURI(string releaseTokenUri_)
updateRoyaltyParams(address royaltyAddress_, uint256 royaltyPercent_)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
ReleaseTokenUriUpdated(string tokenURI)
RoyaltyParamsUpdated(address account, uint256 percent)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.