CastlesLootGenOne
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "CastlesLootGenOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17177940 | a year ago | | | 0 | 0.0018666523 | |
| 16969715 | 2 years ago | | | 0 | 0.00094316049 | |
| 16969714 | 2 years ago | | | 0 | 0.0016032918 | |
| 16858690 | 2 years ago | | | 0 | 0.00060488291 | |
| 16840642 | 2 years ago | | | 0 | 0.00074360850 | |
| 16745408 | 2 years ago | | | 0.01 | 0.0033363909 | |
| 16745363 | 2 years ago | | | 0.01 | 0.0066538182 | |
| 16745351 | 2 years ago | | | 0.01 | 0.0050872281 | |
| 16745341 | 2 years ago | | | 0.01 | 0.0046607601 | |
| 16639250 | 2 years ago | | | 0.01 | 0.0042930743 |
ABI
ABI objects
Getter at block 21075795
lockedForLooters() view returns (bool)
false
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootContract() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
10000000000000000
name() view returns (string)
CastlesLootGenOne
owner() view returns (address)
0x846ff49d72f4e3ca7a3d318820c6c2debe23c68a
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
CastlesLootGenOne
totalSupply() view returns (uint256)
199
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCapacity(uint256 tokenId) view returns (uint256)
getCastleType(uint256 tokenId) view returns (string)
getDefense(uint256 tokenId) view returns (uint256)
getGoldGeneration(uint256 tokenId) view returns (uint256)
getName(uint256 tokenId) view returns (string)
getRarity(uint256 tokenId) view returns (string)
getRarityNumber(uint256 tokenId) view returns (uint256)
getSkillAmount(uint256 tokenId) view returns (uint256)
getSkillType(uint256 tokenId) view returns (string)
getWarrior(uint256 tokenId) view returns (string)
getWarriorName(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
traitsOf(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipLockedForLooters()
mint(uint256 tokenId) payable
mintWithLoot(uint256 lootId) payable
ownerClaim(uint256 tokenId)
ownerWithdraw()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setLootersPrice(uint256 newPrice)
setPublicPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.