AngelCardData
Verified contract
Active on
Ethereum with 26 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 "AngelCardData"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14611339 | 3 years ago | | | 0 | 0.00084006000 | |
| 4954382 | 7 years ago | | | 0 | 0.00099290800 | |
| 4954327 | 7 years ago | | | 0 | 0.00099290800 | |
| 4954315 | 7 years ago | | | 0 | 0.00099246000 | |
| 4954298 | 7 years ago | | | 0 | 0.00099290800 | |
| 4954287 | 7 years ago | | | 0 | 0.00099246000 | |
| 4954274 | 7 years ago | | | 0 | 0.00099246000 | |
| 4954263 | 7 years ago | | | 0 | 0.00099246000 | |
| 4954256 | 7 years ago | | | 0 | 0.00099246000 | |
| 4954237 | 7 years ago | | | 0 | 0.00099201200 |
ABI
ABI objects
Getter at block 21212063
creatorAddress() view returns (address)
0x20886ba6fd8731ed974ba00108f043fc9006e1f8
getTotalAngelCardSeries() view returns (uint8)
24
getTotalAngels() view returns (uint64)
8
isMaintenanceMode() view returns (bool)
true
prevSeriesSelloutHours() view returns (uint256)
0
totalAngelCardSeries() view returns (uint8)
24
totalAngels() view returns (uint64)
8
totalSeraphims() view returns (uint16)
0
Read-only
angelCardSeriesCollection(uint8) view returns (uint8 angelCardSeriesId, uint256 basePrice, uint64 currentAngelTotal, uint64 maxAngelTotal, uint8 baseAura, uint256 baseBattlePower, uint64 lastSellTime, uint64 liveTime)
angelCollection(uint64) view returns (uint64 angelId, uint8 angelCardSeriesId, address owner, uint16 battlePower, uint8 aura, uint16 experience, uint256 price, uint64 createdTime, uint64 lastBattleTime, uint64 lastVsBattleTime, uint16 lastBattleResult)
getAngel(uint64 _angelId) view returns (uint64 angelId, uint8 angelCardSeriesId, uint16 battlePower, uint8 aura, uint16 experience, uint256 price, uint64 createdTime, uint64 lastBattleTime, uint64 lastVsBattleTime, uint16 lastBattleResult, address owner)
getAngelByIndex(address _owner, uint256 _index) view returns (uint64)
getAngelCardSeries(uint8 _angelCardSeriesId) view returns (uint8 angelCardSeriesId, uint64 currentAngelTotal, uint256 basePrice, uint64 maxAngelTotal, uint8 baseAura, uint256 baseBattlePower, uint64 lastSellTime, uint64 liveTime)
getOwnerAngelCount(address _owner) view returns (uint256)
getRandomNumber(uint16 maxRandom, uint8 min, address privateAddress) view returns (uint8)
ownerAngelCollection(address, uint256) view returns (uint64)
seraphims(address) view returns (bool)
State-modifying
Events addSERAPHIM(address _newSeraphim)
addToAngelExperienceLevel(uint64 _angelId, uint256 _value)
createAngelCardSeries(uint8 _angelCardSeriesId, uint256 _basePrice, uint64 _maxTotal, uint8 _baseAura, uint16 _baseBattlePower, uint64 _liveTime) returns (uint8)
ownerAngelTransfer(address _to, uint64 _angelId)
removeSERAPHIM(address _oldSeraphim)
setAngel(uint8 _angelCardSeriesId, address _owner, uint256 _price, uint16 _battlePower) returns (uint64)
setAngelLastBattleTime(uint64 _angelId)
setAngelLastVsBattleTime(uint64 _angelId)
setLastBattleResult(uint64 _angelId, uint16 _value)
transferAngel(address _from, address _to, uint64 _angelId) returns (uint8)
updateAngelCardSeries(uint8 _angelCardSeriesId)
updateMaintenanceMode(bool _isMaintaining)
CreatedAngel(uint64 angelId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.