WarToken
Verified contract
Active on
Ethereum with 3,454 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
₿.to | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20457265 | 4 months ago | | | 0 | 0.00082956450 | |
| 16716501 | 2 years ago | | | 0 | 0.00099718301 | |
| 16716187 | 2 years ago | | | 0 | 0.0016914431 | |
| 15509681 | 2 years ago | | | 0 | 0.0011620723 | |
| 15506059 | 2 years ago | | | 0 | 0.00061692910 | |
| 14898687 | 2 years ago | | | 0 | 0.0063799491 | |
| 14898682 | 2 years ago | | | 0 | 0.0031011792 | |
| 13944136 | 3 years ago | | | 0 | 0.0041078158 | |
| 13106484 | 3 years ago | | | 0 | 0.0032768289 | |
| 12964882 | 3 years ago | | | 0 | 0.0021377840 |
ABI
ABI objects
Getter at block 21280932
addrAdmin() view returns (address)
0x553489ea2e3e2c3aa13a574dfe3e4bb5a53a64b3
isPaused() view returns (bool)
false
name() pure returns (string)
WAR Token
symbol() pure returns (string)
WAR
totalSupply() view returns (uint256)
19738
Read-only
balanceOf(address _owner) view returns (uint256)
fashionArray(uint256) view returns (uint16 protoId, uint16 quality, uint16 pos, uint16 health, uint16 atkMin, uint16 atkMax, uint16 defence, uint16 crit, uint16 isPercent, uint16 attrExt1, uint16 attrExt2, uint16 attrExt3)
getActionContract(address _actionAddr) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getFashion(uint256 _tokenId) view returns (uint16[12] datas)
getFashionsAttrs(uint256[] _tokens) view returns (uint16[] attrs)
getOwnFashions(address _owner) view returns (uint256[] tokens, uint32[] flags)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events approve(address _approved, uint256 _tokenId)
changeFashionAttr(uint256 _tokenId, uint16[4] _idxArray, uint16[4] _params, uint16 _changeType)
createFashion(address _owner, uint16[9] _attrs, uint16 _createType) returns (uint256)
destroyFashion(uint256 _tokenId, uint16 _deleteType)
doPause()
doUnpause()
safeTransferByContract(uint256 _tokenId, address _to)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setActionContract(address _actionAddr, bool _useful)
setAdmin(address _newAdmin)
setApprovalForAll(address _operator, bool _approved)
transferFrom(address _from, address _to, uint256 _tokenId)
AdminTransferred(address indexed preAdmin, address indexed newAdmin)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ChangeFashion(address indexed owner, uint256 tokenId, uint16 changeType)
CreateFashion(address indexed owner, uint256 tokenId, uint16 protoId, uint16 quality, uint16 pos, uint16 createType)
DeleteFashion(address indexed owner, uint256 tokenId, uint16 deleteType)
Transfer(address indexed from, address indexed to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.