Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bullet Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18178636 | 4 months ago | | | 0 | 5.5123233e-7 | |
| 18178595 | 4 months ago | | | 0 | 3.7585493e-7 | |
| 18178562 | 4 months ago | | | 0 | 5.4678315e-7 | |
| 18178439 | 4 months ago | | | 0 | 5.3010402e-7 | |
| 18170531 | 4 months ago | | | 0 | 0.000050055972 | |
| 18169039 | 4 months ago | | | 0 | 4.7614665e-7 | |
| 18168938 | 4 months ago | | | 0 | 4.7875553e-7 | |
| 18168767 | 4 months ago | | | 0 | 4.7557837e-7 | |
| 18168725 | 4 months ago | | | 0 | 0.000094883003 | |
| 18168685 | 4 months ago | | | 0 | 0.0000051593032 |
ABI
ABI objects
Getter at block 23943246
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Bullet Coin
owner() view returns (address)
0x7a530c40263b8a4cf53903091d528ab01a565401
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BULLET
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool value)
Launch()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.