apex Solids
Verified contract
Active on
Ethereum with 1,717 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 35 additional slots
Balances ($30,523.87)
Native
Value
$30,523.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.457756 | $3,608.98 |
$30,523.87 | |
EBK | ERC-20 | 8.457756 | -- | -- | |
CEN | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6812386 | 6 years ago | | | 0 | 0.00030826500 | |
| 6676470 | 6 years ago | | | 0 | 0.0022988000 | |
| 6675442 | 6 years ago | | | 0.014515028 | 0.0014144160 | |
| 6674486 | 6 years ago | | | 0.016271763 | 0.00087199800 | |
| 6673967 | 6 years ago | | | 0.014560358 | 0.0019300885 | |
| 6673000 | 6 years ago | | | 0.017026691 | 0.00069759840 | |
| 6672689 | 6 years ago | | | 0.014130438 | 0.0019480200 | |
| 6671674 | 6 years ago | | | 0.014431626 | 0.0022247585 | |
| 6670704 | 6 years ago | | | 0.015378509 | 0.0013079970 | |
| 6669915 | 6 years ago | | | 0.015851777 | 0.0010027977 |
ABI
ABI objects
Getter at block 21284085
NAME() view returns (string)
apex Solids
SYMBOL() view returns (string)
APXS
apexONEaddress() view returns (address)
0x8c14692589190d08e917e38bbee3ac10eaf0acb4
contractOwner() view returns (address)
0x1d72c933bc38344e4ecd33f0b6fc2f8f7a6b336f
currentDevFee() view returns (uint256)
0
exchangeContract() view returns (address)
0x8c14692589190d08e917e38bbee3ac10eaf0acb4
implementsERC721() pure returns (bool)
true
name() pure returns (string)
apex Solids
paused() view returns (bool)
false
symbol() pure returns (string)
APXS
totalSupply() view returns (uint256 total)
5
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getSolid(uint256 _tokenId) view returns (string solidName, uint256 price, address currentOwner, uint256 bagHolderFund, bool isBagFundAvailable)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
solidIndexToApproved(uint256) view returns (address)
solidIndexToOwner(uint256) view returns (address)
solids(uint256) view returns (string name, uint256 basePrice, uint256 highPrice, uint256 fallDuration, uint256 saleTime, uint256 bagHolderFund)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
collectBagHolderFund(uint256 _tokenId)
collectDevFees()
purchase(uint256 _tokenId, address _referredBy) payable
setExchangeAddresss(address _address)
setPaused(bool _paused)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 tokenId)
onTokenSold(uint256 indexed tokenId, uint256 price, address prevOwner, address newOwner, string name)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.