SmarcToken
Verified contract
Active on
Ethereum with 5,889 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18883960 | 10 months ago | | | 0 | 0.0033369776 | |
| 18505685 | a year ago | | | 0 | 0.0032479781 | |
| 18137318 | a year ago | | | 0 | 0.0024022873 | |
| 18036247 | a year ago | | | 0 | 0.0038409682 | |
| 17714896 | a year ago | | | 0 | 0.0029920380 | |
| 16157337 | 2 years ago | | | 0 | 0.0013966380 | |
| 12003468 | 4 years ago | | | 0 | 0.011339000 | |
| 11998402 | 4 years ago | | | 0 | 0.015000000 | |
| 11998367 | 4 years ago | | | 0 | 0.0045000000 | |
| 11723209 | 4 years ago | | | 0 | 0.0040068150 |
ABI
ABI objects
Getter at block 21172230
burnable() view returns (address)
0x3780a0b6c0ad0ee23b884c442bc727534e472171
controller() view returns (address)
0x0000000000000000000000000000000000000000
creationBlock() view returns (uint256)
5730547
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
150000000000000000000000000
name() view returns (string)
SmarcToken
owner() view returns (address)
0xcc35641af37d35755672c1a21377bd6fd3f871dc
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SMARC
totalSupply() view returns (uint256)
150000000000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
lockups(address) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
burn(uint256 _amount) returns (bool)
changeController(address _newController)
claimTokens(address _token)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
finishMinting(address _burnable)
generateTokens(address _owner, uint256 _amount) returns (bool)
setLocks(address[] _holders, uint256[] _lockups)
transfer(address _to, uint256 _amount) returns (bool success)
transferAndCall(address _to, uint256 _amount, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
LockedTokens(address indexed _holder, uint256 _lockup)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _amount, bytes _data)
constructor()
fallback()
This contract contains no error objects.