Auspicium
Verified contract
Active on
Ethereum with 279 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 |
---|---|---|---|---|---|
AUSPICIUM | ERC-20 | 1.983808K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19211624 | 9 months ago | | | 0 | 0.0011633270 | |
| 18630480 | a year ago | | | 0 | 0.0013367750 | |
| 16334358 | 2 years ago | | | 0 | 0.00056221282 | |
| 15951327 | 2 years ago | | | 0 | 0.00031827219 | |
| 15571830 | 2 years ago | | | 0 | 0.00024910162 | |
| 15518566 | 2 years ago | | | 0 | 0.00036328836 | |
| 15487440 | 2 years ago | | | 0 | 0.00063244204 | |
| 15473917 | 2 years ago | | | 0 | 0.00032188291 | |
| 15468533 | 2 years ago | | | 0 | 0.00026211333 | |
| 15459632 | 2 years ago | | | 0 | 0.00074851845 |
ABI
ABI objects
Getter at block 21204819
buyFee() view returns (uint256)
3
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x8470da889834e9b61506cd960ca945c0f0aec2c5
maxTx() view returns (uint256)
100000000000000000000000
maxWallet() view returns (uint256)
100000000000000000000000
name() view returns (string)
Auspicium
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
3
symbol() view returns (string)
AUSPICIUM
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _fee)
updateMaxTx(uint256 _maxTxAmount)
updateMaxWallet(uint256 _maxWalletAmount)
updateSellFee(uint256 _fee)
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)
constructor()
receive()
This contract contains no error objects.