Angel Battles Historical Wrapper
Verified contract
Active on
Ethereum with 1,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
0x7404…3001
Balances ($0.00)
No balances found for "Angel Battles Historical Wrapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18995939 | 10 months ago | | | 0 | 0.00061087167 | |
| 18124711 | a year ago | | | 0 | 0.00034681281 | |
| 17794495 | a year ago | | | 0 | 0.00064789681 | |
| 17085039 | 2 years ago | | | 0 | 0.0024326945 | |
| 16653256 | 2 years ago | | | 0 | 0.00093637252 | |
| 16637430 | 2 years ago | | | 0 | 0.0018080126 | |
| 16621308 | 2 years ago | | | 0 | 0.0015718369 | |
| 16613386 | 2 years ago | | | 0 | 0.0016029150 | |
| 16613315 | 2 years ago | | | 0 | 0.0019234980 | |
| 16613295 | 2 years ago | | | 0 | 0.0031648000 |
ABI
ABI objects
Getter at block 21214791
accessoryCardDataAddress() view returns (address)
0x466c44812835f57b736ef9f63582b8a6693a14d0
angelCardDataAddress() view returns (address)
0x6d2e76213615925c5fc436565b5ee788ee0e86dc
creatorAddress() view returns (address)
0x20886ba6fd8731ed974ba00108f043fc9006e1f8
ipfsGateway() view returns (string)
https://ipfs.io/ipfs/
mintingPaused() view returns (bool)
false
name() view returns (string)
Angel Battles Historical Wrapper
owner() view returns (address)
0x20886ba6fd8731ed974ba00108f043fc9006e1f8
paymentSplitter() view returns (address)
0x740480cff511c5e4407cea6dcf8163e678513001
petCardDataAddress() view returns (address)
0xb340686da996b8b3d486b4d27e38e38500a9e926
symbol() view returns (string)
ABT
totalSupply() view returns (uint256)
965
Read-only
ABTokenCollection(uint256) view returns (uint256 tokenId, uint8 cardSeriesId, uint16 power, uint16 auraRed, uint16 auraYellow, uint16 auraBlue, string name, uint16 experience, uint64 lastBattleTime, uint16 oldId, uint64 createdTime)
balanceOf(address owner) view returns (uint256)
currentTokenNumbers(uint256) view returns (uint32)
getABToken(uint256 tokenId) view returns (uint8 cardSeriesId, uint16 power, uint16 auraRed, uint16 auraYellow, uint16 auraBlue, string cardName, uint16 experience, uint64 lastBattleTime, uint64 createdTime, address owner)
getABTokenByIndex(address _owner, uint64 _index) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCurrentTokenNumbers(uint8 _cardSeriesId) view returns (uint32)
getPetCreatedTime(uint64 lastTrainingTime, uint64 lastBreedingTime) pure returns (uint64)
getRandomNumber(uint16 maxRandom, uint8 min, address privateAddress) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCostForCardSeries(uint256) view returns (uint256)
ownerABTokenCollection(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
remainingMintableSupplyForCardSeries(uint256) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyCard(uint8 _cardSeries) payable
changeOwner(address _newOwner)
changePaymentSplitter(address _newPaymentSplitter)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIfpsGateway(string newGateway)
setMintingPaused(bool _mintingPaused)
setName(uint256 tokenId, string namechange)
setOwner(address _newOwner)
transferFrom(address from, address to, uint256 tokenId)
unwrap(uint256 cardId)
wrapAccessory(uint256 _accessoryId)
wrapAngel(uint64 _angelId)
wrapPet(uint256 _petId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.