Silver Mint
Verified contract
Active on
Ethereum with 188 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 "Silver Mint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17562687 | a year ago | | | 0 | 0.00066130296 | |
| 17009495 | 2 years ago | | | 0 | 0.00057718576 | |
| 16712525 | 2 years ago | | | 0 | 0.00055717200 | |
| 16622594 | 2 years ago | | | 0 | 0.00075353209 | |
| 16622592 | 2 years ago | | | 0 | 0.00071390045 | |
| 16608199 | 2 years ago | | | 0 | 0.0010110848 | |
| 16506965 | 2 years ago | | | 0 | 0.00098504314 | |
| 16461872 | 2 years ago | | | 0 | 0.00078908668 | |
| 16394413 | 2 years ago | | | 0 | 0.00051528302 | |
| 16394410 | 2 years ago | | | 0 | 0.00048243385 |
ABI
ABI objects
Getter at block 21325809 getPrice() view returns (uint256 slvmPrice)
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
Silver Mint
operator() view returns (address)
0x0ca33da7d10fe5ea69f41a6e0cc32d6f18a24041
owner() view returns (address)
0x00e2b7b6f51223c3a985644642843d6f5a16c6df
pair() view returns (address)
0x816bd7789e5319b3003c9df891a68da191c11100
priceOracle() view returns (address)
0xd6085f72fd2c37c06fba80c63e51b82dee5089e4
sellTaxEnabled() view returns (bool)
false
symbol() view returns (string)
SLVM
taxRecipient() view returns (address)
0xf372fdf10d31a01f028febe7894449402536ff99
totalSupply() view returns (uint256)
4760198300000000000000
transferTax() view returns (uint256)
0
transferTaxEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromSellTax(address account) view returns (bool)
isExcludedFromTransferTax(address account) view returns (bool)
sellTaxPriceTiers(uint256) view returns (uint256)
sellTaxTiers(uint256) view returns (uint256)
State-modifying
Events addController(address controller)
addToBlacklist(address[] accounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromSellTax(address account)
excludeFromTransferTax(address account)
includeInSellTax(address account)
includeInTransferTax(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
removeController(address controller)
removeFromBlacklist(address[] accounts)
renounceOwnership()
setPair(address _pair)
setPriceOracle(address _priceOracle)
setSellTax(uint256[] _sellTaxPriceTiers, uint256[] _sellTaxTiers)
setSellTaxEnabled(bool _enabled)
setTaxRecipient(address _taxRecipient)
setTransferTax(uint256 _transferTax)
setTransferTaxEnabled(bool _enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ControllerAdded(address arg0)
ControllerRemoved(address arg0)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed 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.