Primalbase Token
Verified contract
Active on
Ethereum with 483 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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- | |
PBT | ERC-20 | 0.1493 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14573217 | 3 years ago | | | 0 | 0.0022024229 | |
| 12111620 | 4 years ago | | | 0 | 0.0073400820 | |
| 12111618 | 4 years ago | | | 0 | 0.0061560668 | |
| 12111608 | 4 years ago | | | 0 | 0.0026653550 | |
| 11844327 | 4 years ago | | | 0 | 0.0057283500 | |
| 11779369 | 4 years ago | | | 0 | 0.0057283500 | |
| 11600787 | 4 years ago | | | 0 | 0.0055374050 | |
| 11342216 | 4 years ago | | | 0 | 0.0023349846 | |
| 11334173 | 4 years ago | | | 0 | 0.0043614980 | |
| 11334070 | 4 years ago | | | 0 | 0.0039716560 |
ABI
ABI objects
Getter at block 21298649
INITIAL_SUPPLY() view returns (uint256)
12500000
decimals() view returns (uint256)
4
name() view returns (string)
Primalbase Token
owner() view returns (address)
0x47cbea18bcb9f3e8981c56e7eccd7284ebf20f34
paused() view returns (bool)
false
symbol() view returns (string)
PBT
totalSupply() view returns (uint256)
12500000
version() view returns (string)
v1.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events TransferBase(uint256 _amount, string _wallet, string _currency) returns (bool)
TransferToWaves(uint256 _amount, string _wallet) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
reclaimEther()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenTransferLog(address indexed from, address indexed to, uint256 amount, string wallet, string currency)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.