Blockport Token
Verified contract
Active on
Ethereum with 39,311 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 |
---|---|---|---|---|---|
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 21M | -- | -- | |
BPT | ERC-20 | 298.967342K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BPT | ERC-20 | 1K | -- | -- | |
XCEL | ERC-20 | 100 | -- | -- | |
BPT | ERC-20 | 49 | -- | -- | |
INT | ERC-20 | 20 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20501612 | 3 months ago | | | 0 | 0.000024348000 | |
| 19796266 | 6 months ago | | | 0 | 0.00016673788 | |
| 18370146 | a year ago | | | 0 | 0.00018053417 | |
| 18148453 | a year ago | | | 0 | 0.00022949881 | |
| 18001821 | a year ago | | | 0 | 0.00031636800 | |
| 17917529 | a year ago | | | 0 | 0.00037538384 | |
| 17775104 | a year ago | | | 0 | 0.00058492800 | |
| 17775062 | a year ago | | | 0 | 0.00043150888 | |
| 17440218 | a year ago | | | 0 | 0.0028970478 | |
| 17440181 | a year ago | | | 0 | 0.0029360170 |
ABI
ABI objects
Getter at block 21158529
cap() view returns (uint256)
69440000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Blockport Token
owner() view returns (address)
0x9e6361d691a41e9585208df75325cc4184c00a8b
paused() view returns (bool)
true
symbol() view returns (string)
BPT
totalSupply() view returns (uint256)
69434799629211243921141504
Read-only
This contract contains no read-only function objects.
State-modifying
Events allowance(address _owner, address _spender) returns (uint256)
approve(address _spender, uint256 _value) returns (bool)
balanceOf(address _owner) returns (uint256 balance)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.