PeopleUtilityToken
Verified contract
Active on
Ethereum with 176 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 "PeopleUtilityToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11206127 | 4 years ago | | | 0 | 0.00071000874 | |
| 11123741 | 4 years ago | | | 0 | 0.00075429000 | |
| 11104166 | 4 years ago | | | 0 | 0.0019966500 | |
| 11067341 | 4 years ago | | | 0 | 0.0024847200 | |
| 11046740 | 4 years ago | | | 0 | 0.0014642100 | |
| 11043350 | 4 years ago | | | 0 | 0.0035496000 | |
| 11035578 | 4 years ago | | | 0 | 0.0018191701 | |
| 11033877 | 4 years ago | | | 0 | 0.0013754700 | |
| 11019118 | 4 years ago | | | 0 | 0.0018191700 | |
| 11016539 | 4 years ago | | | 0 | 0.0017304300 |
ABI
ABI objects
Getter at block 21199320
DENOMINATOR() view returns (uint256)
1
RATE() view returns (uint256)
10
_totalSupply() view returns (uint256)
1000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
PeopleUtilityToken
owner() view returns (address)
0x9fa6b2c8c883783a24312a62c61caec9f1e83b9b
symbol() view returns (string)
PUT
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
ChangeRate(uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.