yea.hammer
Verified contract
Active on
Ethereum with 7,749 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "yea.hammer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254577 | 4 days ago | | | 0 | 0.00043075852 | |
| 21213769 | 10 days ago | | | 0 | 0.00054800215 | |
| 21078987 | a month ago | | | 0 | 0.0015140525 | |
| 21067055 | a month ago | | | 0 | 0.00080387014 | |
| 21058970 | a month ago | | | 0 | 0.00031063883 | |
| 20928783 | 2 months ago | | | 0 | 0.00075449496 | |
| 20928782 | 2 months ago | | | 0 | 0.00075021361 | |
| 20928781 | 2 months ago | | | 0 | 0.00076147930 | |
| 20914515 | 2 months ago | | | 0 | 0.00088536745 | |
| 20744958 | 2 months ago | | | 0 | 0.000096187259 |
ABI
ABI objects
Getter at block 21285155
baseURI() view returns (string)
https://www.douyea.com/hammer-resources/hammer/
name() view returns (string)
yea.hammer
owner() view returns (address)
0x7a18b3bc40b27cf636a2526a4fac5333e617b49b
paused() view returns (bool)
false
symbol() view returns (string)
yeah
totalSupply() view returns (uint256)
4933
Read-only
_minters(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 addMinter(address minter)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address player, uint256 id) returns (uint256)
pause()
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.