Bonpay Token
Verified contract
Active on
Ethereum with 6,314 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
OBCC | ERC-20 | 10.001K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LOOIX | ERC-20 | 1K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
BON | ERC-20 | 9 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17556971 | a year ago | | | 0 | 0.00071744057 | |
| 13000015 | 3 years ago | | | 0 | 0.0022678895 | |
| 12668601 | 3 years ago | | | 0 | 0.00083915220 | |
| 12631642 | 3 years ago | | | 0 | 0.00069970380 | |
| 12240514 | 4 years ago | | | 0 | 0.0044648400 | |
| 11991663 | 4 years ago | | | 0 | 0.0040196520 | |
| 11374627 | 4 years ago | | | 0 | 0.0026742142 | |
| 11335177 | 4 years ago | | | 0 | 0.0036451100 | |
| 11263146 | 4 years ago | | | 0 | 0.0029543457 | |
| 11217124 | 4 years ago | | | 0 | 0.0012274350 |
ABI
ABI objects
Getter at block 21275973
decimals() pure returns (uint256)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
Bonpay Token
owner() pure returns (address)
0x5f388cb379a42ecfd0ed8179233af8118d0ec26a
symbol() pure returns (string)
BON
totalSupply() pure returns (uint256)
21745688353416168378405037
tradingStarted() pure returns (bool)
true
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
getAuthorizer(uint256 _authorizerIndex) pure returns (address)
isAuthorized(address _addr) pure returns (bool)
State-modifying
Events addAuthorized(address _addr)
approve(address _spender, uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
startTrading()
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.