ProperT
Verified contract
Active on
Ethereum with 2,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROPT | ERC-20 | 14.15M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21421368 | 16 hours ago | | | 0 | 0.00034686610 | |
| 21421253 | 16 hours ago | | | 0 | 0.00053739890 | |
| 21365974 | 8 days ago | | | 0 | 0.0016212000 | |
| 21365849 | 8 days ago | | | 0 | 0.0023616421 | |
| 21315852 | 15 days ago | | | 0 | 0.0013593527 | |
| 21315727 | 15 days ago | | | 0 | 0.0020307203 | |
| 21293009 | 19 days ago | | | 0 | 0.00055733836 | |
| 21265797 | 22 days ago | | | 0 | 0.00095460771 | |
| 21265674 | 22 days ago | | | 0 | 0.0016084684 | |
| 21216807 | a month ago | | | 0 | 0.00062742277 |
ABI
ABI objects
Getter at block 21426071
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xddb5b5fff59c95cb7d60fabf44b340ce9aea3740
isLocked() view returns (bool)
false
manager() view returns (address)
0x0ce1190eac11747eddf500480464ed2ac8eb1840
name() view returns (string)
ProperT
owner() view returns (address)
0xddb5b5fff59c95cb7d60fabf44b340ce9aea3740
symbol() view returns (string)
PROPT
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAddressLocked(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockAddress(address addr)
lockToken()
release()
setManager(address newManager)
setOwner(address newOwner)
setReleaseAddress(address newReleaseAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlockAddress(address addr)
unlockToken()
AddressLockChanged(address indexed addr, bool newLock)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 amount)
Halving(uint256 oldReleaseAmount, uint256 newReleaseAmount)
ManagementTransferred(address indexed previousManager, address indexed newManager)
OwnershipTransfered(address indexed previousOwner, address indexed newOwner)
Release(address indexed to, uint256 amount)
ReleaseAddressChanged(address indexed oldAddress, address indexed newAddress)
TokenLockChanged(bool newLock)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, address owner_, address manager_, address initialDepositAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.