Maecenas ART Token
Verified contract
Active on
Ethereum with 8,945 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 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
HIC | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085368 | a month ago | | | 0 | 0.00032452774 | |
| 21053788 | a month ago | | | 0 | 0.00025866608 | |
| 20783237 | 2 months ago | | | 0 | 0.00072492455 | |
| 20779081 | 2 months ago | | | 0 | 0.00048028450 | |
| 20629478 | 3 months ago | | | 0 | 0.00021051892 | |
| 20201139 | 5 months ago | | | 0 | 0.000074343788 | |
| 20179979 | 5 months ago | | | 0 | 0.00021399059 | |
| 20021834 | 6 months ago | | | 0 | 0.00031236667 | |
| 20021826 | 6 months ago | | | 0 | 0.00019108931 | |
| 20021826 | 6 months ago | | | 0 | 0.00029308155 |
ABI
ABI objects
Getter at block 21276025
crowdsaleContractAddress() pure returns (address)
0x9b60874d7bc4e4fbdd142e0f5a12002e4f7715a6
decimals() pure returns (uint8)
18
lockedUntilBlock() pure returns (uint256)
4366494
name() pure returns (string)
Maecenas ART Token
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0x0079673df84a853b02ee97ff513897815a7e12b1
standard() pure returns (string)
Maecenas token v1.0
symbol() pure returns (string)
ART
totalSupply() pure returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
lockUntil(uint256 _untilBlock, string _reason)
mintTokens(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.