CrewNames
Verified contract
Active on
Ethereum with 532 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x746d…d00e
Balances ($0.00)
No balances found for "CrewNames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17790470 | a year ago | | | 0 | 0.0018099200 | |
| 17790470 | a year ago | | | 0 | 0.0019644800 | |
| 17790470 | a year ago | | | 0 | 0.0019644800 | |
| 17765925 | a year ago | | | 0 | 0.0021003899 | |
| 17607991 | a year ago | | | 0 | 0.0018478740 | |
| 17057139 | 2 years ago | | | 0 | 0.0025673213 | |
| 16943713 | 2 years ago | | | 0 | 0.0021558018 | |
| 16878127 | 2 years ago | | | 0 | 0.0014587487 | |
| 16821587 | 2 years ago | | | 0 | 0.0020823784 | |
| 16818652 | 2 years ago | | | 0 | 0.0018494914 |
ABI
ABI objects
Getter at block 21293930
owner() view returns (address)
0xef0133437ab8da5c5e8873b61189610e2d8cb4f5
paused() view returns (bool)
false
Read-only
getName(uint256 _crewId) view returns (string)
isNameUsed(string _nameString) view returns (bool)
toLower(string _str) pure returns (string)
validateName(string _str) pure returns (bool)
State-modifying
Events pause()
renounceOwnership()
setName(uint256 _crewId, string _newName)
transferOwnership(address newOwner)
unpause()
NameChanged(uint256 indexed crewId, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.