MarbleNFTCandidate
Verified contract
Active on
Ethereum with 61,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001856 |
$0 | |
EBK | ERC-20 | 272.601 | -- | -- | |
SAT | ERC-20 | 41 | -- | -- | |
STT | ERC-20 | 2 | -- | -- | |
ROCK | ERC-721 | 1 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12006161 | 4 years ago | | | 0 | 0.0037976400 | |
| 10924727 | 4 years ago | | | 0.04 | 0.018760860 | |
| 10924691 | 4 years ago | | | 0.04 | 0.013305201 | |
| 10924508 | 4 years ago | | | 0.04 | 0.012787584 | |
| 10924318 | 4 years ago | | | 0.04 | 0.021266344 | |
| 10924309 | 4 years ago | | | 0.04 | 0.018378840 | |
| 10924146 | 4 years ago | | | 0.04 | 0.018570798 | |
| 10923997 | 4 years ago | | | 0.04 | 0.015376746 | |
| 10923642 | 4 years ago | | | 0.04 | 0.010794222 | |
| 10923142 | 4 years ago | | | 0.04 | 0.013991670 |
ABI
ABI objects
Getter at block 21258878
getCandidatesCount() view returns (uint256 count)
60017
minimalMintingPrice() view returns (uint256)
40000000000000000
owner() view returns (address)
0x9f84440756629b42c57e75033c7b5b77d7679371
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
adminList(uint256) view returns (address)
adminsMap(address) view returns (uint256)
getCandidate(string _uri) view returns (uint256 index, address owner, uint256 mintingPrice, string uri, uint256 created)
getUriHash(string _uri) view returns (uint256 hash)
isAdmin(address adminAddress) view returns (bool isIndeed)
isCandidate(string _uri) view returns (bool isIndeed)
supportsInterface(bytes4 _interfaceID) view returns (bool)
uriHashIndex(uint256) view returns (uint256)
uriHashToCandidates(uint256) view returns (uint256 index, address owner, uint256 mintingPrice, string uri, uint256 created)
State-modifying
Events addAdmin(address adminAddress) returns (uint256 index)
claimOwnership()
createCandidate(string _uri) payable returns (uint256 index)
pause() returns (bool)
removeAdmin(address adminAddress) returns (uint256 index)
removeCandidate(string _uri)
setMinimalPrice(uint256 _minimalMintingPrice)
transferOwnership(address _newOwner)
unpause() returns (bool)
withdrawBalance()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
Withdraw(uint256 balance)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.