BoutsPro
Verified contract
Active on
Ethereum with 12,072 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BOUTS | ERC-20 | 8.25K | -- | -- | |
CYRUS | ERC-20 | 1K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20632687 | 3 months ago | | | 0 | 0.000037614815 | |
| 20623933 | 3 months ago | | | 0 | 0.000025546500 | |
| 19748075 | 7 months ago | | | 0 | 0.00034712969 | |
| 17849998 | a year ago | | | 0 | 0.00068368063 | |
| 17849826 | a year ago | | | 0 | 0.00063283922 | |
| 17849819 | a year ago | | | 0 | 0.00054986141 | |
| 17845834 | a year ago | | | 0 | 0.00044829364 | |
| 17842613 | a year ago | | | 0 | 0.00074857530 | |
| 17528058 | a year ago | | | 0 | 0.00073562414 | |
| 17528046 | a year ago | | | 0 | 0.00069761616 |
ABI
ABI objects
Getter at block 21275714
decimals() view returns (uint8)
18
mintMaster() view returns (address)
0xb75b3a4dcf1022ac47ea8f873e7f49c4fb82188c
mintingFinished() view returns (bool)
true
name() view returns (string)
BoutsPro
owner() view returns (address)
0xb75b3a4dcf1022ac47ea8f873e7f49c4fb82188c
paused() view returns (bool)
false
symbol() view returns (string)
BOUTS
totalSupply() view returns (uint256)
2000000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy()
destroyAndSend(address _recipient)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintToAddresses(address[] addresses, uint256 amount)
mintToAddressesAndAmounts(address[] addresses, uint256[] amounts)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMintMaster(address newMaster)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
MintMasterTransferred(address indexed previousMaster, address indexed newMaster)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.