The Ether Button
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$204.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0565 | $3,620.24 |
$204.54 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9558405 | 5 years ago | | | 0.0005 | 0.00039516600 | |
| 9558405 | 5 years ago | | | 0.0005 | 0.00046521000 | |
| 9296070 | 5 years ago | | | 0.0005 | 0.00093042000 | |
| 8619072 | 5 years ago | | | 0.0005 | 0.0027865560 | |
| 8376710 | 5 years ago | | | 0.0005 | 0.00023221300 | |
| 7620566 | 6 years ago | | | 0.0005 | 0.00023221300 | |
| 7325265 | 6 years ago | | | 0.0005 | 0.00023221300 | |
| 7301063 | 6 years ago | | | 0.0005 | 0.00092885200 | |
| 6975747 | 6 years ago | | | 0.0005 | 0.00069663900 | |
| 5755191 | 6 years ago | | | 0.0005 | 0.0011610650 |
ABI
ABI objects
Getter at block 21281494
ROLE_ADMIN() view returns (string)
admin
blockNumberForVictory() view returns (uint256)
9558425
gameGeneration() view returns (uint256)
13
minimumFee() view returns (uint256)
500000000000000
name() view returns (string)
The Ether Button
requiredBlocksElapsedForVictory() view returns (uint256)
20
started() view returns (bool)
true
symbol() view returns (string)
Butt
totalSupply() view returns (uint256)
114
Read-only
addressLastClickedForGeneration(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address addr, string roleName) view
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getClickMetadata(uint256 _id) view returns (uint256 blocksAwayFromDesiredBlock, uint256 clickTime, uint256 clickGeneration, address owner)
hasRole(address addr, string roleName) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
numberOfClicksAtBlocksRemaining(uint8) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminAddRole(address addr, string roleName)
adminRemoveRole(address addr, string roleName)
approve(address _to, uint256 _tokenId)
clickButton() payable returns (uint256)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
sendDeposit() payable
setApprovalForAll(address _to, bool _approved)
setMinimumFee(uint256 _minimumFee)
setRequiredBlocksElapsedForVictory(uint256 _requiredBlocksElapsedForVictory)
startGame()
transferFrom(address _from, address _to, uint256 _tokenId)
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ButtonClick(address indexed owner, uint256 tokenId)
RoleAdded(address addr, string roleName)
RoleRemoved(address addr, string roleName)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.