Bizcodi Platform Tomato Coin
Verified contract
Active on
Ethereum with 1,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Bizcodi Platform Tomato Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15999791 | 2 years ago | | | 0 | 0.00028325522 | |
| 15999787 | 2 years ago | | | 0 | 0.00032037284 | |
| 10934830 | 4 years ago | | | 0 | 0.0011469500 | |
| 10744321 | 4 years ago | | | 0 | 0.0011469500 | |
| 10552563 | 4 years ago | | | 0 | 0.0011457500 | |
| 10551892 | 4 years ago | | | 0 | 0.0011457500 | |
| 10551892 | 4 years ago | | | 0 | 0.0011457500 | |
| 10160902 | 4 years ago | | | 0 | 0.0011469500 | |
| 10160896 | 4 years ago | | | 0 | 0.0011469500 | |
| 10160874 | 4 years ago | | | 0 | 0.0011469500 |
ABI
ABI objects
Getter at block 21261141
decimals() view returns (uint8)
8
name() view returns (string)
Bizcodi Platform Tomato Coin
paused() view returns (bool)
true
symbol() view returns (string)
BPTC
totalSupply() view returns (uint256)
349999999900000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removePauser(address account)
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.