This contract is being backfilled. You may encounter incomplete storage history.

AvatarMarket

Verified contract

Active on Ethereum with 4,433 txns
Deployed by via 0x76e1ba94 at 14204807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AvatarMarket"

0x610f1f731f14649e114c73ab678eba0d08a72a68fb58ecc7d0be6b93032e76d7
0x98218b92f860d44ed0d77a6a2eb72cd8f0b5e3b9190ce37ebf663bb6296cbd0b
0xd11c91e821f593ee567a463f9b1b0579958ca4c641753746b3f09f8828c44d3d
0x44763cc67a66fed417e68afb857c87b59d5ff494b59272604ddde2d0c4b6a4b0
0xb3e80159579148c1d5ebff8b98a6f92d593dd196e136d3a24b9a09cd1f18c362
0x4b51413fcc17c12c4b0499dca111eed68d4882e093756044f239823fdeb60a1e
0xe9a56967c4a933c18442de11f3f32f14d715094849d703bbfe0aa786e00aac67
0xab018b2b4a9b0d2d1f8baf7cd3a9c6dd8a0988a59ddef9521a141d7471d28a70
0x7f0130b888bcbcdad8bb6fc9711d6eefab00f91d1a0916d3b7b224556b7b52df
0x3da568fbc4cd28840b7b85550335e82c10585b7bcaba2ccc03bf2dfd5b117481

Functions
Getter at block 20796913
ALLOW_PRESALE_ERROR(view returns (string)
AvatarMarket: unable to allow presale
BAD_ADDRESS_ERROR(view returns (string)
AvatarMarket: bad address
BAD_AMOUNT_ERROR(view returns (string)
AvatarMarket: bad amount
BAD_COUNT_ERROR(view returns (string)
AvatarMarket: bad count
CEO_ROLE(view returns (bytes32)
0xdc0d7a095c4e917ecbeb7deda7c942ff9744013d419e37549215a413915e421d
CFO_ROLE(view returns (bytes32)
0x33fa24d9aab6b79237248a16094d5f78ea83bb51e42c123ce925a264e7d816cc
CLAIM_ERROR(view returns (string)
AvatarMarket: unable to claim
COO_ROLE(view returns (bytes32)
0xefa080c67ecf4a6bf40c9dc64173420c08f359250ca6562d7c80f7c7b9b13969
PRESALE_COUNT_TOTAL_LIMIT_ERROR(view returns (string)
AvatarMarket: total allowed presale exceeded
PRESALE_COUNT_USER_LIMIT_ERROR(view returns (string)
AvatarMarket: presale count per user exceeded
TOTAL_SUPPLY_LIMIT_ERROR(view returns (string)
AvatarMarket: total supply exceeded
accessControlAddress(view returns (address)
0xa54102176c054a20dee3d4e772a7010ed641417d
currentPresaleCount(view returns (uint256)
353
maxBuyCount(view returns (uint256)
5
paused(view returns (bool)
false
presaleMaxBuyCount(view returns (uint256)
5
presalePrice(view returns (uint256)
110000000000000000
presaleRemainingCount(view returns (uint256)
986
publicPrice(view returns (uint256)
150000000000000000
publicSaleStarted(view returns (bool)
true
tokenAddress(view returns (address)
0xeb7bc5fbb3e4fddca2cf6c6e0af3ab20bdb1bba2
totalAllowedPresaleCount(view returns (uint256)
500
Read-only
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
allowPresale(uint256 presaleCountuint256 price
buy(address touint256 countpayable 
claim(address touint256 count
pause(
setAccessControlAddress(address newAddress
setMaxBuyCount(uint256 newValue
setPresaleMaxBuyCount(uint256 newValue
setPresalePrice(uint256 newValue
setPublicPrice(uint256 newValue
setTokenAddress(address newAddress
togglePublicSaleStarted(uint256 price
unpause(
withdrawEthers(uint256 amountaddress to
Events
AddressChanged(string fieldNameaddress previousAddressaddress newAddress
AvatarBought(address indexed buyeraddress indexed touint256 tokenId
AvatarClaimed(address indexed claimeraddress indexed touint256 tokenId
AvatarPresold(address indexed buyeraddress indexed touint256 count
BoolValueChanged(string fieldNamebool previousValuebool newValue
EthersWithdrawn(address operatoraddress indexed touint256 amount
Paused(address account
PresaleAllowed(address operatoruint256 totalAllowedPresaleCountuint256 presalePrice
PublicSaleStarted(address operatoruint256 publicPrice
StringValueChanged(string fieldNamestring previousValuestring newValue
Unpaused(address account
ValueChanged(string fieldNameuint256 previousValueuint256 newValue
Constructor
constructor(address avatarTokenaddress accessControl
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.