DragonCreator
Verified contract
Active on
Ethereum with 1 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 "DragonCreator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13867829 | 3 years ago | | | 0 | 0.0041496225 |
ABI
ABI objects
Getter at block 21161888
CEO_ROLE() view returns (bytes32)
0xdc0d7a095c4e917ecbeb7deda7c942ff9744013d419e37549215a413915e421d
CFO_ROLE() view returns (bytes32)
0x33fa24d9aab6b79237248a16094d5f78ea83bb51e42c123ce925a264e7d816cc
COO_ROLE() view returns (bytes32)
0xefa080c67ecf4a6bf40c9dc64173420c08f359250ca6562d7c80f7c7b9b13969
accessControlAddress() view returns (address)
0xc713a40aa9bff56aee0e8ff9542b758d83af9fea
isChangeOfIssueLimitsAllowed() view returns (bool)
true
tokenContract() view returns (address)
0x3943cf9bd3aca41a66ec911a6395727db274856e
Read-only
currentIssueLimitFor(uint8 _dragonType) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events blockUpdatingIssueLimitsForever()
giveBirth(uint256 eggId, uint256 genes, address to) returns (uint256)
giveBirth(uint256 parent1Id, uint256 parent2Id, uint256 genes, address to) returns (uint256)
issue(uint256 genes, address to) returns (uint256)
setAccessControlAddress(address newAddress)
setGiveBirthCallers(address[] callers, bool value)
setTokenContract(address newAddress)
updateIssueLimitFor(uint8 _dragonType, uint256 newValue)
AddressChanged(string fieldName, address previousAddress, address newAddress)
BoolValueChanged(string fieldName, bool previousValue, bool newValue)
DragonCreated(uint256 dragonId, uint256 eggId, uint256 parent1Id, uint256 parent2Id, uint256 generation, uint8 t, uint256 genes, address indexed creator, address indexed to)
ValueChanged(string fieldName, uint256 previousValue, uint256 newValue)
constructor(address accessControl, address tknContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.