nft.rehab
Verified contract
Active on
Ethereum with 1,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "nft.rehab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17231529 | 2 years ago | | | 0 | 0.0041745268 | |
| 17029294 | 2 years ago | | | 0 | 0.00064486087 | |
| 16951368 | 2 years ago | | | 0 | 0.00057307710 | |
| 16879191 | 2 years ago | | | 0 | 0.00048848214 | |
| 16420894 | 2 years ago | | | 0 | 0.00056236795 | |
| 15929130 | 2 years ago | | | 0 | 0.00045263391 | |
| 15779131 | 2 years ago | | | 0 | 0.00088048253 | |
| 15145702 | 2 years ago | | | 0 | 0.00031083907 | |
| 14967988 | 2 years ago | | | 0 | 0.0023050138 | |
| 14967860 | 2 years ago | | | 0 | 0.0012716035 |
ABI
ABI objects
Getter at block 21264442
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
5000000000000000000000
name() view returns (string)
nft.rehab
owner() view returns (address)
0xd9a991585a717861b8f5238e7893e5a2125f9649
symbol() view returns (string)
REHAB
totalSupply() view returns (uint256)
5000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool hello)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool trans1)
transferFrom(address _from, address _to, uint256 _value) returns (bool trans)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.