Backpack Token
Verified contract
Active on
Ethereum with 5,780 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 |
---|---|---|---|---|---|
BP | ERC-20 | 800K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13937821 | 3 years ago | | | 0 | 0.0053193211 | |
| 13918798 | 3 years ago | | | 0 | 0.0049212469 | |
| 13918737 | 3 years ago | | | 0 | 0.0040271157 | |
| 13841584 | 3 years ago | | | 0 | 0.0034984559 | |
| 13758163 | 3 years ago | | | 0 | 0.0051675823 | |
| 13484250 | 3 years ago | | | 0 | 0.0075103321 | |
| 13484156 | 3 years ago | | | 0 | 0.0045593099 | |
| 13072091 | 3 years ago | | | 0 | 0.0022506501 | |
| 13026605 | 3 years ago | | | 0 | 0.0023885090 | |
| 12138700 | 4 years ago | | | 0 | 0.0084605533 |
ABI
ABI objects
Getter at block 21168036
decimals() view returns (uint256)
18
getBalance() view returns (uint256)
0
name() view returns (string)
Backpack Token
owner() view returns (address)
0x0408bf8daf11b6d3ec2bd5b87e9cf2dcd88f9117
symbol() view returns (string)
BP
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
pools(uint256) view returns (address)
shouldHadBalance(address who) view returns (uint256)
State-modifying
Events addPool(address newPool)
approve(address spender, uint256 value) returns (bool)
removePool(address pool)
setPoolAndAmount(address who, uint256 amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.