AvatarMarket
Verified contract
Active on
Ethereum with 4,433 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 "AvatarMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16640309 | 2 years ago | | | 0 | 0.0030813478 | |
| 16640307 | 2 years ago | | | 0 | 0.0038477173 | |
| 16566659 | 2 years ago | | | 0 | 0.0022842099 | |
| 16435326 | 2 years ago | | | 0 | 0.0013776267 | |
| 16383144 | 2 years ago | | | 0 | 0.0022879077 | |
| 16383126 | 2 years ago | | | 0 | 0.0021000062 | |
| 16382321 | 2 years ago | | | 0.15 | 0.0018797417 | |
| 16374997 | 2 years ago | | | 0 | 0.00052649494 | |
| 16374997 | 2 years ago | | | 0 | 0.0016699116 | |
| 16374996 | 2 years ago | | | 0 | 0.0017648122 |
ABI
ABI objects
Getter at block 21246369
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 role, address account) view returns (bool)
State-modifying
Events allowPresale(uint256 presaleCount, uint256 price)
buy(address to, uint256 count) payable
claim(address to, uint256 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 amount, address to)
AddressChanged(string fieldName, address previousAddress, address newAddress)
AvatarBought(address indexed buyer, address indexed to, uint256 tokenId)
AvatarClaimed(address indexed claimer, address indexed to, uint256 tokenId)
AvatarPresold(address indexed buyer, address indexed to, uint256 count)
BoolValueChanged(string fieldName, bool previousValue, bool newValue)
EthersWithdrawn(address operator, address indexed to, uint256 amount)
Paused(address account)
PresaleAllowed(address operator, uint256 totalAllowedPresaleCount, uint256 presalePrice)
PublicSaleStarted(address operator, uint256 publicPrice)
StringValueChanged(string fieldName, string previousValue, string newValue)
Unpaused(address account)
ValueChanged(string fieldName, uint256 previousValue, uint256 newValue)
constructor(address avatarToken, address accessControl)
This contract contains no fallback and receive objects.
This contract contains no error objects.