Property Token
Verified contract
Active on
Ethereum with 10 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 "Property Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583573 | 2 years ago | | | 0 | 0.0016985574 | |
| 14994936 | 2 years ago | | | 0 | 0.0010198053 | |
| 13465566 | 3 years ago | | | 0 | 0.0030921625 | |
| 9990807 | 5 years ago | | | 0 | 0.00072120000 | |
| 9245359 | 5 years ago | | | 0 | 0.00072120000 | |
| 8578063 | 5 years ago | | | 0 | 0.00053620000 | |
| 8572289 | 5 years ago | | | 0 | 0.0015968720 | |
| 8561669 | 5 years ago | | | 0 | 0.00036448000 | |
| 8559118 | 5 years ago | | | 0 | 0.0011332640 | |
| 8532818 | 5 years ago | | | 0 | 0.00052542240 |
ABI
ABI objects
Getter at block 21176455
decimals() view returns (uint8)
18
name() view returns (string)
Property Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2944ac9bf1a33a9c8b922dcca1005a035948b209
symbol() view returns (string)
CGT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
init(address _owner)
init(address tokenOwner, string symbol, string name, uint8 decimals, uint256 fixedSupply)
recoverTokens(address token, uint256 tokens)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.