TokensWarContract
Verified contract
Active on
Ethereum with 907 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 "TokensWarContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11369159 | 4 years ago | | | 0 | 0.00043399800 | |
| 11369138 | 4 years ago | | | 0 | 0.00052686810 | |
| 5180021 | 7 years ago | | | 0 | 0.00011325600 | |
| 5165777 | 7 years ago | | | 0.03367 | 0.00038000000 | |
| 5165068 | 7 years ago | | | 0.001 | 0.0011488000 | |
| 5165066 | 7 years ago | | | 0.01051 | 0.00027571200 | |
| 5165066 | 7 years ago | | | 0.00333 | 0.00022976000 | |
| 5165066 | 7 years ago | | | 0.01051 | 0.00036761600 | |
| 5165066 | 7 years ago | | | 0.00333 | 0.0011258240 | |
| 5165066 | 7 years ago | | | 0.001 | 0.0022976000 |
ABI
ABI objects
Getter at block 21317059
NAME() view returns (string)
TokensWarContract
SYMBOL() view returns (string)
TWC
adminAddress() view returns (address)
0x772e8b3593d40cf1de68c9bac68c098c0b99cb05
contractBalance() view returns (uint256 balance)
0
goldenTokenId() view returns (uint256)
54
hostAddress() view returns (address)
0x772e8b3593d40cf1de68c9bac68c098c0b99cb05
implementsERC721() pure returns (bool)
true
name() pure returns (string)
TokensWarContract
symbol() pure returns (string)
TWC
totalSupply() view returns (uint256 total)
94
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cardTokenToApproved(uint256) view returns (address)
cardTokenToOwner(uint256) view returns (address)
getCard(uint256 _tokenId) view returns (string name, uint256 token)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createToken(string _name, uint256 _id)
payout(address _to)
purchase(uint256 _tokenId) payable
setAdmin(address _newAdmin)
setGoldenCardToken(uint256 tokenId)
setHost(address _newHost)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
NewGoldenToken(uint256 goldenPayment)
NewToken(uint256 tokenId, string name, address owner)
NewTokenOwner(uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name, uint256 tokenId)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.