BlockchainInternationalParkToken
Verified contract
Active on
Ethereum with 6,334 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 "BlockchainInternationalParkToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13733414 | 3 years ago | | | 0 | 0.0043455772 | |
| 12676164 | 3 years ago | | | 0 | 0.0028231999 | |
| 12429543 | 4 years ago | | | 0 | 0.0023619200 | |
| 12429495 | 4 years ago | | | 0 | 0.0042348001 | |
| 12047023 | 4 years ago | | | 0 | 0.0056447280 | |
| 12042159 | 4 years ago | | | 0 | 0.0056447280 | |
| 12014451 | 4 years ago | | | 0 | 0.0044793423 | |
| 12009052 | 4 years ago | | | 0 | 0.0043714080 | |
| 11970071 | 4 years ago | | | 0 | 0.0019607280 | |
| 11965273 | 4 years ago | | | 0 | 0.0028333201 |
ABI
ABI objects
Getter at block 21424019
decimals() view returns (uint8)
18
name() view returns (string)
BlockchainInternationalParkToken
owner() view returns (address)
0x4fa1728b8e015c117f6f723e9b6b99ee2f063142
symbol() view returns (string)
BIPT
totalSupply() view returns (uint256)
588235295000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.