MarbleNFTFactory
Verified contract
Active on
Ethereum with 60,134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d96…04ff
0x30e0…8612
0x649e…f5e7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.00196 |
$0 | |
SAT | ERC-20 | 17 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10924753 | 4 years ago | | | 0 | 0.051000296 | |
| 10924750 | 4 years ago | | | 0 | 0.049363698 | |
| 10924551 | 4 years ago | | | 0 | 0.049361967 | |
| 10924389 | 4 years ago | | | 0 | 0.052642878 | |
| 10924389 | 4 years ago | | | 0 | 0.049356776 | |
| 10924385 | 4 years ago | | | 0 | 0.049344663 | |
| 10924039 | 4 years ago | | | 0 | 0.049346394 | |
| 10923922 | 4 years ago | | | 0 | 0.049356776 | |
| 10923922 | 4 years ago | | | 0 | 0.051000296 | |
| 10923919 | 4 years ago | | | 0 | 0.049344663 |
ABI
ABI objects
Getter at block 21258203
lastMintedNFTId() view returns (uint256)
60517
marbleDutchAuctionContract() view returns (address)
0x649eff2dc5d9c5c641260c8b9bede4770fccf5e7
marbleNFTCandidateContract() view returns (address)
0x30e0130141b3f113480a5941ca180ad8c5f98612
marbleNFTContract() view returns (address)
0x1d963688fe2209a98db35c67a041524822cf04ff
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)
isAdmin(address adminAddress) view returns (bool isIndeed)
supportsInterface(bytes4 _interfaceID) view returns (bool)
State-modifying
Events addAdmin(address adminAddress) returns (uint256 index)
burn(uint256 _tokenId)
claimOwnership()
mint(string _uri, string _metadataUri, string _candidateUri, uint256 _auctionStartingPrice, uint256 _auctionMinimalPrice, uint256 _auctionDuration)
pause() returns (bool)
removeAdmin(address adminAddress) returns (uint256 index)
setCandidateContract(address _address)
setLastMintedNFTId(uint256 _lastMintedNFTId)
setMarbleDutchAuctionContract(address _address)
setNFTContract(address _address)
transferOwnership(address _newOwner)
unpause() returns (bool)
MarbleNFTBurned(uint256 indexed _tokenId, address indexed _owner, address indexed _creator)
MarbleNFTCreated(address indexed _creator, uint256 indexed _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(uint256 _lastMintedNFTId)
This contract contains no fallback and receive objects.
This contract contains no error objects.