CXN Network
Verified contract
Active on
Ethereum with 8,260 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CXN | ERC-20 | 9.234156K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241271 | 24 days ago | | | 0 | 0.00039669224 | |
| 21241256 | 24 days ago | | | 0 | 0.00044878070 | |
| 21166607 | a month ago | | | 0 | 0.0019254093 | |
| 21041764 | 2 months ago | | | 0 | 0.00039151240 | |
| 21041757 | 2 months ago | | | 0 | 0.00047884978 | |
| 21041751 | 2 months ago | | | 0 | 0.00040307853 | |
| 21041727 | 2 months ago | | | 0 | 0.00062042343 | |
| 21041714 | 2 months ago | | | 0 | 0.00054465089 | |
| 21014127 | 2 months ago | | | 0 | 0.00048463671 | |
| 21014106 | 2 months ago | | | 0 | 0.00040271230 |
ABI
ABI objects
Getter at block 21414167
decimals() view returns (uint8)
18
minStake() view returns (uint256)
1000
name() view returns (string)
CXN Network
symbol() view returns (string)
CXN
totalStake() view returns (uint256)
30986543462152370144473749
totalSupply() view returns (uint256)
268712578109080128763492231
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
partyDetails(address sender) view returns (uint256 totalTokenSupply, uint256 totalStakes, uint256 balance, uint256 staked, uint256 stakeReturns)
stakeOf(address account) view returns (uint256)
stakeReturnOf(address sender) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeAdmin(address _to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
eliters(address party, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeemGain() returns (uint256)
setMinStake(uint256 amount) returns (uint256)
stake(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unStake(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Eliters(address indexed Party, bool status)
Stake(address indexed owner, uint256 tokens)
StakeGain(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
UnStake(address indexed owner, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.