Plastichero
Verified contract
Active on
Ethereum with 705 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 "Plastichero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293712 | 9 hours ago | | | 0 | 0.00074381202 | |
| 21293692 | 9 hours ago | | | 0 | 0.00086760736 | |
| 21292485 | 13 hours ago | | | 0 | 0.00048972360 | |
| 21292463 | 13 hours ago | | | 0 | 0.00043632202 | |
| 21292456 | 13 hours ago | | | 0 | 0.00029699346 | |
| 21292451 | 13 hours ago | | | 0 | 0.00041620635 | |
| 21292436 | 13 hours ago | | | 0 | 0.00029690980 | |
| 21290054 | 21 hours ago | | | 0 | 0.00041603903 | |
| 21285957 | a day ago | | | 0 | 0.00036808059 | |
| 21283733 | 2 days ago | | | 0 | 0.00041729007 |
ABI
ABI objects
Getter at block 21296334
decimals() view returns (uint8)
18
hiddenOwner() view returns (address)
0x3fbb5ae00b82c9b84f4e882ee5416eddc2434f07
maxSupply() view returns (string)
Nill
name() view returns (string)
Plastichero
owner() view returns (address)
0x3fbb5ae00b82c9b84f4e882ee5416eddc2434f07
paused() view returns (bool)
false
symbol() view returns (string)
PTH
totalSupply() view returns (uint256)
102776450311668000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address account) view returns (bool)
isLocked(address account) view returns (bool)
isLocker(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addLocker(address account)
addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account)
mint(address _recipient, uint256 _amount)
pause()
removeBurner(address account)
removeLocker(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferHiddenOwnership(address newHiddenOwner)
transferOwnership(address newOwner)
unlock(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
HiddenOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Locked(address indexed account)
LockerAdded(address indexed account)
LockerRemoved(address indexed account)
MinterAdded(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed account)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.