GunPreOrder
Verified contract
Active on
Ethereum with 608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d6e…37c0
0xfac5…7922
0x6524…35d4
0xedb4…36a0
0x0ed6…5ba5
Balances ($50.08)
Native
Value
$50.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.019925 | $2,513.47 |
$50.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20507136 | 3 months ago | | | 0.007120672 | 0.00027251565 | |
| 19650642 | 7 months ago | | | 0.012500974 | 0.0042730870 | |
| 19300710 | 8 months ago | | | 0.006572591 | 0.0073894015 | |
| 19071707 | 9 months ago | | | 0.017209713 | 0.0043482596 | |
| 19070882 | 9 months ago | | | 0.016923013 | 0.0014688346 | |
| 19070834 | 9 months ago | | | 0.016923013 | 0.0015732674 | |
| 19068133 | 9 months ago | | | 0.016299225 | 0.00073298349 | |
| 19068119 | 9 months ago | | | 0.0080998262 | 0.00033925597 | |
| 18998726 | 10 months ago | | | 0.014799031 | 0.0061207100 | |
| 18951514 | 10 months ago | | | 0.0084003324 | 0.0052426963 |
ABI
ABI objects
Getter at block 21090120
COMMISSION_PERCENT() view returns (uint256)
5
allowCreateCategory() view returns (bool)
true
allowEthPayment() view returns (bool)
true
bznFeed() view returns (address)
0x0ed685743a4f93e0142638a1e5e5978da8c65ba5
ethFeed() view returns (address)
0xedb41d07306a43519045a2f5ac336a9bab7036a0
isOwner() view returns (bool)
false
owner() view returns (address)
0x4472a4b8f2194788dbfc717811392e0aa6b30bf5
token() view returns (address)
0x2d6e10561b320c4f31a903bf0fa92a1ed58637c0
Read-only
categoryExists(uint8) view returns (bool)
categoryKilled(uint8) view returns (bool)
categoryOpen(uint8) view returns (bool)
categoryPercentBase(uint8) view returns (uint256)
categoryPercentIncrease(uint8) view returns (uint256)
categoryPrice(uint8) view returns (uint256)
categoryReserveAmount(uint8, address) view returns (uint256)
convert(uint256 usdValue, bool isBZN) view returns (uint256)
priceFor(uint8 category, uint16 quanity) view returns (uint256, uint256)
requiredEtherPercent(uint8) view returns (uint256)
requiredEtherPercentBase(uint8) view returns (uint256)
sold(uint256 _tokenId) view returns (bool)
State-modifying
Events buyWithBZN(address referal, uint8 category, address new_owner, uint16 quanity) payable returns (bool)
buyWithEther(address referal, uint8 category, address new_owner, uint16 quanity) payable returns (bool)
createCategory(uint8 category)
disableCreateCategories()
killCategory(uint8 category)
receiveApproval(address from, uint256 tokenAmount, address tokenContract, bytes data) payable returns (bool)
renounceOwnership()
setBZNFeedContract(address new_bzn_feed)
setCommission(address referral, uint256 percent)
setEtherFeedContract(address new_eth_feed)
setEtherPercent(uint256 percent, uint256 base, uint8 category)
setPercentIncrease(uint256 increase, uint256 base, uint8 category)
setPrice(uint8 category, uint256 price, bool inWei)
setShopState(uint8 category, bool open)
toggleETHPayment(bool enable)
transferOwnership(address newOwner)
withdraw(uint256 amount)
GunsBought(uint256 gunId, address owner, uint8 category)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(uint256 amount)
consumerBulkBuy(uint8 category, uint256 quanity, address reserver)
constructor(address tokenAddress, address tokenFactory, address gp, address ethfeed, address bzn_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.