NFT Scoring
Verified contract
Active on
Ethereum with 746 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($225.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 225 | $1.00 |
$225 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20386785 | 4 months ago | | | 0 | 0.000061148768 | |
| 20145039 | 5 months ago | | | 0 | 0.00012133761 | |
| 20127330 | 5 months ago | | | 0 | 0.00057759422 | |
| 20126177 | 5 months ago | | | 0 | 0.00044590017 | |
| 19865136 | 7 months ago | | | 0 | 0.00019507729 | |
| 19595469 | 8 months ago | | | 0 | 0.00062127415 | |
| 19396569 | 9 months ago | | | 0 | 0.0021562466 | |
| 18599261 | a year ago | | | 0 | 0.00088102233 | |
| 18070819 | a year ago | | | 0 | 0.0016776455 | |
| 17782357 | a year ago | | | 0 | 0.00046818982 |
ABI
ABI objects
Getter at block 21317746
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdRcny7zU6K3uNw5snuGbVKUePgQqRRVwCQMLGcj8vF3n
getInvestorsCount() view returns (uint256)
28
investBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeLQ9eekcp3SrdE4xbpjEBEMrxyy8sfn6mcpaQi92xW1k/
listingPrice() view returns (uint256)
50000000000000000
maxInvestSupply() view returns (uint256)
100
maxSupply() view returns (uint256)
1000
name() view returns (string)
NFT Scoring
numAdSlots() view returns (uint256)
0
owner() view returns (address)
0xb92484327fa91593bcad2072ba37e18b7db58178
paused() view returns (bool)
false
premiumBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeTEMMDFviMH4jvfGp1oVvgfDdb4eiG4WatUZWfPzFC1g/
price() view returns (uint256)
250000000000000000
saleOpen() view returns (bool)
false
symbol() view returns (string)
SCO
totalReleased() view returns (uint256)
45066495500000000000
totalShares() view returns (uint256)
670
totalSupply() view returns (uint256)
148
Read-only
Whitelist(address) view returns (uint256)
advertisementOn(uint256 time_identifier, uint256 slot) view returns (uint256)
advertising(uint256, uint256) view returns (uint256)
advertisingPrice(uint256) view returns (uint256)
amountDueToToken(uint256 tokenId) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listing(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
released(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buyAdvertisement(uint256 time_identifier, uint256 slot, uint256 project_identifier, uint256 duration) payable
buyListing(uint256 projectIdentifier) payable
mint(uint256 amount) payable
pause()
release(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdvertisingPrice(uint256[] newPrice)
setApprovalForAll(address operator, bool approved)
setContractURI(string newBaseURI)
setInvestBaseURI(string newBaseURI)
setListingPrice(uint256 newPrice)
setPremiumBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistAddresses(address[] addresses, uint256 amount)
Advertisement(uint256 projectIdentifier, uint256 time, uint256 slot)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Listing(uint256 projectIdentifier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.