EggMarket
Verified contract
Active on
Ethereum with 4,252 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 "EggMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16540243 | 2 years ago | | | 0 | 0.0035132194 | |
| 15495319 | 2 years ago | | | 0 | 0.0014231285 | |
| 15255302 | 2 years ago | | | 0 | 0.0023714320 | |
| 15207641 | 2 years ago | | | 0 | 0.0077961579 | |
| 15061818 | 2 years ago | | | 0.65 | 0.0035399925 | |
| 15055448 | 2 years ago | | | 0 | 0.00066166694 | |
| 15055444 | 2 years ago | | | 0 | 0.00065292454 | |
| 15055440 | 2 years ago | | | 0 | 0.00069197343 | |
| 14983971 | 2 years ago | | | 0 | 0.022849920 | |
| 14784352 | 2 years ago | | | 0 | 0.0030739383 |
ABI
ABI objects
Getter at block 21163657
CEO_ROLE() view returns (bytes32)
0xdc0d7a095c4e917ecbeb7deda7c942ff9744013d419e37549215a413915e421d
CFO_ROLE() view returns (bytes32)
0x33fa24d9aab6b79237248a16094d5f78ea83bb51e42c123ce925a264e7d816cc
COO_ROLE() view returns (bytes32)
0xefa080c67ecf4a6bf40c9dc64173420c08f359250ca6562d7c80f7c7b9b13969
accessControlAddress() view returns (address)
0xc713a40aa9bff56aee0e8ff9542b758d83af9fea
publicSaleStarted() view returns (bool)
true
tokenAddress() view returns (address)
0xaae9df0f50d53f9ac50651bf69590ab7b1091451
Read-only
currentPresaleCount(uint8 drgType) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
maxBuyCount(uint8 drgType) view returns (uint256)
presaleMaxBuyCount(uint8 drgType) view returns (uint256)
presalePrice(uint8 drgType) view returns (uint256)
presaleRemainingCount(uint8 drgType) view returns (uint256)
publicPrice(uint8 drgType) view returns (uint256)
totalAllowedPresaleCount(uint8 drgType) view returns (uint256)
State-modifying
Events allowPresale(uint8 drgType, uint256 totalAllowedPresaleCnt, uint256 psPrice)
buy(uint8 drgType, address to, uint256 count) payable
claim(uint8 drgType, address to, uint256 count)
setAccessControlAddress(address newAddress)
setMaxBuyCount(uint8 drgType, uint256 newValue)
setPresaleMaxBuyCount(uint8 drgType, uint256 newValue)
setPresalePrice(uint8 drgType, uint256 newValue)
setPublicPrice(uint8 drgType, uint256 newValue)
setTokenAddress(address newAddress)
togglePublicSaleStarted(uint256 legendaryPrice, uint256 epicPrice, uint256 randomPrice)
withdrawEthers(uint256 amount, address to)
AddressChanged(string indexed fieldName, address previousAddress, address newAddress)
BoolValueChanged(string indexed fieldName, bool previousValue, bool newValue)
EthersWithdrawn(address operator, address indexed to, uint256 amount)
PresaleAllowed(address operator, uint256 totalAllowedPresaleCount, uint256 presalePrice, uint8 dragonType)
PublicSaleStarted(address operator, uint256 legendaryPrice, uint256 epicPrice, uint256 randomPrice)
TokenBought(address indexed buyer, address indexed to, uint256 tokenId, uint8 dragonType)
TokenClaimed(address indexed claimer, address indexed to, uint256 tokenId)
TokenPresold(address indexed buyer, address indexed to, uint256 count, uint8 dragonType)
ValueChanged(string indexed fieldName, uint256 previousValue, uint256 newValue)
constructor(address accessControl, address eggToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.