EthereumTowers
Verified contract
Active on
Ethereum with 4,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($7.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RYU | ERC-20 | 701.942445M | $0.00 |
$7.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115125 | a day ago | | | 0 | 0.00034026477 | |
| 21087472 | 5 days ago | | | 0 | 0.0016137409 | |
| 21064737 | 8 days ago | | | 0 | 0.00065751396 | |
| 21059948 | 9 days ago | | | 0 | 0.00023412649 | |
| 21016585 | 15 days ago | | | 0 | 0.00021912300 | |
| 20985012 | 19 days ago | | | 0 | 0.00039551305 | |
| 20978388 | 20 days ago | | | 0 | 0.0015538977 | |
| 20900988 | a month ago | | | 0 | 0.00086503940 | |
| 20857051 | a month ago | | | 0 | 0.00034606820 | |
| 20838967 | a month ago | | | 0 | 0.0011403933 |
ABI
ABI objects
Getter at block 21123287
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ITEMS_IN_TOWER() view returns (uint256)
2178
WHITELISTED() view returns (bytes32)
0xe799c73ff785ac053943f5d98452f7fa0bcf54da67826fc217d6094dec75c5ee
activeStage() view returns (uint256)
5
activeTower() view returns (uint256)
2
availableItemsOnRound() view returns (uint256)
1015
firstTowerCounter() view returns (uint256)
0
getChainId() view returns (uint256)
1
isPrivateRound() view returns (bool)
false
name() view returns (string)
EthereumTowers
owner() view returns (address)
0xa9a5e68eb5756d86fa4e011ae99ccd8514c2fbc4
participantCount() view returns (uint256)
0
secondTowerCounter() view returns (uint256)
0
stagePrice() view returns (uint256)
90000000000000000
symbol() view returns (string)
ETT
totalSupply() view returns (uint256)
3403
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
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)
tokenExists(uint256) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addStageRole(uint256 _stage, bytes32 _role)
approve(address to, uint256 tokenId)
batchRoles(address[] user, bytes32 role)
burn(uint256 tokenId)
changeRound(uint256 itemsForSale, bool privateRound)
changeStage(uint256 _stage, uint256 _stagePrice)
changeTower(uint256 _tower)
grantRole(bytes32 role, address account)
mint(address to, uint256 tokenId, uint256 stage) payable returns (uint256)
mintBatch(address[] to, uint256[] id)
mintByAdmin(address to, uint256 tokenId)
redeem(address redeemer, struct EthereumTowersEttVoucher ettvoucher) payable returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateBaseCid(string _baseCid)
updateProjectAddress(address _newProjectAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintingInfo(address to, uint256 tokenId, bool isPrivateRound, uint256 activeStage, uint256 stagePrice)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUri, string _baseCid, address _projectAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.