WibxToken
Verified contract
Active on
Ethereum with 214,046 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($2,351.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBX | ERC-20 | 1.876787M | $0.001253 |
$2,351.82 | |
PHN | ERC-20 | 23.518K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261457 | a day ago | | | 0 | 0.00050185000 | |
| 21261422 | a day ago | | | 0 | 0.00033814586 | |
| 21260684 | 2 days ago | | | 0 | 0.00031584267 | |
| 21246115 | 4 days ago | | | 0 | 0.0011038060 | |
| 21246078 | 4 days ago | | | 0 | 0.0016419900 | |
| 21238913 | 5 days ago | | | 0 | 0.00070242200 | |
| 21238878 | 5 days ago | | | 0 | 0.00085542800 | |
| 21238072 | 5 days ago | | | 0 | 0.0017854812 | |
| 21238018 | 5 days ago | | | 0 | 0.0011233419 | |
| 21237982 | 5 days ago | | | 0 | 0.0014789500 |
ABI
ABI objects
Getter at block 21271502
INITIAL_SUPPLY() view returns (uint256)
12000000000000000000000000000
currentTaxAmount() view returns (uint256)
2
currentTaxShift() view returns (uint256)
1000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
WiBX Utility Token
owner() view returns (address)
0x02f61ee95e2e7497bfe4fafe797ad97a4e8efe33
paused() view returns (bool)
false
symbol() view returns (string)
WBX
taxRecipientAddr() view returns (address)
0x194d1ba9edb4bd849ca844870c05ac5cfb632b14
totalSupply() view returns (uint256)
11751286309000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBchHandled(address wallet) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
bchAuthorize() returns (bool)
bchRevoke() returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
changeTax(uint256 amount, uint256 shift)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renounceOwnership()
renouncePauser()
sendBatch(address[] recipients, uint256[] values, address from) returns (bool)
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)
BchApproval(address indexed to, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address bchAddress, address taxRecipientAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.