Worldcoin
Verified contract
Active on
Ethereum with 161,122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103,045.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLD | ERC-20 | 25.925301K | $2.26 |
$58,591.18 | |
Q* | ERC-20 | 87.584152M | $0.000468 |
$41,031.42 | |
ONDO | ERC-20 | 3.27339K | $0.998785 |
$3,269.41 | |
OPTIMUS | ERC-20 | 1.3K | $0.084792 |
$110.23 | |
AEVO | ERC-20 | 64.15249 | $0.350621 |
$22.49 | |
USDC | ERC-20 | 18.8357 | $1.00 |
$18.84 | |
ID | ERC-20 | 4.305062 | $0.44545 |
$1.92 | |
APU | ERC-20 | 1 | $0.001091 |
$0 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241600 | 3 minutes ago | | | 0 | 0.00043078568 | |
| 21241593 | 5 minutes ago | | | 0 | 0.00038230766 | |
| 21241589 | 6 minutes ago | | | 0 | 0.00029075039 | |
| 21241587 | 6 minutes ago | | | 0 | 0.00030007283 | |
| 21241564 | 11 minutes ago | | | 0 | 0.00052639505 | |
| 21241563 | 11 minutes ago | | | 0 | 0.00034514111 | |
| 21241558 | 12 minutes ago | | | 0 | 0.00030528488 | |
| 21241548 | 14 minutes ago | | | 0 | 0.00028439994 | |
| 21241548 | 14 minutes ago | | | 0 | 0.00030400639 | |
| 21241548 | 14 minutes ago | | | 0 | 0.00030388365 |
ABI
ABI objects
Getter at block 21241614 renounceOwnership() view
INITIAL_SUPPLY_CAP() view returns (uint256)
10000000000000000000000000000
WAD_ONE() view returns (uint256)
1000000000000000000
currentPeriodEnd() view returns (uint256)
0
currentPeriodSupplyCap() view returns (uint256)
0
decimals() view returns (uint8)
18
inflationCapPeriod() view returns (uint256)
2628000
inflationCapWad() view returns (uint256)
1241487716449316
inflationUnlockTime() view returns (uint256)
2163556801
initialMintDone() view returns (bool)
true
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Worldcoin
owner() view returns (address)
0x59a0f98345f54bab245a043488ece7fcecd7b596
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WLD
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintInflation(address to, uint256 amount)
mintOnce(address[] newHolders, uint256[] newAmounts)
setMinter(address minter_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
InflationTokensMinted(address minter, address to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUpdated(address newToken, string name, string symbol, address[] existingHolders, uint256[] existingsAmounts, uint256 inflationCapPeriod, uint256 inflationCapWad, uint256 inflationLockPeriod)
TokensMinted(address minter, address[] newHolders, uint256[] newAmounts)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] existingHolders, uint256[] existingAmounts, string name_, string symbol_, uint256 inflationCapPeriod_, uint256 inflationCapWad_, uint256 inflationLockPeriod_)
This contract contains no fallback and receive objects.
This contract contains no error objects.