EtherBrands
Verified contract
Active on
Ethereum with 428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,383.28 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5150347 | 7 years ago | | | 0.001 | 0.000048675900 | |
| 5150347 | 7 years ago | | | 0.53704753 | 0.00092947790 | |
| 5150347 | 7 years ago | | | 0.42963802 | 0.0010198760 | |
| 5150347 | 7 years ago | | | 0.34371042 | 0.00048907690 | |
| 5150347 | 7 years ago | | | 0.34371042 | 0.00058179290 | |
| 5150347 | 7 years ago | | | 0.21997467 | 0.00011821290 | |
| 5150347 | 7 years ago | | | 0.038443359 | 0.000048675900 | |
| 5149217 | 7 years ago | | | 0.090101624 | 0.0020861100 | |
| 5146887 | 7 years ago | | | 1 | 0.0023179000 | |
| 5146675 | 7 years ago | | | 1 | 0.00062521800 |
ABI
ABI objects
Getter at block 21262629 getBrands() view returns (uint256[], bytes32[], address[], uint256[])
NAME() view returns (string)
EtherBrands
SYMBOL() view returns (string)
EtherBrand
ceoAddress() view returns (address)
0x548910a296fe242d3ad054e65b6652f708b9de24
cfoAddress() view returns (address)
0x548910a296fe242d3ad054e65b6652f708b9de24
cooAddress() view returns (address)
0x548910a296fe242d3ad054e65b6652f708b9de24
gameOpen() view returns (bool)
true
implementsERC721() pure returns (bool)
true
name() pure returns (string)
EtherBrands
symbol() pure returns (string)
EtherBrand
totalSupply() view returns (uint256 total)
19
Read-only
balanceOf(address _owner) view returns (uint256 balance)
extra(uint256) view returns (address)
getBrand(uint256 _brand_id) view returns (uint256 id, bytes32 brand_name, address owner, uint256 price, uint256 last_price)
lastBuyer(uint256) view returns (address)
ownerOf(uint256 _brand_id) view returns (address owner)
priceOf(uint256 _brand_id) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _brand_id)
createBrand(bytes32 _name, uint256 _price)
createPromoBrand(bytes32 _name, address _owner, uint256 _price, uint256 _last_price)
openGame()
payout()
purchase(uint256 _brand_id) payable
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setExtra(uint256 _id, address _newExtra)
setLast(uint256 _id, address _newExtra)
setTop(uint256 _id, address _newExtra, uint256 _price)
takeOwnership(uint256 _brand_id)
transfer(address _to, uint256 _brand_id)
transferFrom(address _from, address _to, uint256 _brand_id)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, bytes32 name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, bytes32 name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.