Cudl Weapon
Verified contract
Active on
Ethereum with 967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc3f7…5e69
Balances ($0.00)
No balances found for "Cudl Weapon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19645920 | 7 months ago | | | 0 | 0.00029787456 | |
| 16912414 | 2 years ago | | | 0 | 0.0010613716 | |
| 16516806 | 2 years ago | | | 0 | 0.00066010673 | |
| 16193288 | 2 years ago | | | 0 | 0.00037057099 | |
| 15976735 | 2 years ago | | | 0 | 0.00052980395 | |
| 15976733 | 2 years ago | | | 0 | 0.00094695650 | |
| 15889566 | 2 years ago | | | 0 | 0.00037705216 | |
| 15864562 | 2 years ago | | | 0 | 0.00037137279 | |
| 15167011 | 2 years ago | | | 0 | 0.0010396037 | |
| 15166688 | 2 years ago | | | 0 | 0.00052675703 |
ABI
ABI objects
Getter at block 21184471
name() view returns (string)
Cudl Weapon
owner() view returns (address)
0x4b5922abf25858d012d12bb1184e5d3d0b6d6be4
symbol() view returns (string)
CWEAPON
token() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
849
Read-only
balanceOf(address owner) view returns (uint256)
bases(uint8, uint256) view returns (uint16)
boosts(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAttack(uint256 tokenId) view returns (string)
getDefense(uint256 tokenId) view returns (string)
getDurability(uint256 tokenId) view returns (string)
getMagic(uint256 tokenId) view returns (string)
getScore(uint256 base, uint256 tokenId, string output) pure returns (uint256)
getWeight(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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId) payable
claimForMooncat(uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBoostCoefficient(uint256 _boostCoefficient)
setToken(address _token)
setWeaponSmithOpen(bool _weaponSmithOpen)
sweep(address _token, uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
weaponSmith(uint256 tokenId, uint256 amount)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BoostCoefficientUpdated(uint256 oldBoostCoefficient, uint256 newBoostCoefficient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUpdated(address oldToken, address newToken)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgrade(uint256 tokenId, uint256 upgradeAmount)
WeaponSmithOpen(bool open)
constructor()
receive()
This contract contains no error objects.