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 "Blp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22119292 | 15 days ago | | | 0 | 6.3113656e-7 | |
| 22046618 | 17 days ago | | | 0 | 5.7306930e-7 | |
| 21729242 | 24 days ago | | | 0 | 2.6980770e-7 | |
| 21729237 | 24 days ago | | | 0 | 2.6980770e-7 | |
| 21729230 | 24 days ago | | | 0 | 2.6980770e-7 | |
| 21695927 | 25 days ago | | | 0 | 5.3862252e-7 | |
| 21641159 | a month ago | | | 0 | 2.4793140e-7 | |
| 21506803 | a month ago | | | 0 | 2.6008490e-7 | |
| 21506802 | a month ago | | | 0 | 2.6008490e-7 | |
| 21323551 | a month ago | | | 0 | 2.3820860e-7 |
ABI
ABI objects
Getter at block 22759905
MAX_COOLDOWN_DURATION() view returns (uint256)
172800
burningPaused() view returns (bool)
false
cooldownDuration() view returns (uint256)
900
decimals() view returns (uint8)
18
mintingPaused() view returns (bool)
false
name() view returns (string)
Blp
owner() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
symbol() view returns (string)
BLP
totalSupply() view returns (uint256)
50684461255499550421180
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedCooldown(address) view returns (bool)
isMinter(address) view returns (bool)
lastAddedAt(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 _amount)
renounceOwnership()
setCooldown(uint256 _time)
setExcludedCooldown(address _user, bool _status)
setLastAddedAt(address _user, uint256 _time)
setPaused(bool _m, bool _b)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMinters(address _minter, bool _isActive)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.