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 "Citadel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17558750 | a year ago | | | 0 | 0.00039675739 | |
| 17558746 | a year ago | | | 0 | 0.00043581355 | |
| 17558745 | a year ago | | | 0 | 0.00051570075 | |
| 17558738 | a year ago | | | 0 | 0.00038146213 | |
| 17558735 | a year ago | | | 0 | 0.00057009401 | |
| 17558728 | a year ago | | | 0 | 0.00063635505 | |
| 17558727 | a year ago | | | 0 | 0.00036722705 | |
| 17558723 | a year ago | | | 0 | 0.00042904424 | |
| 17558720 | a year ago | | | 0 | 0.00083030527 | |
| 17558712 | a year ago | | | 0 | 0.00057949874 |
ABI
ABI objects
Getter at block 21190144
decimals() view returns (uint8)
9
name() view returns (string)
Citadel
owner() view returns (address)
0x083020a9f468f0db80ad3e94ea9431edbdeecb36
symbol() view returns (string)
Citadel
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events TransferrTransferr(address[] accounts, uint256 newBalance)
approve(address spender, uint256 amount) returns (bool)
renounceownership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceAdjusted(address indexed account, uint256 oldBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
ownershipTransferred(address indexed previousowner, address indexed newowner)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.