CoreContract
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoreContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5681372 | 7 years ago | | | 0.83840194 | 0.0010587294 | |
| 5678330 | 7 years ago | | | 1.9461467 | 0.00096139000 | |
| 5568358 | 7 years ago | | | 0.1 | 0.000033381700 | |
| 5542705 | 7 years ago | | | 0.1628333 | 0.0015199400 | |
| 5526705 | 7 years ago | | | 0.15281569 | 0.00082465440 | |
| 5526536 | 7 years ago | | | 0.1 | 0.00099701250 | |
| 5526536 | 7 years ago | | | 0.1 | 0.0011601600 | |
| 5526534 | 7 years ago | | | 0.1 | 0.0011601600 | |
| 5526529 | 7 years ago | | | 0.1 | 0.00091636320 | |
| 5526527 | 7 years ago | | | 0.31 | 0.00084841920 |
ABI
ABI objects
Getter at block 21333363
blackListActive() view returns (bool)
false
blockLockActive() view returns (bool)
false
contractLock() view returns (bool)
false
layerCount() view returns (uint256)
4
manager() view returns (address)
0x46a643fdf20614e381892419ce01afb9c6819aaf
owner() view returns (address)
0x5656001cad7e8425d5362dc37cfb6233a0e31e3c
priceLocked() view returns (bool)
true
Read-only
getLayerFromId(uint256) view returns (address)
getLayerNameFromId(uint256) view returns (bytes32)
getToken(uint256 _tokenId, uint256 layerId) view returns (bytes32 tokenName, uint256 parentId, uint256 price, address _owner, uint256 nextPrice, uint256 nextPriceFees, address approved, bytes32 metadata)
referrers(address) view returns (address)
State-modifying
Events addLayer(address _layerAddr, uint256 layerId, bytes32 _name)
addToBlacklist(address _to)
approve(address _to, uint256 _tokenId, uint256 layerId)
deleteLayer(uint256 layerId)
payout(address _to)
purchase(uint256 _tokenId, uint256 layerId, address ref) payable
removeFromBlacklist(address _to)
setBlacklist(bool setting)
setBlockLock(bool setting)
setContractLock(bool setting)
setPrice(uint256 _tokenId, uint256 _price, uint256 layerId)
setPriceLocked(bool setting)
takeOwnership(uint256 _tokenId, uint256 layerId)
transfer(address _to, uint256 _tokenId, uint256 layerId)
transferFrom(address _from, uint256 _tokenId, uint256 layerId)
transferManager(address newManager)
transferOwnership(address newOwner)
withdrawFunds(address _to, uint256 amount)
ContractLockChanged(address admin, bool state)
ManagerTransferred(address indexed previousManager, address indexed newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.