BetaCarbon
Verified contract
Active on
Ethereum with 734 txns
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 "BetaCarbon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276352 | 5 days ago | | | 0 | 0.00037810500 | |
| 21271687 | 5 days ago | | | 0 | 0.00085952755 | |
| 21264030 | 6 days ago | | | 0 | 0.00055314765 | |
| 21263734 | 6 days ago | | | 0 | 0.00055445262 | |
| 21182924 | 18 days ago | | | 0 | 0.0012354230 | |
| 21182916 | 18 days ago | | | 0 | 0.0020046306 | |
| 21182894 | 18 days ago | | | 0 | 0.0016222330 | |
| 21181916 | 18 days ago | | | 0 | 0.0017261634 | |
| 21175594 | 19 days ago | | | 0 | 0.0020501026 | |
| 21133799 | 25 days ago | | | 0 | 0.00030424613 |
ABI
ABI objects
Getter at block 21309342
assetProtectionRole() view returns (address)
0x007fd1c2d6433b493f264f6a64ec55448a5d0914
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
name() view returns (string)
BetaCarbon
owner() view returns (address)
0x04dd5017655434cd373e7b24777fe9574f851917
paused() view returns (bool)
false
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
supplyController() view returns (address)
0xd283035489f3d0fd6326553583d23798def2d257
symbol() view returns (string)
BCAU
totalSupply() view returns (uint256)
72996000000000000000000000
Read-only
allowance(address me, address spender) view returns (uint256)
balanceOf(address me) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disregardProposeOwner()
freeze(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(uint256 value) returns (bool)
pause()
proposeOwner(address _proposedOwner)
setAssetProtectionRole(address _newAssetProtectionRole)
setSupplyController(address _newSupplyController)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetProtectionRoleSet(address indexed oldAssetProtectionRole, address indexed newAssetProtectionRole)
FrozenAddressWiped(address indexed addr)
OwnershipTransferDisregarded(address indexed oldProposedOwner)
OwnershipTransferProposed(address indexed currentOwner, address indexed proposedOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.