Roman Empire Coin
Verified contract
Active on
Ethereum with 161 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 "Roman Empire Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18677467 | a year ago | | | 0 | 0.0019082341 | |
| 18338446 | a year ago | | | 0 | 0.00056055511 | |
| 18276116 | a year ago | | | 0 | 0.00035935739 | |
| 18272894 | a year ago | | | 0 | 0.00093338079 | |
| 18253829 | a year ago | | | 0 | 0.00028820182 | |
| 18242693 | a year ago | | | 0 | 0.00066201976 | |
| 18242448 | a year ago | | | 0 | 0.00039244832 | |
| 18242386 | a year ago | | | 0 | 0.00068949897 | |
| 18241762 | a year ago | | | 0 | 0.00071053286 | |
| 18241360 | a year ago | | | 0 | 0.00036379241 |
ABI
ABI objects
Getter at block 21215885
_taxBurn() view returns (uint256)
4
_taxLiquidity() view returns (uint256)
4
collectedFees() view returns (uint256)
28606315255589655750589846
decimals() view returns (uint8)
18
name() view returns (string)
Roman Empire Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ROMAN
teamWallet() view returns (address)
0x59a08652624083af0046d271a09aa071c645b6c9
toBurnAmount() view returns (uint256)
14303157627794827875294848
totalSupply() view returns (uint256)
690000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnCollectedFees()
collectFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTeamWallet(address _teamWallet)
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)
excludingAddressFromFee(address account)
feeCollected(address teamWallet, uint256 amount)
includingAddressInFee(address account)
teamWalletChanged(address oldWalletAddress, address newWalletAddress)
constructor(address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.