Boldman
Verified contract
Active on
Ethereum with 18,767 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 |
---|---|---|---|---|---|
BOLD | ERC-20 | 1.590107M | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408316 | 4 months ago | | | 0 | 0.000029815000 | |
| 17450348 | a year ago | | | 0 | 0.0010911970 | |
| 17123925 | 2 years ago | | | 0 | 0.0021448588 | |
| 15865228 | 2 years ago | | | 0 | 0.00045159343 | |
| 15775625 | 2 years ago | | | 0 | 0.0022133890 | |
| 15548244 | 2 years ago | | | 0 | 0.00079806740 | |
| 12848157 | 3 years ago | | | 0 | 0.00049365800 | |
| 12823772 | 3 years ago | | | 0 | 0.00047096700 | |
| 12759019 | 3 years ago | | | 0 | 0.00017386600 | |
| 12664856 | 3 years ago | | | 0 | 0.00039119850 |
ABI
ABI objects
Getter at block 21257890
decimals() pure returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
false
name() pure returns (string _name)
Boldman
owner() view returns (address)
0xad30db42b88548943655fdef4d94a342fa4490de
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
BOLD
totalSupply() view returns (uint256)
886378966000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
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.